/** Shopify CDN: Minification failed

Line 7254:0 Unexpected "}"

**/
/* Pre-order Message Styling */
.preorder-banner {
  background-color: #fff4e5; /* soft warning background */
  border: 1px solid #ffc107; /* warm amber border */
  color: #856404; /* classic warning text color */
  padding: 8px 12px;
  margin: 8px 0;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .preorder-banner {
    font-size: 13px;
    padding: 6px 10px;
    margin: 6px 0;
  }
}

@media (max-width: 480px) {
  .preorder-banner {
    font-size: 12px;
    padding: 5px 8px;
    margin: 6px 0;
  }
}


.exclusive-btn {
  display: block;
  background-color: #231f20; /* Change to match your theme */
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  margin-top: 25px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  
}

.wishlist .s-product__form {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#size-options {
  max-width: 100% !important;
}

#inline-test::placeholder {
  font-family: nimbus-sans-extended, sans-serif;
  color: black !important;
}
.btn {
  flex: none;
  padding: 10px 20px;
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-style: normal;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-dark {
  flex: none;
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1.125rem 2rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  background: #231f20;
  transition-property: background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}

.btn-dark:hover {
  color: white;
  text-decoration: none;
  background: #3c3c3c;
}

.video-desktop {
  display: block !important;
}

.video-mobile {
  display: none !important;
}

@media (max-width: 480px) {
  .video-desktop {
    display: none !important;
  }

  .video-mobile {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .quad-container {
    margin-top: 5px;
  }

  .new-year_banner {
    position: initial !important;
    height: auto !important;
  }

  .new-year_banner_btm {
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 1023px) {
  .new-year_banner {
    position: initial !important;
  }

  .new-year_banner_btm {
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
}

.checked_btn-label {
  background: black !important;
  color: white !important;
}

.checked_btn-label-alt {
  border: 1px solid black !important;
}

.c-white,
p .c-white {
  color: #fff !important;
}

.c-black,
p .c-black {
  color: #000 !important;
}

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

html {
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #231f20;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.c-filters__title {
  margin: 0 !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}

dl,
ol,
ul {
  margin-top: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
}

img,
svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1280px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1342px;
  }
}

@media (min-width: 1440px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1342px;
  }

  .t-search .container {
    max-width: 1320px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>* {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>* {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

body {
  scroll-behavior: smooth;
}

body.t-article,
body.t-page-blog-hub,
body.t-page-inspiration {
  background-color: #f1f1f1;
}

.site-container {
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  grid-template-areas: "header" "main" "footer";
}

.site-container .site-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  position: sticky;
}

.site-container main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  margin-top: 0 !important;
}

@media (max-width: 1023.98px) {
  .site-container main {
    margin-top: 8.2rem;
  }

  .notif-is-active .site-container main {
    margin-top: 12rem;
  }
}

.site-container .site-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: footer;
}

.shopify-challenge__container {
  padding: 8rem 0;
}

.overflow-disabled {
  overflow: hidden;
}

.c-heading-xxl {
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 768px) {
  .c-heading-xxl {
    font-size: 6rem;
  }
}

@media (min-width: 1024px) {
  .c-heading-xxl {
    font-size: 8rem;
  }
}

.c-heading-xl {
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 768px) {
  .c-heading-xl {
    font-size: 4.5rem;
  }
}

@media (min-width: 1024px) {
  .c-heading-xl {
    font-size: 6rem;
  }
}

.collection-heading-d {
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #231f20;
  font-size: 18px;
  line-height: 25px;

  /* max-height: 50px; */
  opacity: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .collection-heading-d {
    font-size: 16px;
  }
}

.collection-heading {
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #231f20;
  text-transform: uppercase;
  font-size: 28pt;
  line-height: 1;
}

.c-heading-lg {
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 768px) {
  .c-heading-lg {
    font-size: 4.5rem;
  }
}

.c-heading-md {
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1;
}

@media (min-width: 768px) {
  .c-heading-md {
    font-size: 3rem;
  }
}

.c-heading-sm {
  font-size: 1.25rem;
}

.c-heading-sm,
.c-heading-xs {
  font-family: Bebas Neue, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  line-height: 1;
}

.c-heading-xs {
  font-size: 1rem;
  text-transform: uppercase;
}

.c-colour-black {
  color: #231f20;
}

.c-colour-grey {
  color: #b1b1b1;
}

.c-colour-orange,
p a {
  color: #231f20;
}

p a:focus,
p a:hover {
  color: #231f20;
}

.c-form {
  margin: 0;
  padding: 0;
}

.c-label {
  font-weight: 700;
}

.c-input {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: inherit;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #000;
  max-width: 20rem;
}

.c-input:focus {
  outline: none;
}

.c-input:hover {
  outline: none;
}

.c-input:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-qty {
  display: inline-flex;
  vertical-align: middle;
  align-items: stretch;
}

.c-qty .c-btn {
  flex: none;
  border-radius: 0;
}

.c-qty .c-input {
  flex-grow: 1;
  text-align: center;
  -webkit-appearance: textfield;
  appearance: textfield;
  border-radius: 0;
}

.c-qty .c-input::-webkit-inner-spin-button,
.c-qty .c-input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.c-form-search {
  /* border-radius: 5px; */
  padding: 0.5rem;
  width: 100%;
  border-bottom: 1px solid #231f20;
  display: flex;
  align-items: stretch;
  height: 2.5rem;
}

.c-form-search .c-input {
  border: 0;
  max-width: 100%;
  font-size: 18px;
}

.c-form-search button {
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-form-search button:focus {
  outline: none;
}

.c-form-search button:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.c-form-search button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-form-search button svg {
  display: block;
  fill: currentColor;
  width: 1rem;
  height: 1rem;
}

.c-btn,
.shopify-challenge__button {
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: flex-start;
  padding: 1.125rem 2rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  background: #231f20;
  transition: all 0.25s ease-in-out;
}

.c-btn:focus,
.shopify-challenge__button:focus {
  outline: none;
}

.c-btn:hover,
.shopify-challenge__button:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.c-btn:disabled,
.shopify-challenge__button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-btn svg,
.shopify-challenge__button svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.c-btn:focus,
.c-btn:hover,
.shopify-challenge__button:focus,
.shopify-challenge__button:hover {
  color: #fff;
  background: #3c3c3c;
}

.c-btn--block {
  display: flex;
  width: 100%;
}

.c-btn--car {
  background-color: #231f20;
  color: #231f20;
}

span.c-btn {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.c-icon-btn {
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.5rem;
  color: #231f20;
}

.c-icon-btn:focus {
  outline: none;
}

.c-icon-btn:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.c-icon-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-icon-btn svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.c-btn-primary {
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1.125rem 2rem;
  font-family: nimbus-sans-extended, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  background: #231f20;
  transition-property: background-color, color, border-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}

.c-btn-primary:focus {
  outline: none;
}

.c-btn-primary:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.c-btn-primary:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-btn-primary svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.c-btn-primary:focus,
.c-btn-primary:hover {
  color: #fff;
  background: #3c3c3c;
}

.c-btn-primary--grey {
  background-color: #3c3c3c;
  border: 1px solid #fff;
}

.c-btn-primary--grey:focus,
.c-btn-primary--grey:hover {
  background-color: #231f20;
}

.c-btn-primary--white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}

.c-btn-primary--white:focus,
.c-btn-primary--white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.c-btn-secondary {
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1.125rem 2rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #231f20;
  background: #fff;
  transition-property: background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}

.c-btn-secondary:focus {
  outline: none;
}

.c-btn-secondary:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.c-btn-secondary:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-btn-secondary svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.c-btn-secondary:hover {
  color: #231f20;
  background: #fff;
}

.c-btn-secondary--border {
  border: 1px solid #231f20;
  background: #231f20;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: white !important;
  width: 100%;
  max-width: 437px;
  border-radius: 5px;
}

@media (max-width: 450px) {
  .c-btn-secondary--border {
    width: 90%;
    margin: 0 auto;
  }
}

.c-btn-secondary--border:hover {
  color: #231f20 !important;
}

@media (max-width: 450px) {
  .c-btn-secondary--border {
    width: 90%;
    margin: 0 auto;
  }
}

.c-btn-text {
  transition: color 0.25s ease-in-out;
}

.c-btn-text:focus,
.c-btn-text:hover {
  text-decoration: none;
}

.c-btn-text--black {
  color: #231f20;
}

.c-btn-text--black:focus,
.c-btn-text--black:hover {
  color: #231f20;
}

.c-btn-text--grey {
  color: #b1b1b1;
}

.c-btn-text--grey:focus,
.c-btn-text--grey:hover {
  color: #231f20;
}

.c-btn-reset {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
}

a.c-colour-black {
  transition: color 0.25s ease-in-out;
}

a.c-colour-black:focus,
a.c-colour-black:hover {
  color: #231f20;
  text-decoration: none;
}

.c-alert {
  display: block;
  padding: 1rem;
  background-color: #f8f8f8;
}

.c-alert ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-masthead {
  width: 100%;
}

.c-masthead>.container {
  height: 15rem;
}

@media (min-width: 768px) {
  .c-masthead>.container {
    height: 20rem;
  }
}

@media (min-width: 1024px) {
  .c-masthead>.container {
    height: 25rem;
  }
}

.c-masthead__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: #f2f2f2;
  overflow: hidden;
}

.c-masthead__inner>div,
.c-masthead__inner>h1 {
  position: relative;
  z-index: 3;
}

.c-masthead__inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg,
      rgba(254, 152, 57, 0) 40%,
      rgba(35, 31, 32, 0.5));
}

.c-masthead__inner picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.c-masthead__inner picture>img,
.c-masthead__inner picture>svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-filters {
  height: 100%;
}

.mob-nav {
  display: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.mob-nav__sort {
  width: 50%;
  height: 60px;
  border: none;
  background: #fff;
  cursor: pointer;
  position: relative;
  outline: none !important;
}

.mob-nav__filter {
  width: 50%;
  height: 60px;
  border: none;
  background: #fff;
  cursor: pointer;
  outline: none !important;
  border-left: 1px solid #ccc;
}

.mob-nav__filter--active {
  background: #000;
}

.mob-nav__sort-name {
  font-weight: bold;
  color: #000;
  position: relative;
}

.mob-nav__filter-name {
  font-weight: bold;
  color: #000;
  position: relative;
}

.mob-nav__filter-name--active {
  color: #fff;
}

.mob-nav__sort-name:before,
.mob-nav__sort-name:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: -15px;
  width: 2px;
  height: 10px;
  border-radius: 1px;
  background: #000;
  transition: All 0.3s;
}

.mob-nav__sort-name:after {
  right: -21px;
  transform: translateY(-50%) rotate(45deg);
}

.sort-name--active:before {
  transform: translateY(-50%) rotate(-135deg);
}

.sort-name--active:after {
  transform: translateY(-50%) rotate(135deg);
}

@media (max-width: 767.98px) {
  .mob-nav {
    display: flex;
  }

  .c-filters {
    position: fixed;
    top: 0;
    right: -17.5rem;
    z-index: 999999;
    width: 17.5rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    /* padding: 0 15px; */
    color: #231f20;
    background-color: #fff;
    transform: none;
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    overflow: hidden;
  }

  .c-filters.is-visible {
    transform: translateX(-100%);
  }
}

@media (max-width: 767.98px) {
  .c-filters__header {
    justify-content: space-between;
    flex: none;
    width: 100%;
    height: 3.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    background: #ebebeb;
    padding: 0 15px;
  }

  .c-filters__close-btn span {
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .c-filters__header {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .c-filters__body {
    position: relative;
    flex: 1;
    flex-grow: 1;
    overflow-x: hidden;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (min-width: 768px) {
  .c-filters__body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .c-filters__footer {
    flex: none;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .c-filters__category {
    position: relative;
    width: 20%;
    /* margin-right: 1.5rem; */
  }

  .c-filters__category:last-child {
    margin-right: 0;
  }

  .c-filters__footer {
    display: none;
  }
}

.c-filters__category__toggle div span {
  font-size: 13px;
  font-weight: 200;
  margin-left: 5px;
}

.c-filters__category__toggle {
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1.125rem 0;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  /* border-bottom: 1.5px solid #231f20; */
  /* border-right: 2px solid #ebebeb; */
}

.s-collection-c {
  border: 2px solid #ebebeb;
}

@media (max-width: 768px) {
  .s-collection-c {
    flex-direction: row-reverse;
    margin-bottom: 1rem;
    border: 1px solid #ebebeb;
  }
}

.c-filters__category__toggle:focus {
  outline: none;
}

.c-filters__category__toggle:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.c-filters__category__toggle:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-filters__category__toggle svg {
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  fill: currentColor;
}

.js-filter svg {
  fill: #fff;
}

@media (min-width: 768px) {
  .c-filters__category__toggle {
    padding: 0.6875rem 1rem;
    /* border: 1px solid #231f20; */
    border-right: 2px solid #ebebeb;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .c-filters__category__toggle svg {
    margin-left: 0.5rem;
    /* margin-left: 1.5rem; */
  }
}

.no-js .c-filters__category__toggle svg {
  display: none;
}

.c-filters__category__content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}

.no-js .c-filters__category__content {
  display: block;
}

@media (min-width: 768px) {
  .c-filters__category__content {
    position: absolute;
    top: 100%;
    left: -2px;
    z-index: 5;
    width: calc(200% + 2px);
    margin-top: 0px;
    padding: 0;
    background-color: #fff;
    /* border: 1px solid #231f20; */
    border: 2px solid #ebebeb;
  }
}

.c-filters__category__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .c-filters__category__content ul {
    max-height: 20rem;
  }
}

.c-filters__category__content ul li {
  background-color: #fff;
}

.c-filters__category__content ul li a {
  position: relative;
  display: block;
  padding: 0.25rem 1rem 0.25rem 1.5rem;
  color: #231f20;
  text-decoration: none;
  transition-property: color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}

@media (min-width: 768px) {
  .c-filters__category__content ul li a {
    padding-left: 2rem;
    font-size: 0.875rem;
    white-space: nowrap;
  }
}

.c-filters__category__content ul li a:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  /* background-color: #f2f2f2; */
  /* border-radius: 50%; */
  border: 1px solid #231f20;
  transition-property: background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}

@media (min-width: 768px) {
  .c-filters__category__content ul li a:before {
    left: 0.5rem;
  }
}

.c-filters__category__content ul li a:focus {
  color: #231f20;
  outline: none;
}

.c-filters__category__content ul li a:hover {
  color: #231f20;
  text-decoration: none;
}

.c-filters__category__content ul li a:hover:before {
  background-color: #b1b1b1;
}

.c-filters__category__content ul li.is-active a:before {
  background-color: #231f20;
}

@media (max-width: 768px) {
  .c-filters__category__content ul li.is-active a:before {
    background: url("../assets/box-check.svg");
    background-size: cover;
    background-position: 0%;
    background-color: transparent;
  }
}

.c-filters__category.is-active .c-filters__category__toggle svg {
  transform: rotate(180deg);
}

.c-filters__category.is-active .c-filters__category__content {
  display: block;
}

/* .c-filters__close-btn {
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0 0 -0.3375rem;
  padding: 0.3375rem;
} */
.c-filters__close-btn {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-filters__close-btn svg {
  fill: #fff;
  width: 16px;
}

.c-filters__close-btn:focus {
  outline: none;
}

.c-filters__close-btn:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.c-filters__close-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-filters__close-btn svg {
  fill: #fff;
  display: block;
  width: 1rem;
  height: 1rem;
  /* fill: currentColor; */
  width: 1.325rem;
  height: 1.325rem;
}

@media (min-width: 768px) {
  .c-filters__close-btn {
    display: none;
  }
}

.view-filter-btn {
  display: none;
}

@media (max-width: 768px) {
  .view-filter-btn {
    display: block;
    border: 1px solid #231f20;
    background: #231f20;
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: white !important;
    width: 90%;
    border-radius: 5px;
    padding: 20px 10px;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }

  .c-filters__close-btn img {
    width: 1.5rem;
    height: auto;
  }

  .c-filters__close-btn {
    margin: 0;
    padding: 0;
  }

  .c-filters__category {
    border-bottom: 1px solid #ebebeb;
    /* padding: 0 15px; */
  }

  .c-filters__category .c-filters__category__toggle {
    padding: 25px 15px;
  }

  .c-filters__category .c-filters__category__toggle .tag-count {
    font-size: 16px;
  }

  .c-filters__category__content {
    padding: 0;
  }

  .c-filters__category__content ul {
    padding: 0 15px;
    background: white;
  }
}

.c-filters__clear-btn {
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;

  font-size: 18px;

  line-height: 1.5;
}

.c-filters__clear-btn:focus {
  outline: none;
}

.c-filters__clear-btn:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.c-filters__clear-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-filters__clear-btn svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.c-filters__clear-btn,
.c-filters__clear-btn:focus,
.c-filters__clear-btn:hover {
  color: #231f20;
  text-decoration: underline;
}

.c-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.c-pagination .c-btn {
  flex: none;
}

.c-pagination span {
  cursor: default;
}

.c-pagination__links {
  flex-grow: 1;
  text-align: center;
}

.c-pagination__links a,
.c-pagination__links span {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  color: #231f20;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  transition: color 0.25s ease-in-out;
}

.c-pagination__links a:hover {
  color: #231f20;
}

.c-pagination__links span {
  color: #231f20;
}

.c-social-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.c-social-links__title {
  flex: none;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 1rem 0 0;
  display: none;
}

@media (min-width: 768px) {
  .c-social-links__title {
    display: block;
  }
}

.c-social-links>ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-social-links>ul>li+li {
  margin-left: 1rem;
}

.c-social-links>ul a {
  display: block;
  padding: 0.5rem;
  color: #231f20;
}

.c-social-links>ul svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.c-breadcrumbs {
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  line-height: 1;
  color: #b1b1b1;
  overflow: hidden;
}

.c-breadcrumbs ol {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  overflow-y: hidden;
}

.c-breadcrumbs ol li {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  vertical-align: middle;
}

.c-breadcrumbs ol li svg {
  flex: none;
  display: block;
  width: 14px;
  height: 0.5rem;
  fill: currentColor;
}

.c-breadcrumbs ol li a,
.c-breadcrumbs ol li span {
  white-space: nowrap;
}

.c-breadcrumbs ol li a {
  color: inherit;
  text-decoration: none;
}

.c-breadcrumbs ol li a:focus {
  outline: none;
}

.c-breadcrumbs ol li a:hover {
  text-decoration: underline;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-scrollbar-custom {
  position: relative;
  width: 100%;
  max-width: 640px;
  height: 1.5rem !important;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .swiper-scrollbar-custom {
    width: 80%;
  }
}

.swiper-scrollbar-custom:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #231f20;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-scrollbar-custom .swiper-scrollbar-drag {
  position: relative;
  display: block;
  width: 1.5rem !important;
  height: 1.5rem !important;
  cursor: pointer;
}

.swiper-scrollbar-custom .swiper-scrollbar-drag:after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  content: "";
  width: 1rem !important;
  height: 1rem !important;
  background-color: #231f20;
  transform-origin: center;
  transform: rotate(45deg);
}

.c-product-slider .swiper-slide {
  height: auto;
}

.c-product-slider .swiper-slide .c-product-item {
  height: 100%;
}

.c-product-grid {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -2rem;
}

.c-product-grid:before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 50%;
  z-index: 99995;
  transform: translate3d(-50%, 0, 0);
  display: block;
  width: 5rem;
  height: 5rem;
  border: 0.25rem solid #f8f8f8;
  border-top-color: #000;
  border-radius: 50%;
  opacity: 1;
  animation-name: rotate;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-play-state: paused;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  opacity: 0 !important;
  visibility: hidden;
}

@media (min-width: 768px) {
  .c-product-grid {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.c-product-grid .c-product-item {
  width: 100%;
  flex-basis: 50%;
  max-width: 50%;
  flex-basis: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .c-product-grid .c-product-item {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    flex-basis: calc(33.33333% - 2rem);
    max-width: calc(33.33333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .c-product-grid .c-product-item {
    flex-basis: 25%;
    max-width: 25%;
    flex-basis: calc(25% - 2rem);
    max-width: calc(25% - 2rem);
  }
}

@media (max-width: 768px) {
  .mobile-filter-container {
    margin: 30px 0 0 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-product-grid.is-loading:before {
  animation-play-state: running;
  opacity: 1 !important;
  visibility: visible !important;
}

.c-product-grid.is-loading>* {
  opacity: 0.25 !important;
  pointer-events: none !important;
}

.c-product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}

.modal-slider-desktop-wrapper {
  position: relative;
}

.c-product-item .tags, .modal-slider-desktop-wrapper .tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 5;
  gap: 0.25rem;
  display: grid;
}

.c-product-item .tags.tags-bottom {
  top: auto;
  bottom: 1rem;
  opacity: .8;
  left: 0;
}

.product-grid__content .tags.tags-bottom  {
  margin-bottom: 1rem;
}

.c-product-item .tags.tags-bottom span, .product-grid__content .tags.tags-bottom span {
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
  font-weight: 400 !important;
}

@media (max-width: 768px) {
  .c-product-item .tags {
    top: 0.5rem;
    left: 0.5rem;
  }
}

.c-product-item .tags span, .product-grid__content .tags span {
  padding: 0.4rem 0.7rem 0.3rem !important;
  font-family: nimbus-sans-extended, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 14px !important;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .c-product-item .tags span {
    font-size: 10px !important;
  }
}

.c-product-item .tags {
  display: flex;
  gap: 6px;
  align-items: flex-start; /* ✅ Add this line */
}

.c-product-item .tags span {
  padding: 0.25rem 0.5rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}

.c-product-item .tags span.sale {
  background-color: #da0000;
  color: #fff;
}

.c-product-item .tags span.matching-family {
  background-color: #000000;
  color: #fff;
}

.c-product-item .tags span.sold-out {
  background-color: #000;
  color: #fff;
}

.c-product-item .tags span.new {
  /* background-color: #009ddc; */
  background-color: #231f20;
  color: #fff;
}

.c-product-item .tags span.pre-order {
  /* background-color: #009ddc; */
  background-color: #231f20;
  color: #fff;
}

.c-product-item .tags span.back-in-stock, .product-grid__content .tags span.back-in-stock {
  /* background-color: #009ddc; */
  background-color: #aaa7a7;
  color: #fff;
}

.c-product-item .tags span.as-seen-on-lorraine, .product-grid__content .tags span.as-seen-on-lorraine {
  /* background-color: #009ddc; */
  background-color: #aaa7a7;
  color: #fff;
}

.c-product-item .tags span.stylists-choice, .product-grid__content .tags span.stylists-choice {
  /* background-color: #009ddc; */
  background-color: #aaa7a7;
  color: #fff;
}

.c-product-item .tags span.most-wanted, .product-grid__content .tags span.most-wanted {
  /* background-color: #009ddc; */
  background-color: #aaa7a7;
  color: #fff;
}

.c-product-item .tags span.trending, .product-grid__content .tags span.trending {
  /* background-color: #009ddc; */
  background-color: #aaa7a7;
  color: #fff;
}

.c-product-item .tags span.selling-fast, .product-grid__content .tags span.selling-fast {
  /* background-color: #009ddc; */
  background-color: #aaa7a7;
  color: #fff;
}

.c-product-item .tags span.tb-exclusive, .product-grid__content .tags span.tb-exclusive {
  /* background-color: #009ddc; */
  background-color: #153a7b;
  color: #fff;
}

.c-product-item__media {
  flex: none;
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
}

#collection-description-button {
  outline: none;
  border-radius: 5px;
  background: none;
  border: none;
  text-decoration: underline;
  font-weight: 300;
}

.c-product-item__media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 128.57895%;
}

.c-product-item__media>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-product-item__media>a>picture {
  display: block;
  height: 100%;
  width: 100%;
}

.c-product-item__media>a>picture img,
.c-product-item__media>a>picture svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-product-item__title {
  flex: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 768px) {
  .c-product-item__title {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.c-product-item__title>a {
  color: #231f20;
}

.c-product-item__footer {
  min-height: 3rem;
  margin-top: auto;
  text-align: center;
}

.c-product-item__price {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .c-product-item__price {
    font-size: 18px;
  }
}

.c-product-item__price>span {
  display: inline-block;
}

.c-product-item__price>span+span {
  margin-left: 0.5rem;
}

.c-product-item__price__current {
  color: #231f20;
}

.c-product-item__price__old {
  color: #b1b1b1;
  text-decoration: line-through;
}

.c-product-item__swatches {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin-top: 1rem;
}

.c-product-item__swatches__swatch {
  height: 0.95rem;
  width: 0.95rem;
  margin-right: 0.5rem;
  border: 1px solid #3c3c3c;
  border-radius: 50%;
}

.c-product-item__swatches__swatch[data-colour="black"] {
  background-color: #000;
}

.c-product-item__swatches__swatch[data-colour="multicoloured"] {
  background-color: #000;
}

.c-product-item__swatches__swatch[data-colour="blue"] {
  background-color: navy;
}

.c-product-item__swatches__swatch[data-colour="cobalt"] {
  background-color: #00f;
}

.c-product-item__swatches__swatch[data-colour="lightblue"] {
  background-color: #add8e6;
}

.c-product-item__swatches__swatch[data-colour="darkblue"] {
  background-color: #00008b;
}

.c-product-item__swatches__swatch[data-colour="navy"] {
  background-color: navy;
}

.c-product-item__swatches__swatch[data-colour="royal"] {
  background-color: #00f;
}

.c-product-item__swatches__swatch[data-colour="denim"] {
  background-color: #5c6793;
}

.c-product-item__swatches__swatch[data-colour="petrol"] {
  background-color: #507496;
}

.c-product-item__swatches__swatch[data-colour="navymarl"] {
  background-color: #474975;
}

.c-product-item__swatches__swatch[data-colour="grey"] {
  background-color: grey;
}

.c-product-item__swatches__swatch[data-colour="greymarl"] {
  background-color: #c5c9c8;
}

.c-product-item__swatches__swatch[data-colour="lightgrey"] {
  background-color: #d3d3d3;
}

.c-product-item__swatches__swatch[data-colour="darkgrey"] {
  background-color: #615a61;
}

.c-product-item__swatches__swatch[data-colour="charcoal"] {
  background-color: #3f3b3c;
}

.c-product-item__swatches__swatch[data-colour="charcoalmarl"] {
  background-color: #615a61;
}

.c-product-item__swatches__swatch[data-colour="silver"] {
  background-color: silver;
}

.c-product-item__swatches__swatch[data-colour="red"] {
  background-color: red;
}

.c-product-item__swatches__swatch[data-colour="wine"] {
  background-color: maroon;
}

.c-product-item__swatches__swatch[data-colour="camel"] {
  background-color: #e1c457;
}

.c-product-item__swatches__swatch[data-colour="plum"] {
  background-color: #6e3845;
}

.c-product-item__swatches__swatch[data-colour="darkred"] {
  background-color: #8b0000;
}

.c-product-item__swatches__swatch[data-colour="green"] {
  background-color: green;
}

.c-product-item__swatches__swatch[data-colour="mint"] {
  background-color: green;
}

.c-product-item__swatches__swatch[data-colour="sand"] {
  background-color: #a88c74;
}

.c-product-item__swatches__swatch[data-colour="stone"] {
  background-color: #997e6b;
}

.c-product-item__swatches__swatch[data-colour="tan"] {
  background-color: tan;
}

.c-product-item__swatches__swatch[data-colour="khaki"] {
  background-color: #316626;
}

.c-product-item__swatches__swatch[data-colour="darkkhaki"] {
  background-color: #646150;
}

.c-product-item__swatches__swatch[data-colour="beige"] {
  background-color: #a78268;
}

.c-product-item__swatches__swatch[data-colour="cream"] {
  background-color: #fffdd0;
}

.c-product-item__swatches__swatch[data-colour="fawn"] {
  background-color: #e5aa70;
}

.c-product-item__swatches__swatch[data-colour="peach"] {
  background-color: #e5aa70;
}

.c-product-item__swatches__swatch[data-colour="ecru"] {
  background-color: #c2b280;
}

.c-product-item__swatches__swatch[data-colour="mustard"] {
  background-color: #f5a93a;
}

.c-product-item__swatches__swatch[data-colour="orange"] {
  background-color: orange;
}

.c-product-item__swatches__swatch[data-colour="burgundy"] {
  background-color: maroon;
}

.c-product-item__swatches__swatch[data-colour="taupe"] {
  background-color: #483c32;
}

.c-product-item__swatches__swatch[data-colour="lilac"] {
  background-color: #c8a2c8;
}

.c-product-item__swatches__swatch[data-colour="palegreen"] {
  background-color: #cef5ce;
}

.c-product-item__swatches__swatch[data-colour="palepink"] {
  background-color: #edcdc2;
}

.c-product-item__swatches__swatch[data-colour="white"] {
  background-color: #fff;
}

.c-product-item__swatches__swatch[data-colour="natural"] {
  background-color: #d3d3d3;
}

.c-product-item__swatches__swatch[data-colour="denimblue"] {
  background-color: #5c6793;
}

.c-product-item__swatches__swatch[data-colour="ecrumarl"] {
  background-color: #ccc;
}

.c-product-item__swatches__swatch[data-colour="palerose"] {
  background-color: #edcdc2;
}

.c-product-item__swatches__swatch[data-colour="pink"] {
  background-color: #edcdc2;
}

.c-product-item__swatches__swatch[data-colour="sage"] {
  background-color: #cef5ce;
}

.c-product-item__swatches__swatch a {
  height: 0.75rem;
  width: 0.75rem;
  display: block;
}

.c-product-item .ruk_rating_snippet {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.c-product-item .ruk_rating_snippet i {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  font-size: 0.875rem;
  line-height: 1;
}

.c-product-item .ruk-rating-snippet-count {
  display: none !important;
}

.c-collection-item {
  position: relative;
}

.c-collection-item a {
  color: #fff;
}

a:focus .c-collection-item,
a:hover .c-collection-item {
  text-decoration: none;
}

a:focus .c-collection-item .c-collection-item__content:before,
a:hover .c-collection-item .c-collection-item__content:before {
  opacity: 0.3;
}

.c-collection-item__media {
  background: #f8f8f8;
  position: relative;
  z-index: 1;
}

.c-collection-item__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.c-collection-item__media picture img,
.c-collection-item__media picture svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-collection-item__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.875rem 1rem;
  color: #fff;
}

.c-collection-item__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  background-color: #231f20;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.c-collection-item__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 22px;
  margin: 0;
  overflow: hidden;
  color: #231f20;
  margin-top: 12px;
  text-align: center;
}

.c-hr {
  border-top: 1px solid #231f20;
}

.c-table {
  width: 100%;
}

@media (max-width: 767.98px) {
  .c-table {
    overflow-x: auto;
  }
}

.c-table table {
  width: 37.5rem;
}

@media (min-width: 768px) {
  .c-table table {
    width: 100%;
  }
}

.c-table table th {
  padding: 0.75rem 1rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  background-color: #231f20;
  color: #fff;
}

.c-table table tr:nth-child(2n) td {
  background-color: #f8f8f8;
}

.c-table table tr td {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}

.c-table table tr td a {
  color: #231f20;
}

.c-cart-item {
  /* display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4rem 1.5rem 1fr;
  grid-template-columns: 4rem 1fr;
  grid-gap: 2rem 1.5rem;
  -ms-grid-rows: auto 2rem auto;
  grid-template-areas: "image details" "image price"; */
}

@media (min-width: 768px) {
  .c-cart-item {
    -ms-grid-columns: 6rem 1.5rem 1fr 1.5rem -webkit-max-content;
    -ms-grid-columns: 6rem 1.5rem 1fr 1.5rem max-content;
    grid-template-columns: 6rem 1fr -webkit-max-content;
    grid-template-columns: 6rem 1fr max-content;
    grid-template-areas: "image details price";
  }
}

.c-cart-item__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: image;
}

.c-cart-item__image a {
  display: block;
  /* border: 1px solid #231f20; */
}

.c-cart-item__image a img {
  /* height: 4rem;
  width: 4rem;
  object-fit: contain; */
}

@media (min-width: 768px) {
  /* .c-cart-item__image a img {
    height: 6rem;
    width: 6rem;
  } */
}

.c-cart-item__details {
  /* -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: details;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 2rem 1fr;
  -ms-grid-columns: max-content 2rem 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -ms-grid-rows: auto 1.5rem auto;
  grid-template-areas: "title title" "qty remove";
  grid-gap: 1.5rem 2rem; */
}

.c-cart-item__details__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: title;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #231f20;
}

@media (min-width: 1024px) {
  .c-cart-item__details__title {
    font-size: 1.25rem;
  }
}

.c-cart-item__details__title:focus,
.c-cart-item__details__title:hover {
  color: #231f20;
}

.c-cart-item__details__qty {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: qty;
}

.c-cart-item__details__qty input {
  max-width: 6rem;
}

.c-cart-item__details__qty button {
  padding: 1.125rem 1rem;
}

.c-cart-item__details__remove {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: remove;
  padding: 0 0 1.125rem;
  display: flex;
  align-items: center;
  align-self: flex-end;
}

.c-cart-item__details__remove svg {
  height: 1rem;
  width: 1rem;
  fill: #231f20;
  transition: fill 0.25s ease-in-out;
}

.c-cart-item__details__remove:focus svg,
.c-cart-item__details__remove:hover svg {
  fill: #231f20;
}

.c-cart-item__price {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: price;
}

@media (min-width: 768px) {
  .c-cart-item__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .c-cart-item__details {
    /* -ms-grid-row: 1;
    -ms-grid-column: 3; */
  }

  .c-cart-item__price {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    align-self: flex-end;
  }
}

@media (min-width: 768px) {
  .c-cart-item__price .price {
    padding: 1.125rem 0;
    display: flex;
    align-items: center;
  }
}

.c-cart-item a:focus,
.c-cart-item a:hover {
  text-decoration: none;
}

ul.c-list {
  display: flex;
  flex-direction: column;
}

ul.c-list li+li {
  margin-top: 1rem;
}

ul.c-list li a {
  color: #231f20;
  transition: color;
}

@media (prefers-reduced-motion: reduce) {
  ul.c-list li a {
    transition: none;
  }
}

ul.c-list li:focus a,
ul.c-list li:hover a {
  color: #231f20;
}

.c-rte p:last-of-type {
  margin-bottom: 0;
}

.c-rte h2,
.c-rte h3 {
  text-transform: uppercase;
}

.c-rte ul {
  margin: 2rem 0;
}

.c-rte ul li {
  margin: 1rem 0;
}

.c-rte a {
  color: white;
  text-decoration: underline;
}

.c-rte a:hover {
  color: #231f20;
}



#mobile-slick-header {
  display: none;
}



@media (max-width: 1023.98px) {
  #mobile-slick-header {
    display: block;
  }

  #desktop-static-header {
    display: none;
  }

  .notif-is-active .s-header__bottom {
    top: 0rem;
  }
}





.c-cookie-bar {
  position: fixed;
  bottom: 5rem;
  width: 100%;
  max-width: 25rem;
  padding: 1rem;
  color: #fff;
  background-color: #231f20;
  transform: translateX(-100%);
  transition: transform 0.25s ease-in-out;
  z-index: 300;
}

.c-cookie-bar a {
  color: inherit;
  text-decoration: underline;
}

.c-cookie-bar a:focus,
.c-cookie-bar a:hover {
  text-decoration: none;
}

.c-cookie-bar .c-btn {
  padding: 0.75rem 1rem;
  background-color: #fff;
  color: #fff;
  border: 0;
  text-decoration: none;
}

.c-cookie-bar--left {
  left: 0;
}

.c-cookie-bar--right {
  right: 0;
  transform: translateX(100%);
}

.c-cookie-bar.is-visible {
  transform: none;
}

.c-article-hero {
  display: -ms-grid;
  display: grid;
  background-color: #fff;
}

@media (min-width: 768px) {
  .c-article-hero {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%;
  }
}

.c-article-hero__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .c-article-hero__content {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

@media (min-width: 768px) {
  .c-article-hero__content {
    -ms-grid-column: 1;
    grid-column: 1;
    padding: 3rem;
  }
}

@media (max-width: 767.98px) {
  .c-article-hero__image {
    height: 20rem;
  }
}

@media (min-width: 768px) {
  .c-article-hero__image {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

.c-article-hero__image img,
.c-article-hero__image picture {
  height: 100%;
  width: 100%;
}

.c-article-hero__image picture img {
  object-fit: cover;
}

.c-article-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-article-item figure img {
  width: 100%;
  height: 21rem;
  object-fit: cover;
}

@media (min-width: 768px) {
  .c-article-item figure img {
    height: 30rem;
  }
}

.t-article .c-article-item figure img {
  height: 18rem;
}

.c-article-item__content {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  flex-grow: 2;
}

.c-article-item__title {
  font-family: Bebas Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  line-height: 1;
  color: #231f20;
  flex-grow: 2;
}

@media (min-width: 768px) {
  .c-article-item__title {
    font-size: 2rem;
  }
}

.c-article-item__title:focus,
.c-article-item__title:hover {
  text-decoration: none;
  color: #231f20;
}

.c-article-item__btn svg {
  height: 1.5rem;
  width: 1.5rem;
}

.c-article-nav {
  background-color: #fff;
}

.c-article-nav ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .c-article-nav ul {
    flex-direction: row;
    justify-content: space-between;
  }
}

.c-article-nav ul li {
  width: 100%;
}

@media (min-width: 768px) {
  .c-article-nav ul li {
    max-width: 40%;
  }
}

.c-article-nav__link,
.c-article-nav ul li a {
  display: flex;
  align-items: stretch;
}

.c-article-nav__link {
  position: relative;
  color: #231f20;
  transition: color 0.25s ease-in-out;
  height: 100%;
}

.c-article-nav__link:focus,
.c-article-nav__link:hover {
  color: #231f20;
  text-decoration: none;
}

.c-article-nav__link__image {
  position: relative;
  width: 212px;
  flex-shrink: 0;
}

.c-article-nav__link__image img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.c-article-nav__link__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-article-nav__link__content svg {
  height: 1.5rem;
  width: 1.5rem;
}

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

.c-media {
  position: relative;
  background-color: #f8f8f8;
}

.c-media>model-viewer,
.c-media>video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-media>img {
  width: 100%;
}

form [data-aria-hidden="true"] {
  display: none;
}

.c-spacer--sm {
  padding-top: 16px;
}

.c-spacer--md {
  padding-top: 32px;
}

.c-spacer--lg {
  padding-top: 64px;
}

.s-header__top {
  font-family: Bebas Neue, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  background-color: #231f20;
  display: none;
}

@media (min-width: 1024px) {
  .s-header__top {
    display: block;
  }
}

.s-header__bottom {
  height: auto;
  color: #fff;
  background-color: #ffff;
  transition-property: background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  /* background-color: #231f20; */
  width: 100%;
  margin-top: 0 !important;
}

.s-header__bottom .header-container {
  transition-property: filter;
  -webkit-transition: .25s ease;
  -moz-transition: .25s ease;
  transition: .25s ease;
}

.at-top:not(.navigation-open) .s-header__bottom .header-container {
  filter: invert(1);
} 

.at-top:not(.navigation-open) .s-header__bottom {
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5004202364539565) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5004202364539565) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0.5004202364539565) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.s-header__bottom::after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  /* top: 85%; */
  left: 0;
  border-bottom: 2px solid #231f20;
  transition-property: border-color;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
}

.at-top:not(.navigation-open) .s-header__bottom::after {
  border-color: #fff;
}

@media (max-width: 1023.98px) {

  /* .s-header__bottom::after{
    content: "";
    position: absolute;
    width: 100%;
    top: 85%;
    left: 0;
    border-bottom: 1px solid white;
    opacity: 0.5;
  } */
  /* .notif-is-active .s-header__bottom {
    top: 2.5rem;
  } */
}

@media (min-width: 1024px) {
  .s-header__bottom {
    height: auto;
    /* color: #231f20;
    background-color: #f5f5f5; */

    /* background-color: #231f20; */
    color: #f5f5f5;
  }

  .t-article .s-header__bottom,
  .t-page-inspiration .s-header__bottom {
    /* background-color: #f1f1f1; */
  }
}

.s-header__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 45px;
}

.s-header__brand svg {
  width: 7.25rem;
  height: 2.5rem;
  fill: #000;
}

@media (min-width: 1024px) {
  .s-header__brand svg {
    fill: #231f20;
    width: 11rem;
    height: 3rem;
  }
}

@media (max-width: 1023px) {
  .s-header__brand {
    margin-left: -13px;
  }
}

/* @media (max-width: 480px) {
  .s-header__brand svg {
    margin-right: 35px;
  }
} */
.s-header__brand__img {
  display: block;
  width: 100%;
  height: auto;
}

.s-header__brand__img--wordmark {
  width: 7.25rem;
}

.s-header__btn {
  flex: none;
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  padding: 0 0.5rem;
}

.s-header__btn p {
  margin: 0 0 0 10px !important;
  font-weight: 300;
}

.s-header__btn:focus {
  outline: none;
}

.s-header__btn:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.s-header__btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.s-header__btn svg path {
  display: block;
  width: 1rem;
  height: 1rem;
  stroke: white;
}

@media (min-width: 1024px) {
  .s-header__btn svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.mobile-overlay-dark {
  position: relative;
}

.mobile-overlay-dark::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.s-header__nav-btn {
  flex: none;
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  margin: 0 0 0 -0.3375rem;
  padding: 0.3375rem;
  margin-bottom: 4px;
}

.s-header__nav-btn:focus {
  outline: none;
}

.s-header__nav-btn:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.s-header__nav-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.s-header__nav-btn svg {
  /* fill: #000 !important; */
  fill: #fff;
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  /* width: 1.325rem;
  height: 1.325rem; */
  width: 2rem;
  height: 2rem;
}

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

@media (max-width: 640px) {
  .s-header__nav-btn {
    transform: scale(.7);
  }
}

.s-header__top-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s-header__top-nav ul li {
  position: relative;
}

.s-header__top-nav ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.5rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}

.s-header__top-nav ul li a:hover {
  text-decoration: none;
}

.s-header__top-nav ul li ul {
  position: absolute;
}

.s-header__top-nav>ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.s-header__top-nav>ul>li>span {
  padding: 0.825rem 1rem 0;
  display: block;
  cursor: default;
  color: #585858;
  text-transform: uppercase;
}

.s-header__top-nav>ul>li.is-highlighted {
  margin-left: 1rem;
}

.s-header__top-nav>ul>li.is-highlighted>a {
  padding: 0.825rem 1.5rem;
  color: #231f20;
  background-color: #231f20;
}

.s-header__top-nav>ul>li.is-current {
  background-color: #f5f5f5;
}

.s-header__top-nav>ul>li:last-child>ul {
  background: #f5f5f5;
  left: auto;
  right: 0;
}

.s-header__top-nav>ul>li:hover>ul {
  transform: none;
  opacity: 1;
  visibility: visible;
}

.s-header__top-nav>ul>li>ul {
  min-width: 7.5rem;
  top: 100%;
  left: 0;
  z-index: 99999;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #231f20;
  transform: translateY(0.5rem);
  opacity: 0;
  visibility: hidden;
  transition-property: transform, opacity, visibility;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}

.s-header__top-nav>ul>li>ul>li>a {
  background: #f5f5f5;
  color: #585858;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  transition-property: background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}

.s-header__top-nav>ul>li>ul>li>a:hover {
  background-color: #dfdcdc;
}

.s-header__top-nav>ul>li>ul>li.is-current>a {
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .s-header__nav {
    padding-left: 0rem;
  }
}

.s-header__nav__body>ul>li>a {
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.s-header__nav__body__panel__featured__block>a {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  color: #fff !important;
  background-color: #f8f8f8;
  text-decoration: none;
  overflow: hidden;
}

.s-header__nav__body__panel__featured__block>a>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}

.s-header__nav__body__panel__featured__block>a>div {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 1.5rem;
}

.s-header__nav__body__panel__featured__block>a>div>span {
  display: block;
  line-height: 1;
}

.s-header__nav__body__panel__featured__block>a>div>span:first-of-type {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.s-header__nav__body__panel__featured__block>a>div>span:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.s-header__nav__body__panel__featured__block>a>div>span:nth-of-type(2)>span {
  font-size: 2rem;
}

.s-header__nav__body__panel__featured__block>a>div>span:nth-of-type(2)>svg {
  flex: none;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.s-header__nav__body__panel__featured__block>a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  transition-property: opacity, visibility;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}

.s-header__nav__body__panel__featured__block>a:focus {
  color: #fff;
  outline: none;
}

.s-header__nav__body__panel__featured__block>a:hover {
  color: #fff;
  text-decoration: none;
}

.s-header__nav__back-btn {
  position: relative;
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  width: 100%;
  /* margin: 0 0 1rem; */
  padding: 1.125rem 1.5rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

@media (max-width: 1023px) {
  .s-header__nav__back-btn {
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
  }

  .s-header__nav__back-btn svg {
    transform: rotate(90deg) translate(-50%) !important;
    stroke-width: 5;
  }
}

.s-header__nav__back-btn:focus {
  outline: none;
}

.s-header__nav__back-btn:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.s-header__nav__back-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.s-header__nav__back-btn svg {
  display: block;
  fill: currentColor;
}

.s-header__nav__back-btn,
.s-header__nav__back-btn:focus,
.s-header__nav__back-btn:hover {
  color: #15181a;
  /* background-color: #15181a; */
  background-color: #fff;
}

.s-header__nav__back-btn svg {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
}

.s-header__nav__close-btn {
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0 0 -0.3375rem;
  padding: 0.9375rem;
}

.s-header__nav__close-btn:focus {
  outline: none;
}

.s-header__nav__close-btn:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.s-header__nav__close-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.s-header__nav__close-btn svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  width: 1.325rem;
  height: 1.325rem;

  transform: scale(1.5);
}

.s-header__nav__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background-color: rgba(35, 31, 32, 0.5);
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}

.s-header__nav__backdrop.is-visible {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1024px) {
  .s-header__nav__backdrop {
    display: none !important;
  }
}

.s-header__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}

.s-header__nav ul li a {
  display: block;
  padding: 0.5rem;
  line-height: 1;
  /* color: #231f20; old header */
  color: #fff;
  text-decoration: none;
}
.m-sub__container{
  display: none;
}
@media (max-width: 1023px) {
  .s-header__nav ul li a {
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px !important;
    text-transform: uppercase;
  }

  .s-header__nav ul li ul li a {
    /* color: #231f20; */
    color: #fff;
    padding: 25px 20px;
    border-top: 1px solid #585858 !important;
    font-size: 16px;
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
  }

  .s-header__nav ul li ul li a:active {
    text-decoration: underline;
  }

  .s-header__nav ul li ul li:first-of-type a {
    text-transform: uppercase;
    font-weight: bold;
  }
}

.s-header__nav ul li a:hover {
  text-decoration: none;
}

.m-sub__container {
  display: none;
}

@media (max-width: 480px) {
  .m-sub__tags li a {
    font-size: 12px;
  }
}

@media (max-width: 1023.98px) {
  .m-sub__container {
    margin: 4.5rem 0 -8.2rem 0rem;
    display: block;
    position: relative;
  }

  .m-sub__container::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0;
    /* border-bottom: 1px solid #585858; */
    opacity: 0.5;
  }

  .m-sub__tags {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    background: #231f20;
  }

  .m-sub__tags li {
    width: 100%;
  }

  .m-sub__tags li a {
    position: relative;
    margin: 0 !important;
    color: white;
    width: 100%;
    padding: 0.6rem 0;
    display: block;
    text-align: center;
    list-style: none;
    border-bottom: 4px solid #231f20;
    border-top: 4px solid #231f20;
  }

  .m-sub__tags li a {
    text-decoration: none;
  }

  .m-sub__tags li a:hover {
    border-bottom: 4px solid white;
  }

  .s-header__nav {
    position: fixed;
    top: 0;
    left: -20rem;
    z-index: 999999;
    width: 20rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    /* padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px; */
    color: #231f20;
    background-color: #fff;
    transform: none;
    transition-property: transform, color;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    overflow: hidden;
  }

  @supports (-webkit-touch-callout: none) {
    .s-header__nav {
      height: -webkit-fill-available;
    }
  }

  .at-top:not(.navigation-open) .s-header__nav {
    filter: invert(1);
  }

  .s-header__nav.is-visible {
    transform: translateX(100%);
  }

  .s-header__nav__header {
    flex: none;
    width: 100%;
    height: 3.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .s-header__nav__body {
    position: relative;
    flex: 1;
    /* margin-top: 1rem; */
    overflow: hidden;
  }

  .s-header__nav__body__panel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    /* background: #fff; */
    background: #231f20;
    transition-property: transform, color;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
  }

  .s-header__nav__body__panel>.s-header__nav__back-btn {
    flex: none;
    justify-content: flex-start;
    text-indent: 30px;
  }

  .s-header__nav__body__panel>ul {
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .s-header__nav__body__panel>ul>li {
    border-bottom: 0.09375rem solid #3c3c3c;
  }

  .s-header__nav__body__panel>ul>li:last-child {
    border-bottom: 0;
  }

  .s-header__nav__body__panel>ul>li>a {
    padding: 1.375rem 1.5rem;
  }

  .s-header__nav__body__panel>.s-header__nav__body__panel__featured {
    display: none;
  }

  .s-header__nav__body__panel.is-visible {
    transform: none;
  }

  .s-header__nav__body>ul {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .s-header__nav__body>ul>li+li {
    margin-top: 0;
  }

  .s-header__nav__body>ul>li>a {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 2rem;
    color: #fff;
    background-color: #f8f8f8;
  }

  .s-header__nav__body>ul>li>a>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .s-header__nav__body>ul>li>a>span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    padding: 0.5rem 1rem;
  }

  .s-header__nav__body>ul>li.is-current>a:after {
    opacity: 1;
    visibility: visible;
  }

  .s-header__nav__body>ul>li>.s-header__nav__body__panel>ul>li>.s-header__nav__body__panel {
    z-index: 10;
  }
}

@media (min-width: 1024px) {
  .s-header__nav {
    height: 100%;
  }

  .s-header__nav__header {
    display: none;
  }

  .s-header__nav__body {
    height: 100%;
  }

  .s-header__nav__body__panel {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    width: 100%;
    /* background-color: #f8f8f8; */
    background-color: #231f20;
    transform: translateY(1rem);
    opacity: 0;
    visibility: hidden;
    transition-property: transform, opacity, visibility;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    padding: 2rem 7rem;
  }

  .s-header__nav__body__panel>.s-header__nav__back-btn {
    display: none;
  }

  .s-header__nav__body>ul {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-left: -1rem;
  }

  .s-header__nav__body>ul>li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .s-header__nav__body>ul>li>a {
    padding: .75rem 1rem 0;
    font-size: 1.25rem;
    white-space: nowrap;
    background: transparent;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
  }

  .s-header__nav__body>ul>li>a>img {
    display: none;
  }

  .s-header__nav__body>ul>li:hover>a {
    /* background-color: #f8f8f8; old header  */
    border-bottom: 3px solid #231f20;
  }

  .s-header__nav__body>ul>li:hover>.sale-li {
    /* background-color: #f8f8f8; old header  */
    border-bottom: 3px solid #ed0000;
  }

  .s-header__nav__body>ul>li:hover>.s-header__nav__body__panel {
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .s-header__nav__body>ul>li>.s-header__nav__body__panel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  @supports (display: grid) {
    .s-header__nav__body>ul>li>.s-header__nav__body__panel {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 2fr;
      /* grid-template-columns: 1fr 2fr; */
      grid-gap: 0 2rem;
    }
  }

  .s-header__nav__body>ul>li>.s-header__nav__body__panel .tier-2-menu>ul {
    width: 100%;
    max-height: 19rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  @supports (display: grid) {
    .s-header__nav__body>ul>li>.s-header__nav__body__panel .tier-2-menu>ul {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
      grid-gap: 1.25rem 3rem;
      max-height: none;
    }
  }

  .s-header__nav__body>ul>li>.s-header__nav__body__panel .tier-2-menu>ul>li {
    margin-top: 0.5rem;
  }

  .s-header__nav__body>ul>li>.s-header__nav__body__panel .tier-2-menu>ul>li:first-of-type,
  .s-header__nav__body>ul>li>.s-header__nav__body__panel .tier-2-menu>ul>li:nth-of-type(2),
  .s-header__nav__body>ul>li>.s-header__nav__body__panel .tier-2-menu>ul>li:nth-of-type(9) {
    margin-top: 0;
  }

  @supports (display: grid) {
    .s-header__nav__body>ul>li>.s-header__nav__body__panel .tier-2-menu>ul>li {
      margin: 0;
    }
  }

  .s-header__nav__body>ul>li>.s-header__nav__body__panel .tier-2-menu>ul a {
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    white-space: nowrap;
    line-height: 1.2;
    font-size: 0.8rem;
  }

  .s-header__nav__body>ul>li>.s-header__nav__body__panel .tier-2-menu>ul a:hover {
    /* color: #231f20; */
    text-decoration: underline;
  }

  .s-header__nav__body>ul>li>.s-header__nav__body__panel>.s-header__nav__body__panel__featured {
    width: 100%;
    height: 100%;
    min-height: 400px;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }

  .s-header__nav__body>ul>li>.s-header__nav__body__panel>.s-header__nav__body__panel__featured>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
  }

  .s-header__nav__body>ul>li>.s-header__nav__body__panel>.s-header__nav__body__panel__featured>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 1;
    position: relative;
  }

  .s-header__nav__body>ul>li>.s-header__nav__body__panel>.s-header__nav__body__panel__featured>a span {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 5;
    font-family: Bebas Neue, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
  }

  .s-header__nav__body>ul>li>.s-header__nav__body__panel>ul>li>.s-header__nav__body__panel {
    display: none;
  }
}

.mobile-menu-item {
  background-color: #ffffff;
}

@media (min-width: 1024px) {
  .s-header__nav__body>ul>li>.s-header__nav__body__panel>.s-header__nav__body__panel__featured .s-header__nav__body__panel__featured__block {
    flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
    height: 306px;
  }
}

.s-header__nav-row {
  height: 100%;
}

@media (min-width: 1024px) {
  .s-header__nav-row {
    position: relative;
  }

  .s-header__nav-row .s-header__nav-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .s-header__nav-col {
    position: static;
    height: 100%;
  }
}

.tier-2-menu {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1023.98px) {
  .tier-2-menu {
    overflow-y: auto;
  }
}

@media (min-width: 1024px) {
  .tier-2-menu {
    width: 35%;
  }

  @supports (display: grid) {
    .tier-2-menu {
      width: 100%;
    }
  }
}

.tier-2-menu .title,
.tier-2-menu .view-all-link {
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.tier-2-menu .title {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 800;
  font-style: normal;
}

@media (max-width: 1023.98px) {

  .tier-2-menu .title,
  .tier-2-menu .view-all-link {
    display: none;
  }
}

.tier-2-menu .view-all-link {
  text-decoration: underline;
  /* margin-top: 2.5rem; */
  padding: 0;
}

@media (max-width: 1023.98px) {
  .tier-2-menu .view-all-link {
    display: none;
  }
}

.s-hero {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .s-hero {
    height: 100%;
  }

  .section_banner-hero {
    height: fit-content !important;
  }
}

@media (max-width: 1200px) {
  .quad-container {
    margin-top: 5px;
  }
}

@media (min-width: 1024px) {
  .s-hero {
    height: 665px;
  }

  .section_hero-discount {
    height: 780px;
  }
}

.s-hero>.container {
  height: 100%;
}

.s-hero__slider,
.s-hero__slider .swiper-slide,
.s-hero__slider .swiper-wrapper {
  height: 100%;
}

.s-hero__slider .swiper-slide {
  background: pink;
}

.s-hero__slide--has-overlay .s-hero__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.s-hero__pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 90%;
  padding: 0 1rem;
  font-family: Bebas Neue, sans-serif;
}

@media (max-width: 767.98px) {
  .s-hero__pagination {
    max-width: 34rem;
  }
}

@media (min-width: 768px) {
  .s-hero__pagination {
    padding: 0 1.5rem;
    width: 50%;
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .s-hero__pagination {
    padding: 0 2.5rem;
    width: 42.5%;
  }
}

.s-hero__pagination .swiper-pagination-bullet {
  display: block;
  padding: 1rem 0.5rem;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.25s ease-in-out;
}

.s-hero__pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 0.5rem;
}

.s-hero__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (min-width: 768px) {
  .s-hero__pagination .swiper-pagination-bullet {
    padding: 1.5rem 0.5rem;
  }
}

.s-hero__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: #fff;
  background: #f8f8f8;
}

@media (max-width: 767.98px) {

  .s-hero__inner.bottom-center,
  .s-hero__inner.bottom-left,
  .s-hero__inner.bottom-right {
    justify-content: flex-end;
  }

  .s-hero__inner.middle-center,
  .s-hero__inner.middle-left,
  .s-hero__inner.middle-right {
    justify-content: center;
  }

  .s-hero__inner.top-center,
  .s-hero__inner.top-left,
  .s-hero__inner.top-right {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {

  .s-hero__inner.bottom-center,
  .s-hero__inner.bottom-left,
  .s-hero__inner.bottom-right {
    justify-content: flex-end;
  }

  .s-hero__inner.middle-center,
  .s-hero__inner.middle-left,
  .s-hero__inner.middle-right {
    justify-content: center;
  }

  .s-hero__inner.top-center,
  .s-hero__inner.top-left,
  .s-hero__inner.top-right {
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {

  .s-hero__inner.bottom-left,
  .s-hero__inner.middle-left,
  .s-hero__inner.top-left {
    align-items: flex-start;
  }

  .s-hero__inner.bottom-center,
  .s-hero__inner.middle-center,
  .s-hero__inner.top-center {
    align-items: center;
  }

  .s-hero__inner.bottom-right,
  .s-hero__inner.middle-right,
  .s-hero__inner.top-right {
    align-items: flex-end;
  }
}

.s-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.s-hero__bg img,
.s-hero__bg svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-hero__bg img {
  object-fit: fill;
}

@media (max-width: 490px) {
  .s-hero__bg img {
    object-fit: cover;
  }
}

.s-hero__bg--top img {
  object-position: top;
}

.s-hero__bg--right img {
  object-position: right;
}

.s-hero__bg--bottom img {
  object-position: bottom;
}

.s-hero__bg--left img {
  object-position: left;
}

.s-hero__bg--center img {
  object-position: center;
}

.s-hero__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: static;
  z-index: 3;
  padding: 1.5rem;
  margin-bottom: 3rem;
  width: 90%;
}

.s-hero__content.black-text {
  color: #000;
}

@media (max-width: 767.98px) {
  .s-hero__content {
    max-width: 34rem;
  }

  .s-hero__content.bottom-center,
  .s-hero__content.bottom-left,
  .s-hero__content.bottom-right {
    justify-content: flex-end;
  }

  .s-hero__content.middle-center,
  .s-hero__content.middle-left,
  .s-hero__content.middle-right {
    justify-content: center;
  }

  .s-hero__content.top-center,
  .s-hero__content.top-left,
  .s-hero__content.top-right {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .s-hero__content {
    width: 50%;
    margin-bottom: 4rem;
    padding: 2rem;
  }

  .s-hero__content.bottom-center,
  .s-hero__content.bottom-left,
  .s-hero__content.bottom-right {
    justify-content: flex-end;
  }

  .s-hero__content.middle-center,
  .s-hero__content.middle-left,
  .s-hero__content.middle-right {
    justify-content: center;
  }

  .s-hero__content.top-center,
  .s-hero__content.top-left,
  .s-hero__content.top-right {
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  .s-hero__content {
    width: 42.5%;
    margin-bottom: 4rem;
    padding: 3rem;
  }

  .s-hero__content.bottom-left,
  .s-hero__content.middle-left,
  .s-hero__content.top-left {
    align-items: flex-start;
  }

  .s-hero__content.bottom-center,
  .s-hero__content.middle-center,
  .s-hero__content.top-center {
    align-items: center;
  }

  .s-hero__content.bottom-right,
  .s-hero__content.middle-right,
  .s-hero__content.top-right {
    align-items: flex-end;
  }
}

.s-hero__content>* {
  position: relative;
  z-index: 5;
}

.s-hero__subtitle {
  margin: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.s-hero__title {
  margin: 0;
}

.s-hero__btn {
  position: static;
}

@media (min-width: 768px) {
  .s-hero__btn {
    border: 1px solid #fff;
  }
}

.s-trust-points__inner {
  padding-top: 15px;
  padding-bottom: 13px;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
  color: #231f20;
  background-color: #231f20;
}

.s-tag-cloud {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 1024px) {
  .s-tag-cloud {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.s-tag-cloud__btn {
  margin: 0.5rem;
}

@media (min-width: 1024px) {
  .s-tag-cloud__btn {
    margin: 0.75rem;
    font-size: 1.25rem;
  }
}

.s-featured-content {
  width: 100%;
  position: relative;
}

.s-featured-content .container {
  position: relative;
}

.s-featured-content--has-overlay .s-featured-content__inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.s-featured-content__inner {
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #f8f8f8;
}

.s-featured-content__bg {
  z-index: 1;
  display: block;
  width: 100%;
}

@media (max-width: 767.98px) {
  .s-featured-content__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.s-featured-content__bg img,
.s-featured-content__bg svg {
  display: block;
  width: 100%;
}

@media (max-width: 767.98px) {

  .s-featured-content__bg img,
  .s-featured-content__bg svg {
    height: 100%;
    object-fit: cover;
  }
}

.s-featured-content__body {
  z-index: 3;
  padding: 4rem 2rem 2rem;
}

@media (max-width: 767.98px) {
  .s-featured-content__body {
    display: flex;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .s-featured-content__body {
    max-width: 640px;
    padding: 3rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
  }
}

.s-featured-content__title {
  margin: 0 0 1.5rem;
}

@media (min-width: 768px) {
  .s-featured-content__title {
    margin-bottom: 2.25rem;
  }
}

.s-featured-content__content {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .s-featured-content__content {
    margin-bottom: 3rem;
  }
}

.s-featured-content__content :last-child {
  margin-bottom: 0;
}

.s-promo .container,
.s-promo__media {
  position: relative;
}

.s-promo__media {
  flex: none;
  width: 100%;
  max-width: 864px;
  height: 287px;
}

@media (min-width: 576px) {
  .s-promo__media {
    height: 350px;
  }
}

@media (min-width: 768px) {
  .s-promo__media {
    width: 75%;
    height: 480px;
  }
}

@media (min-width: 1024px) {
  .s-promo__media {
    width: 864px;
    height: 576px;
  }
}

.s-promo__media a {
  display: block;
  width: 100%;
  height: 100%;
}

.s-promo__media a,
.s-promo__media a:focus,
.s-promo__media a:hover {
  color: #231f20;
}

.s-promo__media img,
.s-promo__media svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-promo__media__text {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #231f20;
  text-decoration: underline;
  display: none;
}

@media (min-width: 768px) {
  .s-promo__media__text {
    display: block;
  }
}

.s-promo__body {
  flex: none;
  width: 100%;
  padding: 2rem;
  text-align: center;
  color: #fff;
  background-color: #231f20;
}

@media (min-width: 768px) {
  .s-promo__body {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 45%;
    max-width: 565px;
    text-align: left;
    padding: 3rem;
  }
}

@media (min-width: 1024px) {
  .s-promo__body {
    width: 565px;
  }
}

.s-promo__title {
  margin-bottom: 1rem;
}

.s-promo__box {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 17px 27px;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.2);
  border: 1px solid #fff;
}

.s-promo__box span {
  text-decoration: underline;
}

.s-footer {
  color: #fff;
  background-color: #231f20;
}

.s-footer a {
  color: #fff;
  text-decoration: none;
}

.s-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.s-footer__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 1024px) {
  .s-footer__brand {
    justify-content: flex-start;
    text-align: left;
  }
}

.s-footer__brand__img {
  display: block;
  width: 9.75rem;
  height: auto;
}

.s-footer__bottom {
  border-top: 1px solid #fff;
}

.s-footer__heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.s-footer__heading span {
  display: block;
}

.s-footer__heading__icon {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  fill: currentColor;
}

.s-footer__heading__icon--plus {
  display: block;
}

.s-footer__heading__icon--minus {
  display: none;
}

@media (min-width: 768px) {
  .s-footer__heading__icon {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .s-footer__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.s-footer__nav__block {
  width: 100%;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  .s-footer__nav__block {
    max-width: 33.33333%;
    flex-basis: 33.33333%;
  }
}

@media (max-width: 767.98px) {
  .s-footer__nav__block+.s-footer__nav__block {
    margin-top: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .s-footer__nav__block__toggle {
    cursor: pointer;
  }
}

@media (max-width: 767.98px) {
  .s-footer__nav__block__toggle span:before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .s-footer__nav__block__content {
    display: none;
  }
}

.s-footer__nav__block__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s-footer__nav__block__content a {
  display: inline-block;
  line-height: 1.875;
}

.s-footer__nav__block.is-active>.s-footer__nav__block__toggle>.s-footer__heading__icon--plus {
  display: none;
}

.s-footer__nav__block.is-active>.s-footer__nav__block__toggle>.s-footer__heading__icon--minus {
  display: block;
}

.s-footer__nav__block.is-active>.s-footer__nav__block__content {
  display: block;
}

.s-footer .c-social-links {
  justify-content: center;
}

@media (min-width: 768px) {
  .s-footer .c-social-links {
    justify-content: flex-start;
  }
}

.s-footer .c-social-links li a {
  color: #fff;
}

.s-footer__copyright {
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.s-footer__colophon {
  font-size: 0.75rem;
  line-height: 2.15;
}

.s-collection__header {
  background-color: #f8f8f8;
  text-align: center;
}

.s-collection__header .video {
  padding-top: 56.25%;
  position: relative;
}

.s-collection__header .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.s-collection__header__description {
  font-size: 0.875rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .s-collection__header__description {
    font-size: 1rem;
  }
}

.s-collection__header__description__toggle {
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.s-collection__header__description__toggle:focus {
  outline: none;
}

.s-collection__header__description__toggle:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.s-collection__header__description__toggle:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.s-collection__header__description__toggle svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.s-collection__header__description__toggle,
.s-collection__header__description__toggle:focus,
.s-collection__header__description__toggle:hover {
  color: #231f20;
}

.s-collection__header__filters {
  list-style: none;
  display: flex;
}

@media (max-width: 767.98px) {
  .s-collection__header__filters {
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  .s-collection__header__filters {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 576px) {
  .s-collection__header__filters li {
    margin: 0 0.5rem;
  }
}

@media (min-width: 768px) {
  .s-collection__header__filters li {
    margin: 0.5rem;
  }
}

.s-collection__header__filters li a {
  white-space: nowrap;
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.5rem 2rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  background: #231f20;
  transition-property: background-color, color, border-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}

.s-collection__header__filters li a:focus {
  outline: none;
}

.s-collection__header__filters li a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.s-collection__header__filters li a:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.s-collection__header__filters li a svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.s-collection__header__filters li:focus a,
.s-collection__header__filters li:hover a {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

@media (max-width: 767.98px) {
  .s-collection__toolbar {
    /* border: 2px solid #ebebeb; */
  }

  .s-collection__toolbar>.container {
    padding-left: 0;
    padding-right: 0;
  }
}

.s-collection__toolbar__filters {
  height: 100%;
  /* border: 1px solid #3c3c3c; */
  width: 100%;
}

@media (min-width: 767.98px) {
  .s-collection__toolbar__filters {
    height: auto;
    border: 0;
  }
}

.s-collection__toolbar__filters__btn {
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  width: 100%;
  padding: 0.75rem 1rem 0.625rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .s-collection__toolbar__filters__btn {
    padding: 1.3rem 1rem 1.625rem;
  }

  .sort-by-c {
    padding-top: 1rem;
  }

  .op-item-2 {
    height: 65px !important;
    width: 50%;
  }
}

.s-collection__toolbar__filters__btn:focus {
  outline: none;
}

.s-collection__toolbar__filters__btn:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.s-collection__toolbar__filters__btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.s-collection__toolbar__filters__btn svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.s-collection__toolbar__filters__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background-color: rgba(35, 31, 32, 0.5);
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}

.s-collection__toolbar__filters__backdrop.is-visible {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1201px) {
  .sale-hero_banner {
    height: auto;
  }
}

@media (max-width: 1200px) {
  .sale-hero_banner {
    height: 100% !important;
    width: max-content !important;
  }
}

@media (max-width: 1021px) {
  .sale-hero_banner {
    height: auto !important;
  }
}

@media (max-width: 850px) {
  .sale-hero_banner {
    height: 100% !important;
    width: max-content !important;
  }
}

@media (max-width: 769px) {
  .sale-hero_banner {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 450px) {
  .sale-hero_banner {
    height: 100% !important;
    width: auto !important;
  }
}

@media (min-width: 768px) {
  .s-collection__toolbar__filters__backdrop {
    display: none !important;
  }
}

.s-collection__toolbar__select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-style: normal;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 0.025rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.s-collection__toolbar__select:focus {
  outline: none;
}

.s-collection__toolbar__select:hover {
  outline: none;
}

.s-collection__toolbar__select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

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

}

.s-collection__count {
  margin: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
}

@media (min-width: 1024px) {
  .s-collection__count {
    /* margin-top: 0.75rem; */
  }
}

.s-collection__sort {
  /* border: 1px solid #3c3c3c; */
  /* border-left: 0; */
}

.range-container {
  padding: 10px;
}

.range-container>* {
  display: block;
}

.range-container label {
  margin-top: 10px;
}

.range-container .range-container__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.range-container .range-container__btn button {
  background: #000;
  color: white;
  border-radius: 5px;
  padding: 5px 20px;
  outline: none;
  border: none;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
}

.price-filter-i {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background: #dbd8d8;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  margin: 10px 0;
}

.price-filter-i::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #000000;
  border-radius: 50%;
  cursor: pointer;
}

.price-filter-i::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #000000;
  border-radius: 50%;
  cursor: pointer;
}

@media (min-width: 768px) {
  .s-collection__sort {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border: 0;
  }
}

.s-collection__sort__label {
  margin: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
  display: block;
}

@media (max-width: 768px) {
  .s-collection__sort__select {
    opacity: 0;
    max-width: 100% !important;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 !important;
  }

  .s-collection__sort__label {
    width: 100%;
    text-align: center;
  }

  .s-collection__sort__label span {
    background: url("./chevron-down.svg");
    background-repeat: no-repeat;
    background-position: 75% 50%;
    background-size: cover;
    width: 1rem;
    display: inline-block;
    height: 1rem;
    margin-bottom: -3px;
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .s-collection__sort__label {
    flex: none;
    display: block;
    /* margin-right: 1rem; */
  }
}

.s-collection__sort__select {
  display: block;
  margin: 0;
  font-style: normal;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 0.025rem;
  width: 100%;
  padding: 0.75rem 2.5rem 0.625rem 0.5rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
  background-size: 0.875rem;
  background-position: center right 1rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
  .s-collection__sort__select {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0.75rem 0.5rem 0.625rem 0.5rem;
    max-width: 100%;
  }
}

.s-collection__sort__select:focus {
  outline: none;
}

.s-collection__sort__select:hover {
  outline: none;
}

.s-collection__sort__select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.s-collection__sort__label,
.s-collection__sort__select {
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.s-collection__sort__label {
  font-weight: bold;
  text-transform: uppercase;
}

.s-collection__sort__select {}

/* @media (min-width: 768px) {
  .s-collection__sort__select {
    border: 1px solid #3c3c3c;
  }
} */

.s-product__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1rem auto 1rem auto;
  grid-template-rows: auto auto auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  grid-template-areas: "header" "media" "content";
  grid-gap: 1rem;
}

@media (min-width: 768px) {
  .s-product__grid {
    -ms-grid-rows: auto 1rem 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 55% 1rem 45%;
    grid-template-columns: 55% 45%;
    grid-template-areas: "media header" "media content";
  }

  .s-product__grid>.site-header {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media (min-width: 1024px) {
  .s-product__grid {
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
  }
}

.s-product__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
  align-self: flex-start;
}

.s-product__grid>.s-product__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

@media (min-width: 768px) {
  .s-product__header {
    width: 100%;
    margin-left: auto;
    padding-left: 1rem;
  }
}

.s-product__header .ruk_rating_snippet {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.s-product__header .ruk_rating_snippet i {
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}

.s-product__header .ruk-rating-snippet-count {
  display: none !important;
}

.s-product__header .stock-level {
  margin-top: 1rem;
}

.s-product__header .stock-level span {
  padding: 0.25rem 0.5rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.s-product__header .stock-level span.none {
  background-color: #000;
  color: #fff;
}

.s-product__header .stock-level span.low {
  background-color: #fe9839;
  color: #000;
}

.s-product__header .stock-level span.good {
  background-color: #009b72;
  color: #fff;
}

.s-product__media {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: media;
  align-self: flex-start;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "images";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .s-product__media {
    grid-template-areas: "thumbnails images";
    -ms-grid-columns: 7.5rem 1rem 1fr;
    grid-template-columns: 7.5rem 1fr;
    grid-column-gap: 1rem;
  }
}

.s-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-product__media__images {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: images;
  position: relative;
  overflow: hidden;
}

.s-product__media__thumbnails {
  grid-area: thumbnails;
}

@media (min-width: 768px) {
  .s-product__media__images {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .s-product__media__thumbnails {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media (max-width: 767.98px) {
  .s-product__media__thumbnails {
    display: none;
  }
}

.s-product__media__thumbnails .swiper-slide {
  border: 1px solid #fff;
}

.s-product__media__thumbnails .swiper-slide-thumb-active {
  border: 1px solid #000;
}

.s-product__media .swiper-controls {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 500;
}

.s-product__media .swiper-button-next,
.s-product__media .swiper-button-prev {
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  color: #231f20;
  transition-property: color, background-color, opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}

.s-product__media .swiper-button-next:focus,
.s-product__media .swiper-button-prev:focus {
  outline: none;
}

.s-product__media .swiper-button-next:hover,
.s-product__media .swiper-button-prev:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.s-product__media .swiper-button-next:disabled,
.s-product__media .swiper-button-prev:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.s-product__media .swiper-button-next svg,
.s-product__media .swiper-button-prev svg {
  width: 1rem;
  height: 1rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  fill: currentColor;
}

.s-product__media .swiper-button-next:hover,
.s-product__media .swiper-button-prev:hover {
  color: #231f20;
}

.s-product__media .swiper-button-next.swiper-button-disabled,
.s-product__media .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.s-product__media .swiper-button-prev {
  left: 0.5rem;
}

.s-product__media .swiper-button-next {
  right: 0.5rem;
}

.s-product__content {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: content;
  align-self: flex-start;
}

@media (min-width: 768px) {
  .s-product__grid>.s-product__header {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .s-product__media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .s-product__content {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    width: 100%;
    margin-left: auto;
    padding-left: 0rem;
  }
}

.s-product__title {
  font-family: Bebas Neue, sans-serif;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media (min-width: 768px) {
  .s-product__media__thumbnails {
    max-height: 600px;
    overflow-y: auto;
  }
}

.s-product__price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 1;
}

.s-product__price__was {
  margin-left: 1rem;
  text-decoration: line-through;
}

.s-product__price__current,
.s-product__price__was {
  font-family: Bebas Neue, sans-serif;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.s-product__price__current {
  color: #231f20;
}

.s-product__price__save {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #b1b1b1;
}

.s-product__delivery-cta {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  background-color: #f1f1f1;
  display: inline-flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.s-product__delivery-cta a {
  color: #231f20;
  text-decoration: none;
  font-weight: 700;
}

.s-product__form {
  margin: 0;
  padding: 0;
}

.s-product__options {
  margin-top: 1.5rem;
}

.s-product__option+.s-product__option {
  margin-top: 2rem;
}

.no-js .s-product__option--js {
  display: none;
}

.s-product__option__label {
  margin: 0 0 0.5rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  line-height: 1;
}

.s-product__option__label,
.s-product__option__select {
  display: block;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.s-product__option__select {
  margin: 0;
  font-style: normal;
  text-transform: none;
  color: inherit;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 0.025rem;
  width: 100%;
  max-width: 13.75rem;
  height: 2.5rem;
  padding: 0 2.5rem 0 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  background-color: #fff;
  background-size: 0.875rem;
  background-position: center right 1rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z'/%3E%3C/svg%3E");
  border: 1px solid #231f20;
}

.s-product__option__select:focus {
  outline: none;
}

.s-product__option__select:hover {
  outline: none;
}

.s-product__option__select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.s-product__option__select.is-hidden {
  display: none;
}

.s-product__option__combobox {
  position: relative;
  width: 100%;
  max-width: 13.75rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
  background-color: #fff;
  background-size: 0.875rem;
  background-position: center right 1rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z'/%3E%3C/svg%3E");
  border: 1px solid #231f20;
}

.s-product__option__combobox:focus {
  outline: none;
}

.s-product__option__combobox a,
.s-product__option__combobox a:focus,
.s-product__option__combobox a:hover {
  color: #231f20;
  text-decoration: none;
}

.s-product__option__combobox__toggle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.s-product__option__combobox__dropdown {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  z-index: 5;
  background-color: #fff;
  border: 1px solid #231f20;
  display: none;
}

.s-product__option__combobox__dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s-product__option__combobox__dropdown ul li {
  display: block;
}

.s-product__option__combobox__option {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.s-product__option__combobox__option span {
  flex-grow: 1;
  display: block;
}

.s-product__option__combobox__option:hover {
  background-color: #f8f8f8;
}

.s-product__option__combobox__swatch {
  flex: none;
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
  border: 1px solid #b1b1b1;
  background-color: #231f20;
}

.s-product__option__combobox__swatch[data-colour="black"] {
  background-color: #000;
}

.s-product__option__combobox__swatch[data-colour="multicoloured"] {
  background-color: #000;
}

.s-product__option__combobox__swatch[data-colour="blue"] {
  background-color: navy;
}

.s-product__option__combobox__swatch[data-colour="cobalt"] {
  background-color: #00f;
}

.s-product__option__combobox__swatch[data-colour="lightblue"] {
  background-color: #add8e6;
}

.s-product__option__combobox__swatch[data-colour="darkblue"] {
  background-color: #00008b;
}

.s-product__option__combobox__swatch[data-colour="navy"] {
  background-color: navy;
}

.s-product__option__combobox__swatch[data-colour="royal"] {
  background-color: #00f;
}

.s-product__option__combobox__swatch[data-colour="denim"] {
  background-color: #5c6793;
}

.s-product__option__combobox__swatch[data-colour="petrol"] {
  background-color: #507496;
}

.s-product__option__combobox__swatch[data-colour="navymarl"] {
  background-color: #474975;
}

.s-product__option__combobox__swatch[data-colour="grey"] {
  background-color: grey;
}

.s-product__option__combobox__swatch[data-colour="greymarl"] {
  background-color: #c5c9c8;
}

.s-product__option__combobox__swatch[data-colour="lightgrey"] {
  background-color: #d3d3d3;
}

.s-product__option__combobox__swatch[data-colour="darkgrey"] {
  background-color: #615a61;
}

.s-product__option__combobox__swatch[data-colour="charcoal"] {
  background-color: #3f3b3c;
}

.s-product__option__combobox__swatch[data-colour="charcoalmarl"] {
  background-color: #615a61;
}

.s-product__option__combobox__swatch[data-colour="silver"] {
  background-color: silver;
}

.s-product__option__combobox__swatch[data-colour="red"] {
  background-color: red;
}

.s-product__option__combobox__swatch[data-colour="wine"] {
  background-color: maroon;
}

.s-product__option__combobox__swatch[data-colour="camel"] {
  background-color: #e1c457;
}

.s-product__option__combobox__swatch[data-colour="plum"] {
  background-color: #6e3845;
}

.s-product__option__combobox__swatch[data-colour="darkred"] {
  background-color: #8b0000;
}

.s-product__option__combobox__swatch[data-colour="green"] {
  background-color: green;
}

.s-product__option__combobox__swatch[data-colour="mint"] {
  background-color: green;
}

.s-product__option__combobox__swatch[data-colour="sand"] {
  background-color: #a88c74;
}

.s-product__option__combobox__swatch[data-colour="stone"] {
  background-color: #997e6b;
}

.s-product__option__combobox__swatch[data-colour="tan"] {
  background-color: tan;
}

.s-product__option__combobox__swatch[data-colour="khaki"] {
  background-color: #316626;
}

.s-product__option__combobox__swatch[data-colour="darkkhaki"] {
  background-color: #646150;
}

.s-product__option__combobox__swatch[data-colour="beige"] {
  background-color: #a78268;
}

.s-product__option__combobox__swatch[data-colour="cream"] {
  background-color: #fffdd0;
}

.s-product__option__combobox__swatch[data-colour="fawn"] {
  background-color: #e5aa70;
}

.s-product__option__combobox__swatch[data-colour="peach"] {
  background-color: #e5aa70;
}

.s-product__option__combobox__swatch[data-colour="ecru"] {
  background-color: #c2b280;
}

.s-product__option__combobox__swatch[data-colour="mustard"] {
  background-color: #f5a93a;
}

.s-product__option__combobox__swatch[data-colour="orange"] {
  background-color: orange;
}

.s-product__option__combobox__swatch[data-colour="burgundy"] {
  background-color: maroon;
}

.s-product__option__combobox__swatch[data-colour="taupe"] {
  background-color: #483c32;
}

.s-product__option__combobox__swatch[data-colour="lilac"] {
  background-color: #c8a2c8;
}

.s-product__option__combobox__swatch[data-colour="palegreen"] {
  background-color: #cef5ce;
}

.s-product__option__combobox__swatch[data-colour="palepink"] {
  background-color: #edcdc2;
}

.s-product__option__combobox__swatch[data-colour="white"] {
  background-color: #fff;
}

.s-product__option__combobox__swatch[data-colour="natural"] {
  background-color: #d3d3d3;
}

.s-product__option__combobox__swatch[data-colour="denimblue"] {
  background-color: #5c6793;
}

.s-product__option__combobox__swatch[data-colour="ecrumarl"] {
  background-color: #ccc;
}

.s-product__option__combobox__swatch[data-colour="palerose"] {
  background-color: #edcdc2;
}

.s-product__option__combobox__swatch[data-colour="pink"] {
  background-color: #edcdc2;
}

.s-product__option__combobox__swatch[data-colour="sage"] {
  background-color: #cef5ce;
}

.s-product__option__combobox.is-active .s-product__option__combobox__dropdown {
  display: block;
}

.flex_wrap {
  flex-wrap: wrap !important;
}

.s-product__option__choices {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.s-product__option__choices>li {
  margin-right: 2px;
}

.s-product__option__choices__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.s-product__option__choices__input.is-disabled+label {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.s-product__option__choices__input:checked+label {
  background: #000;
  color: #fff;
}

.s-product__option__choices__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 2.5rem;
  margin: 0;
  border: 1px solid #231f20;
  cursor: pointer;
}

.s-product__option__choices__label,
.s-product__size-guide {
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}

.s-product__size-guide {
  text-decoration: underline;
}

.s-product__size-guide:focus,
.s-product__size-guide:hover {
  text-decoration: none;
}

.s-product__size-guide,
.s-product__size-guide:focus,
.s-product__size-guide:hover {
  color: #231f20;
}

.s-product__unavailable {
  font-family: nimbus-sans-extended, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #b03030;
}

.s-product__description__toggle {
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
}

.s-product__description__toggle:focus {
  outline: none;
}

.s-product__description__toggle:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.s-product__description__toggle:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.s-product__description__toggle svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.s-product__description__toggle,
.s-product__description__toggle:focus,
.s-product__description__toggle:hover {
  color: #231f20;
}

.s-product__description ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.s-product__description ul li {
  position: relative;
  padding-left: 1.25rem;
}

.s-product__description ul li+li {
  margin-top: 0.25rem;
}

.s-product__description ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #231f20;
  transform: translateY(-50%) rotate(45deg);
}

.s-product-info {
  background-color: #f8f8f8;
}

.s-product-info__block {
  border-bottom: 1px solid #231f20;
}

@media (min-width: 768px) {
  .s-product-info__block {
    border: 0;
  }
}

.s-product-info__block__heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
}

@media (max-width: 767.98px) {
  .s-product-info__block__heading {
    cursor: pointer;
  }
}

@media (min-width: 768px) {
  .s-product-info__block__heading {
    margin-bottom: 1rem;
    padding: 0;
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .s-product-info__block__heading {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
  }
}

.s-product-info__block__heading span {
  display: block;
}

.s-product-info__block__heading__icon {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  fill: currentColor;
}

.s-product-info__block__heading__icon--plus {
  display: block;
}

.s-product-info__block__heading__icon--minus {
  display: none;
}

@media (min-width: 768px) {
  .s-product-info__block__heading__icon {
    display: none !important;
  }
}

.s-product-info__block__content {
  display: none;
  padding-bottom: 1rem;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .s-product-info__block__content {
    display: block !important;
    padding-bottom: 0;
    font-size: 1rem;
  }
}

.s-product-info__block__content svg {
  height: 1rem;
  width: 6rem;
  display: block;
  margin-bottom: 1rem;
  display: none;
}

.s-product-info__block.is-active>.s-product-info__block__heading>.s-product-info__block__heading__icon--plus {
  display: none;
}

.s-product-info__block.is-active>.s-product-info__block__heading>.s-product-info__block__heading__icon--minus {
  display: block;
}

.s-product-info__block.is-active>.s-product-info__block__content {
  display: block;
}

.s-newsletter__form {
  max-width: 410px;
  margin: 0;
  padding: 0;
}

.s-newsletter__form__fields {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

.s-newsletter__input {
  flex-grow: 1;
  display: block;
  width: 100%;
  margin: 0;
  font-style: normal;
  text-transform: none;
  color: inherit;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 0.025rem;
  padding: 1rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #231f20;
  background-color: #fff;
  border: 1px solid #231f20;
}

.s-newsletter__input:focus {
  outline: none;
}

.s-newsletter__input:hover {
  outline: none;
}

.s-newsletter__input:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.s-newsletter__input::-webkit-input-placeholder {
  color: #231f20;
}

.s-newsletter__input:-ms-input-placeholder {
  color: #231f20;
}

.s-newsletter__input::placeholder {
  color: #231f20;
}

.s-newsletter__input:focus::-webkit-input-placeholder {
  color: rgba(35, 31, 32, 0);
}

.s-newsletter__input:focus:-ms-input-placeholder {
  color: rgba(35, 31, 32, 0);
}

.s-newsletter__input:focus::placeholder {
  color: rgba(35, 31, 32, 0);
}

.s-newsletter__btn {
  flex: none;
  display: inline-flex;
  vertical-align: baseline;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1.125rem 2rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  background: #231f20;
  transition-property: background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}

.s-newsletter__btn:focus {
  outline: none;
}

.s-newsletter__btn:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.s-newsletter__btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.s-newsletter__btn svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.s-newsletter__btn:focus,
.s-newsletter__btn:hover {
  color: #fff;
  background: #3c3c3c;
}

.s-instagram__profile,
.s-instagram__profile:focus,
.s-instagram__profile:hover {
  font-weight: 700;
  text-decoration: none;
}

.s-instagram__embed .instagram_gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -0.5rem;
}

.s-instagram__embed .instagram_gallery a {
  display: block;
  width: 100%;
  flex: 0 0 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  margin: 0.5rem;
}

@media (min-width: 768px) {
  .s-instagram__embed .instagram_gallery a {
    flex: 0 0 calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
}

.s-instagram__embed .instagram_gallery a img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.s-featured-collection__slider-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5% 90% 5%;
  grid-template-columns: 5% 90% 5%;
  -ms-grid-rows: 1fr 2rem;
  grid-template-rows: 1fr 2rem;
  grid-template-areas: "slider slider slider" "prev pagination next";
}

@media (min-width: 768px) {
  .s-featured-collection__slider-container {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "prev slider next";
  }
}

.s-featured-collection__slider {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: slider;
}

.s-featured-collection__button {
  display: flex;
  align-items: center;
}

.s-featured-collection__button.is-prev {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: prev;
}

.s-featured-collection__button.is-next {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: next;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .s-featured-collection__slider {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .s-featured-collection__button.is-prev {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .s-featured-collection__button.is-next {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media (max-width: 767.98px) {
  .s-featured-collection__button {
    display: none;
  }
}

.t-page-landing__filters {
  list-style: none;
  display: flex;
  overflow-x: auto;
}

@media (min-width: 576px) {
  .t-page-landing__filters {
    justify-content: center;
    overflow: hidden;
  }
}

.t-page-landing__filters li {
  margin: 0 1rem 0 0;
}

@media (min-width: 576px) {
  .t-page-landing__filters li {
    margin: 0 0.5rem;
  }
}

.t-page-landing__filters li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 2.5rem;
  margin: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  border: 1px solid #231f20;
  color: #231f20;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.t-page-landing__filters li a:focus,
.t-page-landing__filters li a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.t-page-landing__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media (min-width: 768px) {
  .t-page-landing__grid {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.t-page-landing__grid__item {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
  height: 25rem;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .t-page-landing__grid__item {
    flex-basis: 50%;
    max-width: 50%;
    height: 28.5rem;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .t-page-landing__grid__item {
    flex-basis: 33.333%;
    max-width: 33.333%;
    height: 32rem;
  }
}

.t-page-landing__grid__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 1rem;
  color: #fff;
  background-color: #f2f2f2;
  background-size: cover;
  background-position: 50%;
}

@media (min-width: 768px) {
  .t-page-landing__grid__item a {
    padding: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .t-page-landing__grid__item a {
    padding: 2.5rem;
  }
}

.t-page-landing__grid__item a>h2 {
  position: relative;
  z-index: 3;
}

.t-page-landing__grid__item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 31, 32, 0.2);
}

.t-page-landing__grid__item a picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.t-page-landing__grid__item a picture>img,
.t-page-landing__grid__item a picture>svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t-page-landing__grid__item a:focus {
  outline: none;
}

.t-page-landing__grid__item a:focus,
.t-page-landing__grid__item a:hover {
  color: #fff;
  text-decoration: none;
}

.t-page-landing__grid__item--featured {
  height: 30rem;
}

@media (min-width: 768px) {
  .t-page-landing__grid__item--featured {
    flex-basis: 50%;
    max-width: 50%;
    height: 34.5rem;
  }
}

@media (min-width: 1024px) {
  .t-page-landing__grid__item--featured {
    flex-basis: 50%;
    max-width: 50%;
    height: 39.25rem;
  }
}

.t-page-landing__grid__item--featured a {
  justify-content: center;
  text-align: center;
}

.t-page-landing__grid__item--featured a:before {
  background-color: rgba(35, 31, 32, 0.4);
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 767.98px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (max-width: 767.98px) {
  .flex-md-row {
    flex-direction: row !important;
  }
}

@media (min-width: 768px) {

  /* .flex-md-row {
    flex-direction: row !important;
  } */
  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important;
}

.m-2 {
  margin: 1rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1rem !important;
}

.m-3 {
  margin: 1.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1.5rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1.5rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}

.m-5 {
  margin: 2.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3rem !important;
}

.m-7 {
  margin: 3.5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3.5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 3.5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3.5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 3.5rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.mt-8,
.my-8 {
  margin-top: 4rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 4rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 4rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 4rem !important;
}

.m-9 {
  margin: 4.5rem !important;
}

.mt-9,
.my-9 {
  margin-top: 4.5rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 4.5rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 4.5rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 4.5rem !important;
}

.m-10 {
  margin: 5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.5rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1.5rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1.5rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2rem !important;
}

.p-5 {
  padding: 2.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3rem !important;
}

.pr-6,
.px-6 {
  padding-right: 3rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}

.pl-6,
.px-6 {
  padding-left: 3rem !important;
}

.p-7 {
  padding: 3.5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 3.5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 3.5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 3.5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 3.5rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.pt-8,
.py-8 {
  padding-top: 4rem !important;
}

.pr-8,
.px-8 {
  padding-right: 4rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 4rem !important;
}

.pl-8,
.px-8 {
  padding-left: 4rem !important;
}

.p-9 {
  padding: 4.5rem !important;
}

.pt-9,
.py-9 {
  padding-top: 4.5rem !important;
}

.pr-9,
.px-9 {
  padding-right: 4.5rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 4.5rem !important;
}

.pl-9,
.px-9 {
  padding-left: 4.5rem !important;
}

.p-10 {
  padding: 5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 5rem !important;
}

.m-n1 {
  margin: -0.5rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.5rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.5rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.5rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.5rem !important;
}

.m-n2 {
  margin: -1rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -1rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1rem !important;
}

.m-n3 {
  margin: -1.5rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1.5rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1.5rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1.5rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1.5rem !important;
}

.m-n4 {
  margin: -2rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -2rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -2rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -2rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -2rem !important;
}

.m-n5 {
  margin: -2.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -2.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -2.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -2.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -2.5rem !important;
}

.m-n6 {
  margin: -3rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -3rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -3rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -3rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -3rem !important;
}

.m-n7 {
  margin: -3.5rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -3.5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -3.5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -3.5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -3.5rem !important;
}

.m-n8 {
  margin: -4rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -4rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -4rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -4rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -4rem !important;
}

.m-n9 {
  margin: -4.5rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -4.5rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -4.5rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -4.5rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -4.5rem !important;
}

.m-n10 {
  margin: -5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.5rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  .m-sm-2 {
    margin: 1rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important;
  }

  .m-sm-3 {
    margin: 1.5rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.5rem !important;
  }

  .m-sm-4 {
    margin: 2rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2rem !important;
  }

  .m-sm-5 {
    margin: 2.5rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2.5rem !important;
  }

  .m-sm-6 {
    margin: 3rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3rem !important;
  }

  .m-sm-7 {
    margin: 3.5rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3.5rem !important;
  }

  .m-sm-8 {
    margin: 4rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 4rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 4rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 4rem !important;
  }

  .m-sm-9 {
    margin: 4.5rem !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4.5rem !important;
  }

  .m-sm-10 {
    margin: 5rem !important;
  }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 5rem !important;
  }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 5rem !important;
  }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 5rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.5rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important;
  }

  .p-sm-2 {
    padding: 1rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important;
  }

  .p-sm-3 {
    padding: 1.5rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.5rem !important;
  }

  .p-sm-4 {
    padding: 2rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2rem !important;
  }

  .p-sm-5 {
    padding: 2.5rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2.5rem !important;
  }

  .p-sm-6 {
    padding: 3rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3rem !important;
  }

  .p-sm-7 {
    padding: 3.5rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3.5rem !important;
  }

  .p-sm-8 {
    padding: 4rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 4rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 4rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 4rem !important;
  }

  .p-sm-9 {
    padding: 4.5rem !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4.5rem !important;
  }

  .p-sm-10 {
    padding: 5rem !important;
  }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 5rem !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 5rem !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 5rem !important;
  }

  .m-sm-n1 {
    margin: -0.5rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n2 {
    margin: -1rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1rem !important;
  }

  .m-sm-n3 {
    margin: -1.5rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n4 {
    margin: -2rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2rem !important;
  }

  .m-sm-n5 {
    margin: -2.5rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2.5rem !important;
  }

  .m-sm-n6 {
    margin: -3rem !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -3rem !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -3rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -3rem !important;
  }

  .m-sm-n7 {
    margin: -3.5rem !important;
  }

  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -3.5rem !important;
  }

  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -3.5rem !important;
  }

  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -3.5rem !important;
  }

  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -3.5rem !important;
  }

  .m-sm-n8 {
    margin: -4rem !important;
  }

  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -4rem !important;
  }

  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -4rem !important;
  }

  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -4rem !important;
  }

  .m-sm-n9 {
    margin: -4.5rem !important;
  }

  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -4.5rem !important;
  }

  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -4.5rem !important;
  }

  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -4.5rem !important;
  }

  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -4.5rem !important;
  }

  .m-sm-n10 {
    margin: -5rem !important;
  }

  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -5rem !important;
  }

  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -5rem !important;
  }

  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -5rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.5rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important;
  }

  .m-md-2 {
    margin: 1rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important;
  }

  .m-md-3 {
    margin: 1.5rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1.5rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.5rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.5rem !important;
  }

  .m-md-4 {
    margin: 2rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 2rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 2rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 2rem !important;
  }

  .m-md-5 {
    margin: 2.5rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 2.5rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 2.5rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 2.5rem !important;
  }

  .m-md-6 {
    margin: 3rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 3rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 3rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 3rem !important;
  }

  .m-md-7 {
    margin: 3.5rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 3.5rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 3.5rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 3.5rem !important;
  }

  .m-md-8 {
    margin: 4rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 4rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 4rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 4rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 4rem !important;
  }

  .m-md-9 {
    margin: 4.5rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 4.5rem !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 4.5rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 4.5rem !important;
  }

  .m-md-10 {
    margin: 5rem !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 5rem !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 5rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 5rem !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 5rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.5rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important;
  }

  .p-md-2 {
    padding: 1rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important;
  }

  .p-md-3 {
    padding: 1.5rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1.5rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1.5rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1.5rem !important;
  }

  .p-md-4 {
    padding: 2rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 2rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 2rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 2rem !important;
  }

  .p-md-5 {
    padding: 2.5rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 2.5rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 2.5rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 2.5rem !important;
  }

  .p-md-6 {
    padding: 3rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 3rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 3rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 3rem !important;
  }

  .p-md-7 {
    padding: 3.5rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 3.5rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 3.5rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 3.5rem !important;
  }

  .p-md-8 {
    padding: 4rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 4rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 4rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 4rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 4rem !important;
  }

  .p-md-9 {
    padding: 4.5rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 4.5rem !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 4.5rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 4.5rem !important;
  }

  .p-md-10 {
    padding: 5rem !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 5rem !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 5rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 5rem !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 5rem !important;
  }

  .m-md-n1 {
    margin: -0.5rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important;
  }

  .m-md-n2 {
    margin: -1rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1rem !important;
  }

  .m-md-n3 {
    margin: -1.5rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.5rem !important;
  }

  .m-md-n4 {
    margin: -2rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2rem !important;
  }

  .m-md-n5 {
    margin: -2.5rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2.5rem !important;
  }

  .m-md-n6 {
    margin: -3rem !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -3rem !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -3rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -3rem !important;
  }

  .m-md-n7 {
    margin: -3.5rem !important;
  }

  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3.5rem !important;
  }

  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3.5rem !important;
  }

  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3.5rem !important;
  }

  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3.5rem !important;
  }

  .m-md-n8 {
    margin: -4rem !important;
  }

  .mt-md-n8,
  .my-md-n8 {
    margin-top: -4rem !important;
  }

  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -4rem !important;
  }

  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -4rem !important;
  }

  .m-md-n9 {
    margin: -4.5rem !important;
  }

  .mt-md-n9,
  .my-md-n9 {
    margin-top: -4.5rem !important;
  }

  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -4.5rem !important;
  }

  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -4.5rem !important;
  }

  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -4.5rem !important;
  }

  .m-md-n10 {
    margin: -5rem !important;
  }

  .mt-md-n10,
  .my-md-n10 {
    margin-top: -5rem !important;
  }

  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -5rem !important;
  }

  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -5rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.5rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  .m-lg-2 {
    margin: 1rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important;
  }

  .m-lg-3 {
    margin: 1.5rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.5rem !important;
  }

  .m-lg-4 {
    margin: 2rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2rem !important;
  }

  .m-lg-5 {
    margin: 2.5rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2.5rem !important;
  }

  .m-lg-6 {
    margin: 3rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3rem !important;
  }

  .m-lg-7 {
    margin: 3.5rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3.5rem !important;
  }

  .m-lg-8 {
    margin: 4rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 4rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 4rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 4rem !important;
  }

  .m-lg-9 {
    margin: 4.5rem !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4.5rem !important;
  }

  .m-lg-10 {
    margin: 5rem !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 5rem !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 5rem !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 5rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.5rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important;
  }

  .p-lg-2 {
    padding: 1rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important;
  }

  .p-lg-3 {
    padding: 1.5rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.5rem !important;
  }

  .p-lg-4 {
    padding: 2rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2rem !important;
  }

  .p-lg-5 {
    padding: 2.5rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2.5rem !important;
  }

  .p-lg-6 {
    padding: 3rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3rem !important;
  }

  .p-lg-7 {
    padding: 3.5rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3.5rem !important;
  }

  .p-lg-8 {
    padding: 4rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 4rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 4rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 4rem !important;
  }

  .p-lg-9 {
    padding: 4.5rem !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4.5rem !important;
  }

  .p-lg-10 {
    padding: 5rem !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 5rem !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 5rem !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 5rem !important;
  }

  .m-lg-n1 {
    margin: -0.5rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n2 {
    margin: -1rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1rem !important;
  }

  .m-lg-n3 {
    margin: -1.5rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n4 {
    margin: -2rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2rem !important;
  }

  .m-lg-n5 {
    margin: -2.5rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n6 {
    margin: -3rem !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -3rem !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -3rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -3rem !important;
  }

  .m-lg-n7 {
    margin: -3.5rem !important;
  }

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3.5rem !important;
  }

  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3.5rem !important;
  }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3.5rem !important;
  }

  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -3.5rem !important;
  }

  .m-lg-n8 {
    margin: -4rem !important;
  }

  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -4rem !important;
  }

  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -4rem !important;
  }

  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -4rem !important;
  }

  .m-lg-n9 {
    margin: -4.5rem !important;
  }

  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -4.5rem !important;
  }

  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -4.5rem !important;
  }

  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -4.5rem !important;
  }

  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -4.5rem !important;
  }

  .m-lg-n10 {
    margin: -5rem !important;
  }

  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -5rem !important;
  }

  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -5rem !important;
  }

  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -5rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.5rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  .m-xl-2 {
    margin: 1rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important;
  }

  .m-xl-3 {
    margin: 1.5rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.5rem !important;
  }

  .m-xl-4 {
    margin: 2rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2rem !important;
  }

  .m-xl-5 {
    margin: 2.5rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2.5rem !important;
  }

  .m-xl-6 {
    margin: 3rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3rem !important;
  }

  .m-xl-7 {
    margin: 3.5rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3.5rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3.5rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3.5rem !important;
  }

  .m-xl-8 {
    margin: 4rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 4rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 4rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 4rem !important;
  }

  .m-xl-9 {
    margin: 4.5rem !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4.5rem !important;
  }

  .m-xl-10 {
    margin: 5rem !important;
  }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 5rem !important;
  }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 5rem !important;
  }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 5rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.5rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important;
  }

  .p-xl-2 {
    padding: 1rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important;
  }

  .p-xl-3 {
    padding: 1.5rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.5rem !important;
  }

  .p-xl-4 {
    padding: 2rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2rem !important;
  }

  .p-xl-5 {
    padding: 2.5rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2.5rem !important;
  }

  .p-xl-6 {
    padding: 3rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3rem !important;
  }

  .p-xl-7 {
    padding: 3.5rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3.5rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3.5rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3.5rem !important;
  }

  .p-xl-8 {
    padding: 4rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 4rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 4rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 4rem !important;
  }

  .p-xl-9 {
    padding: 4.5rem !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4.5rem !important;
  }

  .p-xl-10 {
    padding: 5rem !important;
  }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 5rem !important;
  }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 5rem !important;
  }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 5rem !important;
  }

  .m-xl-n1 {
    margin: -0.5rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n2 {
    margin: -1rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1rem !important;
  }

  .m-xl-n3 {
    margin: -1.5rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n4 {
    margin: -2rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2rem !important;
  }

  .m-xl-n5 {
    margin: -2.5rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n6 {
    margin: -3rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -3rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -3rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -3rem !important;
  }

  .m-xl-n7 {
    margin: -3.5rem !important;
  }

  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3.5rem !important;
  }

  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3.5rem !important;
  }

  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3.5rem !important;
  }

  .m-xl-n8 {
    margin: -4rem !important;
  }

  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -4rem !important;
  }

  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -4rem !important;
  }

  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -4rem !important;
  }

  .m-xl-n9 {
    margin: -4.5rem !important;
  }

  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -4.5rem !important;
  }

  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -4.5rem !important;
  }

  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -4.5rem !important;
  }

  .m-xl-n10 {
    margin: -5rem !important;
  }

  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -5rem !important;
  }

  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -5rem !important;
  }

  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -5rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.5rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-2 {
    margin: 1rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 1rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 1rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 1rem !important;
  }

  .m-xxl-3 {
    margin: 1.5rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-4 {
    margin: 2rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 2rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 2rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 2rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 2rem !important;
  }

  .m-xxl-5 {
    margin: 2.5rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 2.5rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 2.5rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 2.5rem !important;
  }

  .m-xxl-6 {
    margin: 3rem !important;
  }

  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 3rem !important;
  }

  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 3rem !important;
  }

  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 3rem !important;
  }

  .m-xxl-7 {
    margin: 3.5rem !important;
  }

  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 3.5rem !important;
  }

  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 3.5rem !important;
  }

  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 3.5rem !important;
  }

  .m-xxl-8 {
    margin: 4rem !important;
  }

  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 4rem !important;
  }

  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 4rem !important;
  }

  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 4rem !important;
  }

  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 4rem !important;
  }

  .m-xxl-9 {
    margin: 4.5rem !important;
  }

  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 4.5rem !important;
  }

  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 4.5rem !important;
  }

  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 4.5rem !important;
  }

  .m-xxl-10 {
    margin: 5rem !important;
  }

  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 5rem !important;
  }

  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 5rem !important;
  }

  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 5rem !important;
  }

  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 5rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.5rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-2 {
    padding: 1rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 1rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 1rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 1rem !important;
  }

  .p-xxl-3 {
    padding: 1.5rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-4 {
    padding: 2rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 2rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 2rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 2rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 2rem !important;
  }

  .p-xxl-5 {
    padding: 2.5rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 2.5rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 2.5rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 2.5rem !important;
  }

  .p-xxl-6 {
    padding: 3rem !important;
  }

  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 3rem !important;
  }

  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 3rem !important;
  }

  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 3rem !important;
  }

  .p-xxl-7 {
    padding: 3.5rem !important;
  }

  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 3.5rem !important;
  }

  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 3.5rem !important;
  }

  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 3.5rem !important;
  }

  .p-xxl-8 {
    padding: 4rem !important;
  }

  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 4rem !important;
  }

  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 4rem !important;
  }

  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 4rem !important;
  }

  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 4rem !important;
  }

  .p-xxl-9 {
    padding: 4.5rem !important;
  }

  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 4.5rem !important;
  }

  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 4.5rem !important;
  }

  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 4.5rem !important;
  }

  .p-xxl-10 {
    padding: 5rem !important;
  }

  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 5rem !important;
  }

  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 5rem !important;
  }

  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 5rem !important;
  }

  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 5rem !important;
  }

  .m-xxl-n1 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n2 {
    margin: -1rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -1rem !important;
  }

  .m-xxl-n3 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n4 {
    margin: -2rem !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -2rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -2rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -2rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -2rem !important;
  }

  .m-xxl-n5 {
    margin: -2.5rem !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -2.5rem !important;
  }

  .m-xxl-n6 {
    margin: -3rem !important;
  }

  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -3rem !important;
  }

  .m-xxl-n7 {
    margin: -3.5rem !important;
  }

  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -3.5rem !important;
  }

  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -3.5rem !important;
  }

  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -3.5rem !important;
  }

  .m-xxl-n8 {
    margin: -4rem !important;
  }

  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -4rem !important;
  }

  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -4rem !important;
  }

  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -4rem !important;
  }

  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -4rem !important;
  }

  .m-xxl-n9 {
    margin: -4.5rem !important;
  }

  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -4.5rem !important;
  }

  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -4.5rem !important;
  }

  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -4.5rem !important;
  }

  .m-xxl-n10 {
    margin: -5rem !important;
  }

  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -5rem !important;
  }

  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -5rem !important;
  }

  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -5rem !important;
  }

  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -5rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}

.text-body {
  color: #231f20 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.no-js [data-product-option] {
  display: none !important;
}

.no-js [data-collection-filter-group] {
  display: block !important;
}

.no-js .js-lazy-load {
  display: none !important;
}

.u-bg {
  display: block;
}

.u-bg--grey {
  background-color: #f8f8f8;
}

@keyframes rotate {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }

  to {
    transform: translateX(-50%) rotate(1turn);
  }
}

/* wishlist CSS */
.c-product-item__media .qmr-col-btn {
  background: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  outline: none;
  border: none;
  border-radius: 50%;
  padding: 5px;
  z-index: 99;
}

.icon {
  fill: transparent;
  stroke: #000000;
  transition: fill 0.3s ease;
}

.active .icon {
  fill: #000 !important;
  stroke: #000000;
}

.icon.icon-heart {
  width: 20px;
  stroke: #000;
  fill: white;
}

.s-header__btn .icon-heart {
  stroke: #ff8a3d;
  fill: transparent;
}

#wishlist-count {
  position: absolute;
  line-height: 0;
  font-size: 0.9rem;
  font-size: 10px;
  color: #ff8a3d;
  font-family: "Montserrat", sans-serif;
}

.qmr-d-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.qmr-d-flex button.qmr-col-btn {
  outline: none;
  border: none;
  border-radius: 50%;
  padding: 5px;
  background: transparent;
}

.s-header__btn .basket {
  fill: transparent;
}

.s-header__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-header__flex * {
  position: absolute;
}

.s-header__flex .mr-1 {
  margin-right: 0 !important;
  font-size: 10px !important;
  top: 17px;
  font-family: "Montserrat", sans-serif;
}

/* Filters */

.gf-summary {
  font-size: 18px !important;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  text-align: center !important;
}

#gf-grid .gf-filter-selection,
.gf-controls-search-form,
.spf-product-card__vendor a,
#gf_pagination_wrap {
  display: none !important;
}

#gf-tree {
  border: none !important;
}

.gf-filter-contents {}

.gf-top_one .gf-option-block {
  margin: 0 !important;
}

.gf-block-title h3 {
  border: none !important;
  padding: 14px 1rem !important;
  height: 100%;
}

.gf-block-title h3:after {
  font-size: 20px !important;
}

.gf-block-title span {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding-right: 7px;
}

.sort-by {
  width: 289px;
  margin: 0 0 0 auto !important;
  border: none !important;
  /* display: flex !important; */
  align-items: center !important;
  /* border-left: 2px solid #ebebeb !important; */
  height: 52px !important;
}

.gf-filter-contents {
  padding: 0 !important;
  border: 2px solid #ebebeb;
}

.sort-by-toggle {
  font-weight: 700;
}

.sort-by-toggle span {
  font-weight: 400;
  padding-left: 10px;
}

.s-collection__pagination {
  /* display: block !important; */
}

@media (max-width: 768px) {
  .s-collection__pagination {
    width: 90%;
    margin: 0 auto;
  }

  .sort-by {
    width: 100%;
    border-left: none !important;
  }

  .mob-sort-by {
    display: block !important;
  }

  .filter-container {
    outline: none;
    max-width: 80%;
  }
}

span.spf-product__swatch {
  box-shadow: 0 0 0 1px transparent, 0 1px 1px transparent !important;
}

span.spf-product__swatch.is-selected {
  box-shadow: 0 0 0 1px #3f3f44, 0 1px 3px #3f3f4426 !important;
}

.gf-top_one #gf-tree .sort-by.active {
  border-radius: 0 !important;
}

.colors:nth-child(n + 5) {
  margin: 0 !important;
}

.colors:nth-child(n + 5) span {
  display: none !important;
}

.colors:nth-child(5):after {
  content: "+ " attr(data-info);
}

.colors:nth-child(-n + 4):after {
  content: "" !important;
  display: none !important;
}

.spf-product__swatch:nth-child(n + 5) span {
  opacity: 0;
}

.show:nth-child(n + 5) span {
  opacity: 1;
}

span.spf-product__label {
  top: 30px !important;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.spf-product-card__price-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.spf-product-card__oldprice {
  margin-right: 0;
}

.spf-product-card__saleprice {
  margin-right: 5px;
  color: red !important;
}

.gf-actions {
  width: 100%;
  margin: 0;
}

.gf-actions .globo-selected-items {
  display: none !important;
}

.gf-clear {
  width: 30px !important;
  height: 30px !important;
  background: #000 !important;
  border-radius: 50% !important;
  color: transparent !important;
  margin-right: 15px !important;
  position: relative;
}

.gf-clear::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: #fff;
  height: 2px;
  margin-top: -1px;
  top: 50%;
  left: 5px;
  right: 5px;
  z-index: 9;
  transform: rotate(40deg);
}

.gf-clear::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 2px;
  margin-left: -1px;
  left: 50%;
  top: 5px;
  bottom: 5px;
  z-index: 9;
  transform: rotate(40deg);
}

.filter-true {
  background: #eee !important;
}

.filter-true h3 {
  background: #eee !important;
  color: #000 !important;
}

.gf-top_one #gf-tree .globo-selected-items-wrapper .selected-item>a.clear-refinements {
  color: #000 !important;
}

.globo-selected-items {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.gf-top_one .gf-option-block {
  border-right: 2px solid #ebebeb !important;
}

.gf-filter-trigger .sort-by-toggle {
  display: flex;
  padding: 0 !important;
  width: 100%;
  justify-content: center;
}

.gf-filter-trigger .sort-by-toggle span {
  font-size: 12px;
}

.sort-by-mob {
  display: flex !important;
  height: 62px !important;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

.sort-by-mob span {
  flex: inherit !important;
}

.sort-by-mob h5 {
  margin: 0;
  font-size: 18px;
  position: relative;
}

.sort-by-mob h5:before,
.sort-by-mob h5:after {
  border-right: 2px solid;
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  transform: rotate(45deg);
  right: -15px;
  top: 50%;
  width: 0;
  transition: All 0.1s;
}

.sort-by-mob h5:after {
  margin-top: -4px;
  right: -10px;
  transform: rotate(-45deg);
}

.sort-by-mob:before {
  display: none !important;
}

.is-active-true {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sort-by {
    display: none !important;
  }

  .mob-sort-by {
    display: block !important;
  }

  .filter-container {
    max-width: 85% !important;
    outline: none !important;
  }

  .sort-by-mob {
    display: flex !important;
  }

  .gf-filter-contents {
    border: none;
  }

  span.spf-product__label {
    top: 15px !important;
    padding: 2px 8px !important;
    font-size: 14px !important;
  }

  .c-filters__header {
    margin: 0 !important;
  }
}

/*  New  */

.collection-heading-d>p {
  display: none;
}

.collection-heading-d>p:first-child {
  display: block;
  margin-bottom: 60px;
}

span.spf-product-card__oldprice {
  color: #000 !important;
}

span.spf-product__label.spf-product__label-sale {
  background: red !important;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  border-radius: 5px;
  width: fit-content;
}

#globo-dropdown-sort_options span {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
}

.h4.spf-product-card__title a {
  line-height: 17px;
  display: block;
}

#banner-info-desktop,
#banner-prod-info {
  display: none !important;
}

.paginate-progress {
  font-family: nimbus-sans-extended, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.cart-list {
  list-style: none;
  padding: 0;
}

.cart-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}

.cart-title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.cart-title span {
  font-size: 22px;
}

.cart-item__remove-icon {
  margin-right: 5px;
}

@media (max-width: 480px) {
  .payment-options {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #000;
  }

  .cart-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
  }

  .cart-title span {
    font-size: 16px;
  }
}

.recommended-slider {
  padding: 32px 0 32px 8px;
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .recommended-slider {
    padding: 48px 8px;
    max-width: 1400px;

  }
}

.recommended-slider .swiper-slide {
  margin: 0;
}

.slider__title {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 24px;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 1280px) {
  .slider__title {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .slider__title {
    justify-content: center;
    padding-right: 0;
  }
}

.product-card {
  color: #1e1e1e;
}

.product-card:hover {
  color: #1e1e1e;
  text-decoration: none;
}

.product-card__heading {
  align-items: normal;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: normal;
}

.product-card__image img {
  border: 0;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  outline: 0 !important;
  position: relative;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  width: 100%;
}

.add-to-bag-button {
  align-content: center;
  align-items: center;
  appearance: none;
  border: 1px solid transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  min-height: 48px;
  padding: 8px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background-color: #fff;
  border-color: #cdcbcb;
  border-radius: 4px;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: none;
  margin-top: 4px;
}

.add-to-bag-button:hover {
  background-color: #1e1e1e;
  color: #fff;
  text-decoration: none;
}

.product-card__header {
  height: 44px;
  margin-top: 12px;
}

.c-product-item__title a:hover {
  color: #231f20;
  text-decoration: none;
}

.product-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 22px;
  margin: 0;
  overflow: hidden;
}

.product-card__price {
  margin-bottom: 8px;
}

.product-price {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 20px;
}

.product-price--previous {
  text-decoration: line-through;
}

.product-price--discounted {
  color: #89231f;
}

.slider__header {
  margin: 0;
  padding: 0;
  position: relative;
  align-items: baseline;
  display: flex;
  flex-direction: row;
  justify-content: normal;
}

.recommended-button {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 40px;
  width: 40px;
  justify-content: center;
  min-height: auto;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  text-transform: none;
  background: none !important;
  border: none !important;
  font-weight: 400;
  margin: 0;
  background-color: hsla(0, 0%, 100%, .8) !important;
  border-radius: 100%;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.swiper-button-disabled {
  color: #cdcbcb;
}

.swiper-button-lock {
  display: none !important;
}


  .recommended-button.recommended-button-prev , .recommended-button.style-button-prev {
    left: 16px;
  }

  .recommended-button.recommended-button-next , .recommended-button.style-button-next {
    right: 16px;
  }

  .swiper-button-disabled {
    display: none;
  }

.slider__arrow-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-basis: auto;
  height: 16px;
  margin-right: 0 !important;
  transform: rotate(90deg);
  width: 16px;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  font-size: 0;
  color: inherit !important;
  width: 24px;
  height: 24px;
}

.slider__arrow-icon svg {
  border: 0;
  display: block;
  height: inherit;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  outline: 0 !important;
  position: relative;
  width: 100%;
  fill: currentColor;
}

.slider__arrows {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: center;
  z-index: 2;
  position: absolute;
  top: calc(50% - 74px);
  width: 100%;
}

.add-to-bag-panel {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: normal;
  position: fixed;
  width: 100%;
  z-index: 101;
  transform: translateY(100%);
  transition: transform .5s ease;
  bottom: 0;
  height: auto;
  left: auto;
  position: absolute;
  top: auto;
  background-color: #fff;
  visibility: hidden;
}

.add-to-bag-panel[active="true"] {
  transform: translateY(0%);
  visibility: visible;
}

.add-to-bag-panel__content {
  background-color: #fff;
  padding: 16px 8px;
  position: relative;
  width: 100%;
}

.add-to-bag-panel__close-button {
  position: absolute;
  border: 0;
  right: 8px;
  top: 16px;
  align-content: center;
  align-items: center;
  color: inherit !important;
  display: inline-flex;
  flex-basis: 12px;
  font-size: 0;
  height: 12px;
  justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 12px;
}

.add-to-bag-panel__close-button img {
  border: 0;
  display: block;
  height: inherit;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  outline: 0 !important;
  position: relative;
  width: 100%;
}

.add-to-bag-panel__product {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: normal;
  margin: 0 20px 16px 0;
}

.add-to-bag-panel__details {
  width: 100%;
}

.add-to-bag-panel__header>:not(:last-child) {
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .add-to-bag-panel__header>:not(:last-child) {
      margin-bottom: 16px;
  }
}

.add-to-bag-panel__variants, .add-to-bag-panel__variants>:not(:last-child) {
  margin-bottom: 8px;
}

.add-to-bag-panel__variants .select {
  margin-bottom: 8px;
}

.add-to-bag-panel__variants .select__wrapper {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .add-to-bag-panel__select .ajax-multi_select {
      font-size: 0.9rem;
  }
}

.ajax-multi_select {
  background-image: url(https://white.a.bigcontent.io/v1/static/chevron--down);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 12px;
  color: #1e1e1e;
  padding-right: 48px;
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #4f4a4a;
  border-radius: 0;
  display: flex;
  flex: 1;
  font-weight: 400;
  margin: 0;
  min-height: 48px;
  min-width: 48px;
  padding: 12px;
  position: relative;
  text-align: left;
  vertical-align: bottom;
  white-space: nowrap;
  width: 100%;
}

.select__option[disabled] {
  background-color: initial !important;
  border-color: #eaeaea !important;
  border-style: solid !important;
  box-shadow: none!important;
  color: #cdcbcb !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}

.select__option {
  padding: 8px;
}

.hero-image {
  height: 100vh;
  height: 100dvh;
}

.hero-image--container {
  height: 100vh;
  height: 100dvh;
  height: 100%;
  background-size: cover;
  position: relative;
}

.hero-image--content {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 15px;
  overflow: hidden;
  z-index: 1;
}

a:active,
a:hover {
  outline-width: 0;
  color: #fff;
}

img.hero-image--content__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  img.hero-image--content__img.mobile {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  img.hero-image--content__img.desktop {
    display: none !important;
  }
}

.hero-image--content_cta {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  letter-spacing: 2px;
  position: absolute;
  bottom: 5%;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .hero-image--content_cta {
    left: 2.5%;
  }
}

.hero-image--content_cta h5 {
  color: #fff;
  margin: 0;
  letter-spacing: 3px !important;
  font-size: 14px;
}

.cta-wrapper {
  color: #fff;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.cta-image-container {
  box-sizing: border-box;
  padding-left: 16px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  min-height: 100vw;
  position: relative;
  padding-left: 0;
}

@media (min-width: 768px) {
  .cta-image-container {
    padding-left: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    min-height: 42vw;
    -webkit-flex-basis: 66.666667%;
    -ms-flex-preferred-size: 66.666667%;
    flex-basis: 66.666667%;
    max-width: 66.666667%;
  }
}

@media (max-width: 767px) {
  .cta-image-container {
    height: calc(2.048* 100vw);
  }
}

@media (min-width: 1024px) {
  .cta-image-container {
    -webkit-flex-basis: 66.666667%;
    -ms-flex-preferred-size: 66.666667%;
    flex-basis: 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width: 1280px) {
  .cta-image-container {
    -webkit-flex-basis: 61.25%;
    -ms-flex-preferred-size: 61.25%;
    flex-basis: 61.25%;
    max-width: 61.25%;
  }
}

.cta-image__img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -0.25rem;
  background: linear-gradient(180deg, #0000 1.05%, #00000059 100%);
  margin-bottom: 0.25rem;
}

.cta-image-container img {
  display: block;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .cta-image-container img {
    height: 100%;
  }
}

.cta-details-container {
  box-sizing: border-box;
  padding-left: 16px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-left: 1rem;
  z-index: 1;
  bottom: 2rem;
}

@media (min-width: 768px) {
  .cta-details-container {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-basis: 33.333334%;
    -ms-flex-preferred-size: 33.333334%;
    flex-basis: 33.333334%;
    max-width: 33.333334%;
  }

  .cta-details-container.--left {
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding-left: 2.5rem;
  }

  .cta-details-container.--right {
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    text-align: right;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .cta-details-container {
    -webkit-flex-basis: 33.333334%;
    -ms-flex-preferred-size: 33.333334%;
    flex-basis: 33.333334%;
    max-width: 33.333334%;
  }
}

@media (min-width: 1280px) {
  .cta-details-container.--left {
    padding-left: calc(38.75% - 25rem);
    max-width: 38.75%;
    -webkit-flex-basis: 38.75%;
    -ms-flex-preferred-size: 38.75%;
    flex-basis: 38.75%;
  }

  .cta-details-container.--right {
    padding-right: calc(38.75% - 25rem);
    max-width: 38.75%;
    -webkit-flex-basis: 38.75%;
    -ms-flex-preferred-size: 38.75%;
    flex-basis: 38.75%;
  }
}

.cta-details__header {
  margin-bottom: 3rem;
  min-width: 250px;
  width: calc(100% - 5rem);
}

@media (min-width: 768px) {
  .cta-details__header {
    margin-bottom: 0rem;
    min-width: auto;
    width: calc(100% - 1rem);
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .cta-details__header {
    width: calc(100% - 2.5rem);
  }
}

.cta-details__header h2 {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0.5rem;
  color: inherit;
  font-size: 2.5rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .cta-details__header h2 {
    font-size: 1.875rem;
    line-height: 1.333;
  }
}

@media (min-width: 1024px) {
  .cta-details__header h2 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    line-height: 1.25;
  }
}

.cta-details__header p {
  color: inherit;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 1.5rem;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .cta-details__header p {
    font-size: 1rem;
    line-height: 1.625;
  }
}

@media (min-width: 1024px) {
  .cta-details__header p {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.cta-details__header .icon {
  margin-left: 0.25rem;
  margin-right: -0.25rem;
  stroke: none;
}

.cta-button {
  align-items: center;
  height: calc(-2px + 3rem);
  padding: 0px 1rem;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0rem;
  font-size: 1rem;
  line-height: 1.625;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.cta-button:hover {
  color: rgb(34, 34, 34);
  text-decoration: underline;
}

.cta-slider-container {
  margin-top: 1rem;
  color: #ffffff;
  z-index: 2;
  overflow: hidden;
}

@media (min-width: 768px) {
  .cta-slider-container {
    text-align: left;
    width: 180%;
  }
}

@media (min-width: 1024px) {
  .cta-slider-container {
    margin-top: 3rem;
    width: 125%;
  }
}

@media (min-width: 1280px) {
  .cta-slider-container {
    margin-top: 4rem;
    width: 135%;
  }
}

.cta-slider-header {
  color: inherit;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0.5rem;
  color: white;
  font-size: 1rem;
  line-height: 1.625;
  width: calc(100% - 32px);
  display: inline-block;
}

@media (min-width: 768px) {
  .cta-slider-header {
    width: auto;
    font-size: 0.75rem;
    line-height: 1.5;
  }

  .cta-details-container.--right .cta-slider-header {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .cta-slider-header {
    font-size: 0.875rem;
    line-height: 1.5714;
  }
}

@media (min-width: 1280px) {
  .cta-slider-header {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.cta-slide-card img {
  display: block;
  width: 100%;
  height: auto;
}

.cta-slide-card h3 {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0rem;
  font-size: 0.65rem;
  line-height: 1.5714;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 768px) {
  .cta-slide-card h3 {
    color: #000000;
    background-color: #fff;
  }
}

.cta-swiper {
  position: relative;
}

.cta-swiper .swiper-slide {
  margin: 0;
}

@media screen and (max-width: 650px){
 .cart-header .cta-slide-nav{
    top: 35%;
     transform: translate(0px, 50%);
  } 
}

.cart-fbw-container .cta-slide-nav{
   transform: translate(0px, 50%);
}

.cta-slide-nav {
  color: rgb(34, 34, 34);
  z-index: 5;
  position: absolute;
  background: rgb(255, 255, 255);
  border: none;
  padding: 0px;
  top: 26%;
  transform: translate(0px, -50%);
}

.cta-slide-nav:disabled {
  opacity: 0.5;
  cursor: inherit;
}

.cart-slide-prev {
  left: 25px;
}

.cart-slide-next {
  right: 25px;
}

.cta-slide-prev {
  left: 0;
}

.cta-slide-next {
  right: 0;
}

.cta-slide-nav .icon {
  vertical-align: bottom;
  background: var(--render-svg-icon-color);
  -webkit-mask-image: var(--render-svg-icon-url);
  mask-image: var(--render-svg-icon-url);
  -webkit-mask-size: var(--render-svg-background-size);
  mask-size: var(--render-svg-background-size);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-image: var(--render-svg-icon-url);
  background-size: var(--render-svg-background-size);
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-flex;
  flex-shrink: 0;
  height: var(--render-svg-height);
  width: var(--render-svg-width);
}

@media screen and (min-width: 1280px) {
  .cta-slide-nav.swiper-button-disabled {
    display: block;
  }
}

.style-with-container {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}

@media (min-width: 768px) {
  .style-with-container {
    flex-direction: row;
  }
}

.style-with-image-wrapper {
  box-sizing: border-box;
  order: 1;
  width: 50%;
  display: none;
}

@media (min-width: 768px) {
  .style-with-image-wrapper {
    display: block;
  }
}

.style-image-wrapper {
  width: 100%;
  min-width: 100%;
}

.style-image-padding {
  position: relative;
  padding-bottom: 130%;
}

.style-with-texts {
  box-sizing: border-box;
  order: 2;
}

@media (min-width: 768px) {
  .style-with-texts {
    width: 60%;
  }
}

.style-with-header {
  box-sizing: border-box;
  padding: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .style-with-header {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-right: 0rem;
    padding-left: 2rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .style-with-header {
    padding-top: 1rem;
    padding-left: 3rem;
  }
}

.style-with-header1 {
  padding-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.625;
}

@media (min-width: 1280px) {
  .style-with-header1 {
    padding-top: 1rem;
  }
}

.style-with-header2 {
  font-size: 1.75rem;
  line-height: 1.357;
}

.style-with-header p {
  color: inherit;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

.style-swiper-container {
  box-sizing: border-box;
  margin-right: -1rem;
  flex-direction: column;
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  .style-swiper-container {
    position: absolute;
    display: block;
    width: 60%;
    margin-left: 40%;
    margin-bottom: 0px;
    top: 18%;
  }
}

@media (min-width: 1024px) {
  .style-swiper-container {
    height: 100%;
  }
}

@media (min-width: 1280px) {
  .style-swiper-container {
    margin-right: 0rem;
  }
}

.style-swiper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding-bottom: 1rem;
  padding-left: 1rem;
  scroll-padding-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  touch-action: auto;
  scrollbar-width: none;
}

@media (min-width: 768px) {
  .style-swiper {
    margin-top: 0px;
    padding-left: 0px;
    padding-bottom: 1rem;
    scroll-padding-left: 0px;
  }
}

.style-swiper .swiper-slide {
  margin: 0;
  height: auto;
}

.style-set-card {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 0.125rem, rgba(176, 176, 176, 0.25) 0px 0.125rem 0.25rem;
  background-color: rgb(255, 255, 255);
  display: none;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .style-set-card {
    display: block;
  }  
}

.style-set-image-padding {
  position: relative;
  padding-bottom: 130%;
}

.style-set-image-wrapper {
  width: 100%;
  min-width: 100%;
}

.style-set-image {
  box-sizing: border-box;
  background-color: rgb(245, 245, 245);
  position: relative;
}

.style-set-description {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  color: rgb(34, 34, 34);
  margin-top: 0.5rem;
}

.style-set-description:hover {
  color: rgb(34, 34, 34);
}

.style-with-tab {
  margin-bottom: 20px;
  border: 1px solid #000;
  padding: 1rem;
  display: flex;
  align-items: center;
  color: #000;
}

.style-with-tab:hover {
  color: #000;
  text-decoration: none;
}

.style-with-tab .style-tab-text-container {
  padding-right: 0.5rem;
}

@media screen and (min-width: 651px) {
  .style-with-tab {
    flex-direction: column;
  }
  .style-with-tab .style-tab-text-container {
    padding-bottom: 0.5rem;
    padding-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .style-with-tab {
    flex-direction: row;
  }
  .style-with-tab .style-tab-text-container {
    padding-right: 0.5rem;
    padding-bottom: 0;
  }
}

.style-with-tab h3 {
  font-size: 1.25rem;
  padding-top: 0;
  margin-bottom: 0;
}

.style-with-tab h4 {
  font-size: 1rem;
  font-weight: 400;
}

.style-with-tab .style-tab-grid {
  width: 124px;
  min-width: 124px;
  max-width: 124px;
  display: flex;
  gap: 0.25rem;
  justify-content: flex-end;
}
.style-with-tab .style-tab-grid img{
  width: 60px !important;
  height: auto;
}
.set-price {
  padding-top: 0.25rem;
  color: inherit;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  line-height: 1.5714;
}

.set-price--previous {
  text-decoration: line-through;
}

.set-price--discounted {
  color: #89231f;
}

.set-title {
  overflow: hidden;
  position: relative;
  word-break: break-word;
  margin: 0px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  line-height: 1.5714;
}

.set-slide-next {
  margin-right: 1.5rem;
}

.set-slide-prev {
  margin-left: 1.5rem;
}

.set-slide-nav:disabled {
  display: none;
}

.promotion-bar {
  padding: 9px 0;
  overflow: hidden;
}

.promotion-bar-slider {
  display: flex;
  justify-content: space-between;
  margin: 0 25px;
  position: relative;
  animation-name: none;
  animation-duration: 24s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes promotion_bar {
  0% {left: 100%;}
  100% {left: -300%;}
}

.promotion-piece {
  flex-grow: 1;
  flex-basis: 0;
}

.promotion-bar h4 {
  letter-spacing: .55px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 400;
}

.promotion-bar a:hover {
  text-decoration: none;
}

@media screen and (max-width: 749px) {
  .grid--2-col-tablet-down .grid__item {
    width: 29% !important;
}
  .multicolumn-card__image-wrapper--third-width { width: 70%}
}

.lookbook-wrapper {
  display: flex; 
  justify-content: space-between;
}

#predictive-search-results {
  background-color: #fff;
}

#predictive-search-results h3 {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  color: #000;
  margin-bottom: 0;
  font-size: 0.875rem;
  padding: 15px 20px;
}

.search__results {
  z-index: 30;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
}

.predictive-search-wrapper.predictive-desktop {
  position: absolute;
  z-index: 100000;
  display: none;
}

.search__results .item-result a, .search__results .item-result a:hover {
  color: #000;
  text-decoration: none;
}

#predictive-search-results .all-results a, #predictive-search-results .all-results a:hover {
  color: #fff;
  text-decoration: none;
}

.search__results li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #cccccc;
  overflow: hidden;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.predictive-search-wrapper:not(.predictive-desktop) .search__results li:first-child {
  border-top: none;
}

.search__results li a, .search__results li a:active, .all-results a {
  width: 100%;
  transition: ease-in-out .3s all;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 20px;
}

.search__results .thumbnail {
  padding: 0;
  text-align: center;
}

.search__results li img {
  display: block;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 40px;
  object-fit: cover;
}

.search__results .title {
  text-transform: none;
  padding-left: 8px;
  text-align: left;
  font-weight: 400;
  letter-spacing: .2px;
  font-size: 1rem;
}

#predictive-search-results .all-results {
  border: 0;
  background-color: #231f20;
  width: 100%;
  margin: 0;
}

#predictive-search-results .all-results span {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 0;
}

#predictive-search-results .all-results a {
  letter-spacing: .2px;
  font-size: 1rem;
  justify-content: center;
}

#predictive-search-results li a:hover {
  background-color: #8b6a1b1a;
}

.s-header__nav__body>ul>li>.s-header__nav__body__panel.navigation_block_panel {
  display: flex !important;
  padding: 2rem !important;
  justify-content: space-between;
}

.tier-2-block-menu {
  width: 50%;
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
}

.s-header__nav .tier-2-block-menu ul li a {
  line-height: 1.2;
  font-size: 0.8rem;
}

.tier-2-block-menu .has-children {
  text-transform: uppercase;
  font-weight: 700;
}

.nav_child_collections {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 40%;
}

.nav_child_collections_list {
  width: 40%;
}

.collection-item-list-block {
  display: flex;
  border-radius: 0.5rem;
  background-color: #f1f1f1;
}

.collection-item-list-block .c-collection-item__media {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  margin-left: auto;
}

.collection-item-list-block .c-collection-item__media img {
  border-radius: 0rem 0.5rem 0.5rem 0rem;
}

.collection-item-list-content {
  padding: 2rem;
  text-align: left;
}

.collection-item-list-content p{
  /* font-size */
}

.collection-item-list__title {
  text-decoration: underline;
  margin-bottom: 0.5rem;
}

.collection-item-list__text {
  font-size: .85rem;
}

@media only screen and (min-width: 768px) {
  .hidden_on_desktop {
    display: none;;
  }
}

.s-header__nav ul li .nav_child_collections a {
  padding: 0.1rem 0.1rem 0.3rem 0.1rem;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  @supports (display: grid) {
    .s-header__nav__body>ul>li>.s-header__nav__body__panel {
      grid-gap: 0rem;
    }
  }
  .c-collection-item__title {
    margin-top: 8px;
    font-size: 12px;
    line-height: 12px;
  }
}

.promocode-container {
    background-color: #ececec;
    padding: 1rem .5rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
}

#product-countdown {
  display: flex;
  justify-content: center;
  padding: 1rem 1rem 0 1rem;
  gap: 0.5rem;
}

ul.nav-column li a[href="/collections/womens-clothing"], ul.nav-column li a[href="/collections/mens-clothing"]{
  font-weight: bold;
}

ul.dark-theme-header li a[title="Christmas"] span, .s-header__nav__body ul li a[title="Christmas"] span{
  color: #caa906 !important;
}

ul.dark-theme-header li a[title="Sale"] span, .s-header__nav__body ul li a[title="Sale"] span{
  color: #da0000 !important;
}


/* Utility Classes  */
.disable-scroll{
  height: 90vw;
  overflow: hidden;
}