@charset "UTF-8";
.row:not(.no-gutters) {
  margin-right: -8px;
  margin-left: -8px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px; }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -16px;
    margin-left: -16px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 16px;
    padding-left: 16px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -24px;
    margin-left: -24px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 24px;
    padding-left: 24px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -24px;
    margin-left: -24px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 24px;
    padding-left: 24px; } }

.row:not(.no-gutters) {
  margin-right: -8.5px;
  margin-left: -8.5px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8.5px;
  padding-left: 8.5px; }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -8px;
    margin-left: -8px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

.row:not(.no-gutters) {
  margin-right: -14px;
  margin-left: -14px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 14px;
  padding-left: 14px; }

@font-face {
  font-family: "DMSans-Medium";
  font-display: swap;
  src: url("../fonts/DMSans-Medium.woff2"); }

@font-face {
  font-family: "DMSans-Regular";
  font-display: swap;
  src: url("../fonts/DMSans-Regular.woff2"); }

@font-face {
  font-family: "EuclidCircularB-Light";
  font-display: swap;
  src: url("../fonts/EuclidCircularB-Light.woff2"); }

@font-face {
  font-family: "EuclidCircularB-Regular";
  font-display: swap;
  src: url("../fonts/EuclidCircularB-Regular.woff2"); }

.btn {
  padding: 6px 20px;
  font-family: "DMSans-Medium", arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #0e1111; }
  @media (min-width: 1200px) {
    .btn {
      padding: 12px 30px; }
      .btn:hover {
        text-decoration: none; } }
  .btn[disabled], .btn.disabled {
    background-color: #ccc;
    border: none;
    pointer-events: none;
    cursor: auto; }

.btn-primary {
  background-color: #0e1111;
  color: #fff; }
  .btn-primary:hover {
    color: #fff;
    text-decoration: none; }

.btn-secondary {
  background-color: transparent;
  color: #0e1111; }
  @media (min-width: 1200px) {
    .btn-secondary:hover {
      background-color: #0e1111;
      border-color: #0e1111;
      color: #fff; } }

.btn-light {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }

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

@media (min-width: 1200px) {
  .btn-submit {
    padding: 11px 20px; } }

.btn-icon {
  background: none;
  border: 0;
  padding: 0 10px; }
  .btn-icon:hover {
    background: none; }

.btn-success {
  background-color: #469e55;
  border-color: #469e55; }

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-large {
  padding: 12px 30px; }

.btn-black {
  color: #282823; }

.btn-link {
  border: 0;
  font-size: 18px;
  line-height: 1.43;
  text-align: left;
  background-color: transparent;
  text-decoration: underline; }
  @media (min-width: 769px) {
    .btn-link {
      font-size: 18px;
      line-height: 1.56; } }

.btn-text {
  border: 0;
  background-color: transparent;
  padding: 0;
  display: inline-block;
  text-align: left;
  color: #0e1111 !important; }
  .btn-text:hover {
    text-decoration: underline; }

@media (min-width: 1200px) {
  .btn-hover-white:hover {
    background-color: #fff;
    color: #0e1111; } }

@media (min-width: 1200px) {
  .btn-hover-grey:hover {
    background-color: #424242;
    color: #fff; } }

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

@media (min-width: 1200px) {
  button:focus:not(:focus-visible) {
    outline: none; } }

@media (max-width: 1199.98px) {
  button:focus {
    outline: none; } }

.container {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 769px) {
    .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .container {
      padding-left: 80px;
      padding-right: 80px; } }

@media (max-width: 1919.98px) {
  .no-padding-md-down {
    padding: 0; } }

@media (min-width: 1200px) {
  .no-padding-left-md {
    padding-left: 0 !important; } }

@media (min-width: 1200px) {
  .no-padding-right-md {
    padding-right: 0 !important; } }

@media (max-width: 1919.98px) {
  .no-padding-right-md-down {
    padding-right: 0 !important; } }

h1,
.heading-h1,
h2,
.heading-h2,
h3,
.heading-h3,
h4,
.heading-h4,
h5,
.heading-h5,
h6,
.heading-h6 {
  font-family: "EuclidCircularB-Light", arial, sans-serif;
  font-weight: 300;
  color: #0e1111;
  text-transform: uppercase;
  margin-bottom: 18px; }
  @media (min-width: 769px) {
    h1,
    .heading-h1,
    h2,
    .heading-h2,
    h3,
    .heading-h3,
    h4,
    .heading-h4,
    h5,
    .heading-h5,
    h6,
    .heading-h6 {
      margin-bottom: 20px; } }

h1,
.heading-h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px; }

h2,
.heading-h2 {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.4px; }

h3,
.heading-h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px; }

h4,
.heading-h4 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0; }

h5,
.heading-h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px; }

h6,
.heading-h6 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0; }

@media (max-width: 719.98px) {
  .heading-h1-xs {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.1px; } }

@media (min-width: 769px) {
  .heading-h2-sm {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.4px; } }

@media (max-width: 1199.98px) {
  .heading-h3-sm-down {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.1px; } }

@media (min-width: 769px) {
  .heading-h3-sm {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.1px; } }

@media (max-width: 1199.98px) {
  .heading-h4-sm-down {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0; } }

.heading-footer {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0e1111; }
  @media (min-width: 769px) {
    .heading-footer {
      font-size: 14px;
      line-height: 20px; } }

p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px; }

.text-large {
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0; }

.text-medium {
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px; }

.text-small {
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0; }

.title-main {
  font-family: "EuclidCircularB-Light", arial, sans-serif;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -1px; }

.caption {
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 12px;
  line-height: 20px; }

.caption-primary {
  line-height: 32px; }

.caption-bottom {
  padding-top: 5px; }

.no-padding {
  padding: 0; }

.text-underline {
  text-decoration: underline; }

a,
.link {
  cursor: pointer;
  color: #0e1111; }

.link-large {
  cursor: pointer;
  color: #0e1111;
  font-family: "DMSans-Medium", arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0; }
  .link-large.link-with-arrow::after {
    right: -17px;
    width: 9px;
    height: 28px; }

.link-medium {
  cursor: pointer;
  color: #0e1111;
  font-family: "DMSans-Medium", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1; }
  .link-medium.link-with-arrow::after {
    right: -17px;
    width: 9px;
    height: 24px; }

.link-small {
  cursor: pointer;
  color: #0e1111;
  font-family: "DMSans-Medium", arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0; }
  .link-small.link-with-arrow::after {
    right: -15px;
    width: 9px;
    height: 20px; }

.link-with-arrow {
  position: relative;
  padding-right: 10px; }
  .link-with-arrow .category-name {
    padding-right: 10px; }
  .link-with-arrow::after {
    content: "";
    background: url("../../images/svg/arrow-right-small.svg") center center no-repeat;
    width: 9px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding-left: 6px; }

.link-no-decoration:hover {
  text-decoration: none; }

.link-white {
  color: #fff; }
  .link-white:hover {
    color: #fff; }

body {
  padding: 0;
  margin: 0;
  font-family: "DMSans-Regular", arial, sans-serif;
  color: #0e1111;
  background: #fff;
  overflow-x: hidden; }
  body.isSticky {
    padding-top: 85px; }
    @media (min-width: 1200px) {
      body.isSticky {
        padding-top: 170px; } }
    body.isSticky.modal-open .sticky-head {
      padding-right: 17px; }
  @media (max-width: 1199.98px) {
    body.menu-active {
      overflow: hidden; } }

.font-14 {
  font-size: 14px; }

.no-scroll {
  width: 100%;
  position: fixed !important; }
  .no-scroll::before {
    content: "";
    background: #282823;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.5;
    z-index: 10; }

.input,
.input.form-control {
  height: 48px;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  width: 100%;
  padding: 12px 16px;
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #0e1111; }
  .input:-ms-input-placeholder,
  .input.form-control:-ms-input-placeholder {
    color: #0e1111;
    opacity: 0.4;
    font-family: "DMSans-Regular", arial, sans-serif;
    font-size: 16px;
    line-height: 24px; }
  .input::placeholder,
  .input.form-control::placeholder {
    color: #0e1111;
    opacity: 0.4;
    font-family: "DMSans-Regular", arial, sans-serif;
    font-size: 16px;
    line-height: 24px; }

select.form-control {
  height: 48px;
  border: 1px solid #b3b3b3;
  border-radius: 0; }

.input-noresize {
  resize: none; }

.search-field {
  font-size: 14px;
  border: none;
  padding: 0 10px; }
  @media (max-width: 719.98px) {
    .js-search-trigger .search-field {
      padding: 0; } }

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
  width: 20px;
  height: 20px; }

.custom-checkbox .custom-control-label::before {
  border: 1.5px solid #0e1111;
  background: transparent;
  border-radius: 0 !important; }

.custom-checkbox .custom-control-label-small {
  font-size: 14px; }
  .custom-checkbox .custom-control-label-small::before, .custom-checkbox .custom-control-label-small::after {
    width: 20px;
    height: 20px; }

.custom-checkbox .custom-control-label-right {
  padding-left: 14px; }

.custom-checkbox .custom-control-label-left {
  padding-left: 14px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0e1111;
  border-color: #0e1111; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../../images/svg/check-icon-white.svg") !important; }

.custom-checkbox .custom-control-input:checked.disabled ~ .custom-control-label {
  cursor: auto;
  pointer-events: none; }
  .custom-checkbox .custom-control-input:checked.disabled ~ .custom-control-label::before {
    background-color: #ccc;
    border-color: #ccc; }

.custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f43319; }
  .custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label a {
    color: #f43319 !important; }

.custom-checkbox .custom-checkmark:checked ~ .custom-control-label::after {
  width: 32px;
  left: -28px; }

.custom-checkbox span {
  font-size: 12px;
  line-height: 20px;
  display: inline-block; }

.custom-checkbox-white .custom-control-label::before, .custom-checkbox-white .custom-control-label::after {
  width: 20px;
  height: 20px;
  border-color: #fff; }

.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #fff; }

.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../../images/svg/check-icon-white.svg"); }

.custom-checkbox-white .custom-control-input:checked.disabled ~ .custom-control-label {
  cursor: auto;
  pointer-events: none; }
  .custom-checkbox-white .custom-control-input:checked.disabled ~ .custom-control-label::before {
    background-color: #ccc;
    border-color: #ccc; }

.custom-checkbox-white .custom-control-input.is-invalid ~ .custom-control-label a {
  color: #f43319 !important; }

.custom-radio .custom-control-label {
  padding-left: 29px; }
  .custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
    top: 0;
    width: 24px;
    height: 24px; }
  .custom-radio .custom-control-label::before {
    border: 1.5px solid #0e1111; }

.custom-radio .custom-control-label-small::before, .custom-radio .custom-control-label-small::after {
  width: 20px;
  height: 20px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0e1111;
  border-color: #0e1111; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 10px 10px; }

.password-group {
  position: relative; }
  .password-group .password-toggler {
    position: absolute;
    top: 11px;
    right: 8px; }

input[name$="newsletterSubscription"] ~ .custom-control-label {
  width: 100%; }

.newsletter-consent .caption[for*=accept-newsletter-subscription] {
  margin: 0;
  padding: 0 0 0 14px; }
  .newsletter-consent .caption[for*=accept-newsletter-subscription] + .invalid-feedback {
    padding: 0 0 14px 14px; }

.newsletter-consent .newsletter-subscription-preferences {
  padding: 0 0 0 38px; }
  .newsletter-consent .newsletter-subscription-preferences .preference-wrapper {
    margin: 0 0 14px; }
    .newsletter-consent .newsletter-subscription-preferences .preference-wrapper .caption {
      margin: 0;
      line-height: 24px;
      padding: 2px 0 0 14px; }

.category-filter-input {
  display: none; }

.newsletter-subscription-legal-mentions a {
  color: #fff; }

.form-control.is-invalid {
  border-color: #dc3545; }

.form-control-label {
  margin-bottom: 6px;
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #282823; }

.invalid-feedback {
  color: #dc3545 !important;
  margin-top: 6px;
  font-family: "DMSans-Medium", arial, sans-serif;
  font-size: 14px;
  line-height: 20px; }
  .is-invalid .invalid-feedback {
    display: block; }

.form-group {
  margin-bottom: 30px; }
  .form-group.required .form-control-label::after {
    content: "*";
    color: #0e1111; }

.is-valid .form-control,
.is-valid .select2-container--default .select2-selection__rendered,
.is-valid .select2-container .select2-selection--single {
  border-color: #469e55;
  color: #469e55;
  opacity: 1; }

.is-valid .select2-selection__placeholder {
  color: #469e55;
  opacity: 1; }

.is-valid input:-webkit-autofill,
.is-valid input:-webkit-autofill:hover,
.is-valid input:-webkit-autofill:focus,
.is-valid textarea:-webkit-autofill,
.is-valid textarea:-webkit-autofill:hover,
.is-valid textarea:-webkit-autofill:focus,
.is-valid select:-webkit-autofill,
.is-valid select:-webkit-autofill:hover,
.is-valid select:-webkit-autofill:focus {
  border: 1px solid #469e55;
  color: #469e55 !important;
  font-family: "DMSans-Regular", arial, sans-serif;
  -webkit-text-fill-color: #469e55;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s; }

.is-valid input:-ms-input-placeholder {
  color: #469e55;
  opacity: 1; }

.is-valid input::placeholder {
  color: #469e55;
  opacity: 1; }

.is-invalid .form-control,
.is-invalid .select2-container--default .select2-selection__rendered,
.is-invalid .select2-container .select2-selection--single {
  border-color: #dc3545;
  color: #dc3545;
  opacity: 1; }

.is-invalid .select2-container--default .select2-selection__placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid input:-webkit-autofill,
.is-invalid input:-webkit-autofill:hover,
.is-invalid input:-webkit-autofill:focus,
.is-invalid textarea:-webkit-autofill,
.is-invalid textarea:-webkit-autofill:hover,
.is-invalid textarea:-webkit-autofill:focus,
.is-invalid select:-webkit-autofill,
.is-invalid select:-webkit-autofill:hover,
.is-invalid select:-webkit-autofill:focus {
  border: 1px solid #dc3545;
  color: #dc3545 !important;
  font-family: "DMSans-Regular", arial, sans-serif;
  -webkit-text-fill-color: #dc3545;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s; }

.is-invalid.form-control:-ms-input-placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid.form-control::placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid ~ .invalid-feedback {
  display: block; }

img {
  max-width: 100%; }

.image-fit {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%; }

.row:not(.no-gutters) {
  margin-right: -8.5px;
  margin-left: -8.5px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8.5px;
  padding-left: 8.5px; }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -8px;
    margin-left: -8px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

.row:not(.no-gutters) {
  margin-right: -14px;
  margin-left: -14px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 14px;
  padding-left: 14px; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #282823;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #282823;
  border-radius: 0.69em;
  background-color: #282823;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #2dcb48;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #2dcb48;
  border-radius: 0.69em;
  background-color: #2dcb48;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-rosewine {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #e5a9a9;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-rosewine.disabled {
    opacity: 0.2; }

.swatch-filter-rosewine {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #e5a9a9;
  border-radius: 0.69em;
  background-color: #e5a9a9;
  display: block;
  position: relative; }
  .swatch-filter-rosewine.disabled {
    opacity: 0.2; }

.swatch-circle-redwine {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #940922;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-redwine.disabled {
    opacity: 0.2; }

.swatch-filter-redwine {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #940922;
  border-radius: 0.69em;
  background-color: #940922;
  display: block;
  position: relative; }
  .swatch-filter-redwine.disabled {
    opacity: 0.2; }

.swatch-circle-whitewine {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #efd185;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-whitewine.disabled {
    opacity: 0.2; }

.swatch-filter-whitewine {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #efd185;
  border-radius: 0.69em;
  background-color: #efd185;
  display: block;
  position: relative; }
  .swatch-filter-whitewine.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.category-tile {
  position: relative; }
  .category-tile h1,
  .category-tile h2 {
    font-size: 1.75rem;
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    color: #fff; }
  .category-tile::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%); }

.row:not(.no-gutters) {
  margin-right: -8.5px;
  margin-left: -8.5px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8.5px;
  padding-left: 8.5px; }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -8px;
    margin-left: -8px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

.row:not(.no-gutters) {
  margin-right: -14px;
  margin-left: -14px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 14px;
  padding-left: 14px; }

@font-face {
  font-family: "DMSans-Medium";
  font-display: swap;
  src: url("../fonts/DMSans-Medium.woff2"); }

@font-face {
  font-family: "DMSans-Regular";
  font-display: swap;
  src: url("../fonts/DMSans-Regular.woff2"); }

@font-face {
  font-family: "EuclidCircularB-Light";
  font-display: swap;
  src: url("../fonts/EuclidCircularB-Light.woff2"); }

@font-face {
  font-family: "EuclidCircularB-Regular";
  font-display: swap;
  src: url("../fonts/EuclidCircularB-Regular.woff2"); }

.btn {
  padding: 6px 20px;
  font-family: "DMSans-Medium", arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #0e1111; }
  @media (min-width: 1200px) {
    .btn {
      padding: 12px 30px; }
      .btn:hover {
        text-decoration: none; } }
  .btn[disabled], .btn.disabled {
    background-color: #ccc;
    border: none;
    pointer-events: none;
    cursor: auto; }

.btn-primary {
  background-color: #0e1111;
  color: #fff; }
  .btn-primary:hover {
    color: #fff;
    text-decoration: none; }

.btn-secondary {
  background-color: transparent;
  color: #0e1111; }
  @media (min-width: 1200px) {
    .btn-secondary:hover {
      background-color: #0e1111;
      border-color: #0e1111;
      color: #fff; } }

.btn-light {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }

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

@media (min-width: 1200px) {
  .btn-submit {
    padding: 11px 20px; } }

.btn-icon {
  background: none;
  border: 0;
  padding: 0 10px; }
  .btn-icon:hover {
    background: none; }

.btn-success {
  background-color: #469e55;
  border-color: #469e55; }

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-large {
  padding: 12px 30px; }

.btn-black {
  color: #282823; }

.btn-link {
  border: 0;
  font-size: 18px;
  line-height: 1.43;
  text-align: left;
  background-color: transparent;
  text-decoration: underline; }
  @media (min-width: 769px) {
    .btn-link {
      font-size: 18px;
      line-height: 1.56; } }

.btn-text {
  border: 0;
  background-color: transparent;
  padding: 0;
  display: inline-block;
  text-align: left;
  color: #0e1111 !important; }
  .btn-text:hover {
    text-decoration: underline; }

@media (min-width: 1200px) {
  .btn-hover-white:hover {
    background-color: #fff;
    color: #0e1111; } }

@media (min-width: 1200px) {
  .btn-hover-grey:hover {
    background-color: #424242;
    color: #fff; } }

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

@media (min-width: 1200px) {
  button:focus:not(:focus-visible) {
    outline: none; } }

@media (max-width: 1199.98px) {
  button:focus {
    outline: none; } }

.container {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 769px) {
    .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .container {
      padding-left: 80px;
      padding-right: 80px; } }

@media (max-width: 1919.98px) {
  .no-padding-md-down {
    padding: 0; } }

@media (min-width: 1200px) {
  .no-padding-left-md {
    padding-left: 0 !important; } }

@media (min-width: 1200px) {
  .no-padding-right-md {
    padding-right: 0 !important; } }

@media (max-width: 1919.98px) {
  .no-padding-right-md-down {
    padding-right: 0 !important; } }

h1,
.heading-h1,
h2,
.heading-h2,
h3,
.heading-h3,
h4,
.heading-h4,
h5,
.heading-h5,
h6,
.heading-h6 {
  font-family: "EuclidCircularB-Light", arial, sans-serif;
  font-weight: 300;
  color: #0e1111;
  text-transform: uppercase;
  margin-bottom: 18px; }
  @media (min-width: 769px) {
    h1,
    .heading-h1,
    h2,
    .heading-h2,
    h3,
    .heading-h3,
    h4,
    .heading-h4,
    h5,
    .heading-h5,
    h6,
    .heading-h6 {
      margin-bottom: 20px; } }

h1,
.heading-h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px; }

h2,
.heading-h2 {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.4px; }

h3,
.heading-h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px; }

h4,
.heading-h4 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0; }

h5,
.heading-h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px; }

h6,
.heading-h6 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0; }

@media (max-width: 719.98px) {
  .heading-h1-xs {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.1px; } }

@media (min-width: 769px) {
  .heading-h2-sm {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.4px; } }

@media (max-width: 1199.98px) {
  .heading-h3-sm-down {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.1px; } }

@media (min-width: 769px) {
  .heading-h3-sm {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.1px; } }

@media (max-width: 1199.98px) {
  .heading-h4-sm-down {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0; } }

.heading-footer {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0e1111; }
  @media (min-width: 769px) {
    .heading-footer {
      font-size: 14px;
      line-height: 20px; } }

p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px; }

.text-large {
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0; }

.text-medium {
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px; }

.text-small {
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0; }

.title-main {
  font-family: "EuclidCircularB-Light", arial, sans-serif;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -1px; }

.caption {
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 12px;
  line-height: 20px; }

.caption-primary {
  line-height: 32px; }

.caption-bottom {
  padding-top: 5px; }

.no-padding {
  padding: 0; }

.text-underline {
  text-decoration: underline; }

a,
.link {
  cursor: pointer;
  color: #0e1111; }

.link-large {
  cursor: pointer;
  color: #0e1111;
  font-family: "DMSans-Medium", arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0; }
  .link-large.link-with-arrow::after {
    right: -17px;
    width: 9px;
    height: 28px; }

.link-medium {
  cursor: pointer;
  color: #0e1111;
  font-family: "DMSans-Medium", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1; }
  .link-medium.link-with-arrow::after {
    right: -17px;
    width: 9px;
    height: 24px; }

.link-small {
  cursor: pointer;
  color: #0e1111;
  font-family: "DMSans-Medium", arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0; }
  .link-small.link-with-arrow::after {
    right: -15px;
    width: 9px;
    height: 20px; }

.link-with-arrow {
  position: relative;
  padding-right: 10px; }
  .link-with-arrow .category-name {
    padding-right: 10px; }
  .link-with-arrow::after {
    content: "";
    background: url("../../images/svg/arrow-right-small.svg") center center no-repeat;
    width: 9px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding-left: 6px; }

.link-no-decoration:hover {
  text-decoration: none; }

.link-white {
  color: #fff; }
  .link-white:hover {
    color: #fff; }

body {
  padding: 0;
  margin: 0;
  font-family: "DMSans-Regular", arial, sans-serif;
  color: #0e1111;
  background: #fff;
  overflow-x: hidden; }
  body.isSticky {
    padding-top: 85px; }
    @media (min-width: 1200px) {
      body.isSticky {
        padding-top: 170px; } }
    body.isSticky.modal-open .sticky-head {
      padding-right: 17px; }
  @media (max-width: 1199.98px) {
    body.menu-active {
      overflow: hidden; } }

.font-14 {
  font-size: 14px; }

.no-scroll {
  width: 100%;
  position: fixed !important; }
  .no-scroll::before {
    content: "";
    background: #282823;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.5;
    z-index: 10; }

.input,
.input.form-control {
  height: 48px;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  width: 100%;
  padding: 12px 16px;
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #0e1111; }
  .input:-ms-input-placeholder,
  .input.form-control:-ms-input-placeholder {
    color: #0e1111;
    opacity: 0.4;
    font-family: "DMSans-Regular", arial, sans-serif;
    font-size: 16px;
    line-height: 24px; }
  .input::placeholder,
  .input.form-control::placeholder {
    color: #0e1111;
    opacity: 0.4;
    font-family: "DMSans-Regular", arial, sans-serif;
    font-size: 16px;
    line-height: 24px; }

select.form-control {
  height: 48px;
  border: 1px solid #b3b3b3;
  border-radius: 0; }

.input-noresize {
  resize: none; }

.search-field {
  font-size: 14px;
  border: none;
  padding: 0 10px; }
  @media (max-width: 719.98px) {
    .js-search-trigger .search-field {
      padding: 0; } }

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
  width: 20px;
  height: 20px; }

.custom-checkbox .custom-control-label::before {
  border: 1.5px solid #0e1111;
  background: transparent;
  border-radius: 0 !important; }

.custom-checkbox .custom-control-label-small {
  font-size: 14px; }
  .custom-checkbox .custom-control-label-small::before, .custom-checkbox .custom-control-label-small::after {
    width: 20px;
    height: 20px; }

.custom-checkbox .custom-control-label-right {
  padding-left: 14px; }

.custom-checkbox .custom-control-label-left {
  padding-left: 14px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0e1111;
  border-color: #0e1111; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../../images/svg/check-icon-white.svg") !important; }

.custom-checkbox .custom-control-input:checked.disabled ~ .custom-control-label {
  cursor: auto;
  pointer-events: none; }
  .custom-checkbox .custom-control-input:checked.disabled ~ .custom-control-label::before {
    background-color: #ccc;
    border-color: #ccc; }

.custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f43319; }
  .custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label a {
    color: #f43319 !important; }

.custom-checkbox .custom-checkmark:checked ~ .custom-control-label::after {
  width: 32px;
  left: -28px; }

.custom-checkbox span {
  font-size: 12px;
  line-height: 20px;
  display: inline-block; }

.custom-checkbox-white .custom-control-label::before, .custom-checkbox-white .custom-control-label::after {
  width: 20px;
  height: 20px;
  border-color: #fff; }

.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #fff; }

.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../../images/svg/check-icon-white.svg"); }

.custom-checkbox-white .custom-control-input:checked.disabled ~ .custom-control-label {
  cursor: auto;
  pointer-events: none; }
  .custom-checkbox-white .custom-control-input:checked.disabled ~ .custom-control-label::before {
    background-color: #ccc;
    border-color: #ccc; }

.custom-checkbox-white .custom-control-input.is-invalid ~ .custom-control-label a {
  color: #f43319 !important; }

.custom-radio .custom-control-label {
  padding-left: 29px; }
  .custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
    top: 0;
    width: 24px;
    height: 24px; }
  .custom-radio .custom-control-label::before {
    border: 1.5px solid #0e1111; }

.custom-radio .custom-control-label-small::before, .custom-radio .custom-control-label-small::after {
  width: 20px;
  height: 20px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0e1111;
  border-color: #0e1111; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 10px 10px; }

.password-group {
  position: relative; }
  .password-group .password-toggler {
    position: absolute;
    top: 11px;
    right: 8px; }

input[name$="newsletterSubscription"] ~ .custom-control-label {
  width: 100%; }

.newsletter-consent .caption[for*=accept-newsletter-subscription] {
  margin: 0;
  padding: 0 0 0 14px; }
  .newsletter-consent .caption[for*=accept-newsletter-subscription] + .invalid-feedback {
    padding: 0 0 14px 14px; }

.newsletter-consent .newsletter-subscription-preferences {
  padding: 0 0 0 38px; }
  .newsletter-consent .newsletter-subscription-preferences .preference-wrapper {
    margin: 0 0 14px; }
    .newsletter-consent .newsletter-subscription-preferences .preference-wrapper .caption {
      margin: 0;
      line-height: 24px;
      padding: 2px 0 0 14px; }

.category-filter-input {
  display: none; }

.newsletter-subscription-legal-mentions a {
  color: #fff; }

.form-control.is-invalid {
  border-color: #dc3545; }

.form-control-label {
  margin-bottom: 6px;
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #282823; }

.invalid-feedback {
  color: #dc3545 !important;
  margin-top: 6px;
  font-family: "DMSans-Medium", arial, sans-serif;
  font-size: 14px;
  line-height: 20px; }
  .is-invalid .invalid-feedback {
    display: block; }

.form-group {
  margin-bottom: 30px; }
  .form-group.required .form-control-label::after {
    content: "*";
    color: #0e1111; }

.is-valid .form-control,
.is-valid .select2-container--default .select2-selection__rendered,
.is-valid .select2-container .select2-selection--single {
  border-color: #469e55;
  color: #469e55;
  opacity: 1; }

.is-valid .select2-selection__placeholder {
  color: #469e55;
  opacity: 1; }

.is-valid input:-webkit-autofill,
.is-valid input:-webkit-autofill:hover,
.is-valid input:-webkit-autofill:focus,
.is-valid textarea:-webkit-autofill,
.is-valid textarea:-webkit-autofill:hover,
.is-valid textarea:-webkit-autofill:focus,
.is-valid select:-webkit-autofill,
.is-valid select:-webkit-autofill:hover,
.is-valid select:-webkit-autofill:focus {
  border: 1px solid #469e55;
  color: #469e55 !important;
  font-family: "DMSans-Regular", arial, sans-serif;
  -webkit-text-fill-color: #469e55;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s; }

.is-valid input:-ms-input-placeholder {
  color: #469e55;
  opacity: 1; }

.is-valid input::placeholder {
  color: #469e55;
  opacity: 1; }

.is-invalid .form-control,
.is-invalid .select2-container--default .select2-selection__rendered,
.is-invalid .select2-container .select2-selection--single {
  border-color: #dc3545;
  color: #dc3545;
  opacity: 1; }

.is-invalid .select2-container--default .select2-selection__placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid input:-webkit-autofill,
.is-invalid input:-webkit-autofill:hover,
.is-invalid input:-webkit-autofill:focus,
.is-invalid textarea:-webkit-autofill,
.is-invalid textarea:-webkit-autofill:hover,
.is-invalid textarea:-webkit-autofill:focus,
.is-invalid select:-webkit-autofill,
.is-invalid select:-webkit-autofill:hover,
.is-invalid select:-webkit-autofill:focus {
  border: 1px solid #dc3545;
  color: #dc3545 !important;
  font-family: "DMSans-Regular", arial, sans-serif;
  -webkit-text-fill-color: #dc3545;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s; }

.is-invalid.form-control:-ms-input-placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid.form-control::placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid ~ .invalid-feedback {
  display: block; }

img {
  max-width: 100%; }

.image-fit {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%; }

.search-result-count {
  font-size: 18px;
  line-height: 28px; }

.search-result-count > .search-result-count a, .search-result-count >
.link {
  text-decoration: underline;
  text-underline-position: under; }

.search-result-page-title {
  text-align: left;
  padding: 40px 0 20px;
  font-size: 24px; }
  @media (min-width: 769px) {
    .search-result-page-title {
      text-align: center;
      padding: 50px 0 20px;
      font-size: 30px; } }

.search-result-display-count {
  line-height: 28px;
  padding: 15px 0; }
  @media (min-width: 1200px) {
    .search-result-display-count {
      font-size: 14px; } }

.search-results .content-tile {
  margin: 30px 0 36px; }
  .search-results .content-tile .content-name {
    margin: 20px 0;
    font-family: "EuclidCircularB-Light", arial, sans-serif;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300; }

.breadcrumb {
  border-radius: 0;
  border-bottom: 0;
  padding: 0;
  margin: 20px 0; }
  .breadcrumb-overlap .breadcrumb {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }

.breadcrumb-item {
  color: #b3b3b3;
  padding: 0;
  font-size: 12px; }
  .breadcrumb-item + .breadcrumb-item::before {
    color: #b3b3b3; }
  .breadcrumb-item:last-child .breadcrumb-link {
    color: #282823; }

.breadcrumb-link {
  color: rgba(0, 0, 0, 0.6); }
  .breadcrumb-link--not-clickable {
    color: #282823;
    pointer-events: none; }

.row:not(.no-gutters) {
  margin-right: -8.5px;
  margin-left: -8.5px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8.5px;
  padding-left: 8.5px; }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -8px;
    margin-left: -8px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

.row:not(.no-gutters) {
  margin-right: -14px;
  margin-left: -14px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 14px;
  padding-left: 14px; }

.hero {
  padding: 20px 0; }
  @media (max-width: 719.98px) {
    .hero {
      padding: 30px 0; } }
  .hero .page-title {
    margin-bottom: 20px;
    text-align: center; }

.plp-banner-title .page-title {
  font-size: 24px;
  margin-bottom: 4px; }
  @media (min-width: 1200px) {
    .plp-banner-title .page-title {
      font-size: 30px; } }

.plp-banner-title .page-description {
  margin-bottom: 0;
  font-size: 14px; }

.content-plus-container {
  overflow: hidden; }
  .content-plus-container .container {
    padding: 0; }

.content-plus-item {
  display: block !important; }
  .content-plus-item .ratio-container {
    display: block; }

.content-plus-content {
  padding: 30px 0 10px; }
  .content-plus-content h1 {
    color: inherit; }
    @media (max-width: 1199.98px) {
      .content-plus-content h1 {
        font-size: 24px;
        line-height: 1.33; } }

@media (max-width: 719.98px) {
  .content-plus-carousel {
    margin: 0 -30px; } }

.content-plus-carousel .ratio-container::after {
  padding-bottom: var(--padding, 0); }

.row:not(.no-gutters) {
  margin-right: -8.5px;
  margin-left: -8.5px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8.5px;
  padding-left: 8.5px; }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -8px;
    margin-left: -8px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

.row:not(.no-gutters) {
  margin-right: -14px;
  margin-left: -14px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 14px;
  padding-left: 14px; }

.form-nav .nav-tabs .nav-link {
  color: #0e1111; }

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #0e1111; }

.nav-tabs .nav-link.active {
  background-color: transparent; }

.nav-tabs .nav-link:focus {
  outline: 2px solid #343a40;
  outline-offset: 2px;
  border-radius: 2px; }

@media (min-width: 1920px) {
  .form-nav .nav-item > .nav-link {
    color: #0e1111; } }

.search-results .nav-item > .nav-link {
  display: inline-block;
  padding: 8px 0;
  color: #0e1111;
  opacity: 0.6; }
  @media (min-width: 769px) {
    .search-results .nav-item > .nav-link {
      display: block;
      padding: 8px 16px; } }

.search-results .nav-item > .nav-link.active {
  color: #0e1111;
  opacity: 1;
  border-bottom: 2px solid #0e1111; }

.nav-tabs .nav-item .tab-heading {
  font-size: 24px;
  font-family: "EuclidCircularB-Regular", arial, sans-serif; }

.content-slot {
  padding-top: 30px;
  padding-bottom: 30px; }

@media (max-width: 719.98px) {
  .plp-offer-slot {
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (max-width: 719.98px) {
  .plp-offer-slot .slot-img-block {
    padding: 0;
    margin: 0 -30px; } }

.plp-offer-slot .slot-img {
  padding: 0;
  max-width: 120%; }
  @media (min-width: 769px) {
    .plp-offer-slot .slot-img {
      width: 100%;
      padding: 0 24px 0 0; } }

.plp-offer-slot .slot-text-block {
  padding: 30px 30px 0; }
  @media (min-width: 769px) {
    .plp-offer-slot .slot-text-block {
      padding: 0; } }
  .plp-offer-slot .slot-text-block .link-small.link-with-arrow::after {
    top: 10px;
    right: 0; }

.plp-offer-slot .slot-title {
  margin-bottom: 20px; }

.loading-dots {
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #282823;
  color: #282823;
  animation: loading-dots 0.5s infinite linear alternate;
  animation-delay: 0.25s;
  margin: 5px 0 0 12px; }
  .loading-dots::before, .loading-dots::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #282823;
    color: #282823;
    animation: loading-dots 0.5s infinite alternate; }
  .loading-dots::before {
    left: -7.5px;
    animation-delay: 0s; }
  .loading-dots::after {
    animation-delay: 0.5s;
    left: 7.5px; }

@keyframes loading-dots {
  0% {
    background-color: #282823; }
  50% {
    background-color: rgba(40, 40, 35, 0.1); }
  100% {
    background-color: rgba(40, 40, 35, 0.2); } }

.recomendations-container {
  margin: 48px 0; }
  @media (min-width: 1200px) {
    .recomendations-container {
      margin: 80px 0; } }
  .recomendations-container .recommendations-heading {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    padding: 48px 0 52px; }
    @media (min-width: 1200px) {
      .recomendations-container .recommendations-heading {
        padding: 18px 0 52px; } }
    @media (max-width: 1919.98px) {
      .recomendations-container .recommendations-heading {
        padding: 48px 30px 52px !important; } }

.products-recommendations .slick-track,
.js-product-recommendations .slick-track {
  display: -ms-flexbox;
  display: flex; }

.products-recommendations .slick-slide,
.js-product-recommendations .slick-slide {
  height: auto; }
  .products-recommendations .slick-slide > div,
  .products-recommendations .slick-slide .product-tile-container,
  .js-product-recommendations .slick-slide > div,
  .js-product-recommendations .slick-slide .product-tile-container {
    height: 100%; }

.refinement-bar {
  overflow: auto;
  height: 100%;
  transition: all 0.5s ease-in-out; }
  .refinement-bar ul {
    padding-left: 0; }
  @media (max-width: 1199.98px) {
    .refinement-bar {
      background-color: #fff;
      display: none;
      top: 0;
      left: 0;
      right: 0;
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 100; } }
  @media (min-width: 1200px) {
    .refinement-bar {
      display: block !important; } }
  @media (max-width: 1199.98px) {
    .refinement-bar .refinement-vintage .vintage-filter {
      display: -ms-flexbox;
      display: flex; } }

@media (min-width: 769px) {
  .refinement-bar-wrapper {
    max-width: 270px; } }

.filter-header {
  height: 80px; }

.refinements {
  padding-bottom: 80px;
  font-size: 14px; }
  .refinements .header {
    font-size: 1.125em;
    color: #444; }
  .refinements ul {
    overflow: auto; }
    .refinements ul li button {
      border: none;
      color: var(--skin-link-color-1);
      background-color: transparent; }
  .refinements li {
    list-style-type: none;
    padding-left: 0; }
    .refinements li.color-attribute {
      display: inline-block;
      padding-left: 0; }
      .refinements li.color-attribute button {
        padding: 0; }
    .refinements li.disabled {
      opacity: 0.5; }
  .refinements .refinement-header-text {
    font-family: "DMSans-Medium", arial, sans-serif;
    font-size: 14px; }
  .refinements .color-attribute {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    text-align: center; }
  .refinements .swatch-circle {
    width: 30px;
    height: 30px;
    margin: auto; }
    .refinements .swatch-circle.swatch-circle.selected {
      border: 1px solid #fff;
      box-shadow: 0 0 0 2px #282823; }
      .refinements .swatch-circle.swatch-circle.selected::after {
        display: none; }
  .refinements .card:not(.active) .card-body {
    display: none; }
  .refinements .card-header h2 {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin-bottom: 0; }
  .refinements .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: url("../../images/svg/check-icon-white.svg") 50%/50% 50% no-repeat; }
  .refinements .custom-radio .custom-control-label::before {
    border-radius: 0; }
  .refinements .filter-item-wrapper {
    margin: 24px 0; }
    @media (min-width: 769px) {
      .refinements .filter-item-wrapper {
        margin: 14px 0; } }

.secondary-bar {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 1;
  padding: 20px 30px; }
  .secondary-bar .reset,
  .secondary-bar .apply {
    width: 100%; }

.refinement-header {
  overflow: auto; }

.disabled {
  pointer-events: none; }

.grid-header,
.content-grid-header {
  margin-top: 1em;
  margin-bottom: 1em; }
  @media (max-width: 719.98px) {
    .grid-header .result-count,
    .content-grid-header .result-count {
      padding-bottom: 0.938em; }
    .grid-header .filter-results,
    .content-grid-header .filter-results {
      display: block;
      width: 100%; } }
  .grid-header select,
  .content-grid-header select {
    width: 100%; }

.sort-order-container {
  position: relative;
  margin-left: 39px; }
  .sort-order-container .select2-selection__rendered {
    font-size: 14px;
    opacity: 1;
    padding-left: 0; }
    .sort-order-container .select2-selection__rendered ~ .select2-selection__arrow {
      right: 0; }
  .sort-order-container .select2-selection {
    border: 0;
    box-shadow: none;
    outline: none; }
  .sort-order-container .select2-container--open,
  .sort-order-container .select2-dropdown {
    left: auto !important;
    right: 0;
    width: auto !important; }
  .sort-order-container .select2-results__option {
    display: -ms-flexbox;
    display: flex;
    padding: 9px 20px;
    font-weight: 500; }

.show-hide-filters-button {
  font-size: 14px;
  cursor: pointer; }

@media (min-width: 1200px) {
  .hidden-filters-section {
    max-width: 0;
    padding: 0;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 0; } }

.show-filters-text {
  display: none; }

.hidden-filters .show-filters-text {
  display: inline-block; }

.hidden-filters .hide-filters-text {
  display: none; }

.layout-mobile span {
  width: 24px; }

.applied-filters {
  font-size: 14px; }

.reset-filter-label {
  font-size: 14px;
  font-family: "DMSans-Medium", arial, sans-serif;
  border: 0;
  border-bottom: 1px solid #282823;
  background: transparent;
  cursor: pointer;
  margin: 20px 0 0;
  padding: 0; }

@media (min-width: 1200px) {
  .product-grid-container {
    transition: all 0.5s ease-in-out; } }

.result-count {
  font-size: 0.875rem; }

.refinement,
.sort-by-collapse {
  margin-bottom: 1em; }
  .refinement.card .arrow-down-small-svg,
  .sort-by-collapse.card .arrow-down-small-svg {
    transition: transform 0.3s ease-in-out;
    transform: rotate(-90deg); }
  .refinement.card.active .arrow-down-small-svg,
  .sort-by-collapse.card.active .arrow-down-small-svg {
    transform: rotate(0); }
  .refinement .card-header .title,
  .sort-by-collapse .card-header .title {
    line-height: 2.5rem;
    cursor: pointer; }
    .refinement .card-header .title::after,
    .sort-by-collapse .card-header .title::after {
      display: none; }
  .refinement a,
  .sort-by-collapse a {
    text-decoration: none; }
  .refinement.refinement-category li,
  .sort-by-collapse.refinement-category li {
    margin-left: 0.938em;
    display: block; }
  .refinement.refinement-category > ul > li,
  .sort-by-collapse.refinement-category > ul > li {
    margin-left: 0; }

.search-banner {
  background-image: url("../images/search.jpg");
  background-position-y: 40%; }

.search-keywords {
  font-weight: bold; }

.filter-bar li {
  list-style: none;
  margin-bottom: 10px; }
  .filter-bar li.filter-value button {
    position: relative;
    background-color: #282823;
    color: #fff;
    border: none;
    padding: 7px 40px 7px 10px;
    font-family: "DMSans-Regular", arial, sans-serif;
    font-size: 14px; }
    .filter-bar li.filter-value button::after {
      content: "\D7";
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-size: 30px;
      position: absolute;
      right: 10px;
      top: 0;
      bottom: 2px; }
  .filter-bar li.swatch-filter .swatch-circle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 35px;
    height: 35px;
    margin: auto;
    border-radius: 1.25em; }
    .filter-bar li.swatch-filter .swatch-circle::after {
      content: "\D7";
      position: relative;
      top: -1px;
      font-size: 26px;
      background: transparent;
      color: #fff; }

@media (max-width: 719.98px) {
  .tab-content {
    padding-left: 0;
    padding-right: 0; } }

.tab-content .tab-pane.active {
  overflow: visible; }

@media (max-width: 719.98px) {
  .product-grid {
    padding-top: 0.938em; }
    .product-grid .col-6 {
      padding-left: 5px;
      padding-right: 5px; } }

.search-tips {
  text-align: left;
  margin-top: 1.875rem; }

.category-item {
  margin-bottom: 0.938rem; }

.show-more,
.show-more-content {
  padding: 0.938em 0;
  clear: both; }

.show-more-loading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 10px 0 0; }

.btn-load-more {
  line-height: 22px;
  margin: 15px 0; }

.swatch-mark.color-value[data-selected=true]::after {
  color: #282823;
  content: "\F058";
  display: table-caption;
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute; }

.swatch-mark.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #282823;
  content: "\F058";
  display: table-caption;
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em; }

.search-nav {
  margin-bottom: 1em;
  border-bottom: 0.063em solid #ccc; }
  .search-nav.no-margin-bottom {
    margin-bottom: 0; }
  .search-nav .nav-tabs-wrapper {
    padding: 0; }
    @media (max-width: 719.98px) {
      .search-nav .nav-tabs-wrapper {
        width: 100%; } }
    .search-nav .nav-tabs-wrapper .nav-tabs {
      border-bottom: 0 none; }
  .search-nav .nav-link:focus {
    background-color: #f9f9f9; }

.product-options .quantity {
  position: absolute;
  bottom: 0;
  right: 0; }

.search-result-display-count {
  font-size: 14px; }

.plp-banner-wrapper .page-title {
  line-height: 52px;
  margin-bottom: 0; }

.plp-banner-wrapper .breadcrumb-item:last-child .breadcrumb-link {
  pointer-events: none; }

@media (max-width: 1199.98px) {
  .plp-banner-wrapper ~ .search-results .grid-header {
    margin-top: 0;
    margin-bottom: 0; } }

.product-set-promotion-text {
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #734603; }
  @media (min-width: 1200px) {
    .product-set-promotion-text {
      font-size: 12px;
      line-height: 15px; } }

.plp-seo-wrapper .plp-seo-header {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 28px; }

.plp-seo-wrapper .plp-seo-content {
  font-size: 12px;
  line-height: 18px; }

.row:not(.no-gutters) {
  margin-right: -8px;
  margin-left: -8px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px; }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -16px;
    margin-left: -16px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 16px;
    padding-left: 16px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -24px;
    margin-left: -24px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 24px;
    padding-left: 24px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -24px;
    margin-left: -24px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 24px;
    padding-left: 24px; } }

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

.clearfix::after {
  clear: both; }

/*
** Brand custom dropdown
** TODO: to refactor mixin include --> use this mixin only in _select2.scss
*/
/*
** Brand form control
** TODO: to refactor mixin include --> use this mixin only in _input.scss and/or _forms.scss
*/
/*
** Password toggler (show/hide password)
** TODO: to refactor mixin include --> use this mixin only in _input.scss and/or _forms.scss
*/
/*
** Brand checkbox
** TODO: to refactor mixin include --> use this mixin only in _input.scss and/or _forms.scss
*/
.row:not(.no-gutters) {
  margin-right: -8px;
  margin-left: -8px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px; }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -16px;
    margin-left: -16px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 16px;
    padding-left: 16px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -24px;
    margin-left: -24px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 24px;
    padding-left: 24px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -24px;
    margin-left: -24px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 24px;
    padding-left: 24px; } }

@font-face {
  font-family: "Ruinart";
  src: url("../fonts/RuinartIcons/Ruinart.eot");
  src: url("../fonts/RuinartIcons/Ruinart.eot?#iefix") format("embedded-opentype"), url("../fonts/RuinartIcons/Ruinart.ttf") format("truetype"), url("../fonts/RuinartIcons/Ruinart.woff") format("woff"), url("../fonts/RuinartIcons/Ruinart.svg?#Ruinart") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Ruinart" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-agenda::before {
  content: "\E900"; }

.icon-amex::before {
  content: "\E901"; }

.icon-arrow-down::before, span.select2-container .select2-selection--single .select2-selection__arrow::before {
  content: "\E902"; }

.icon-arrow-left::before {
  content: "\E903"; }

.icon-arrow-right::before {
  content: "\E904"; }

.icon-arrow-small::before {
  content: "\E905"; }

.icon-arrow-up::before {
  content: "\E906"; }

.icon-basket::before {
  content: "\E907"; }

.icon-close::before {
  content: "\E908"; }

.icon-delete::before {
  content: "\E909"; }

.icon-delivery::before {
  content: "\E90A"; }

.icon-facebook::before {
  content: "\E90B"; }

.icon-filter::before {
  content: "\E90C"; }

.icon-filter-on::before {
  content: "\E90D"; }

.icon-information::before {
  content: "\E90E"; }

.icon-instagram::before {
  content: "\E90F"; }

.icon-location::before {
  content: "\E910"; }

.icon-login::before {
  content: "\E911"; }

.icon-mastercard::before {
  content: "\E912"; }

.icon-menu::before {
  content: "\E913"; }

.icon-nature-v1::before {
  content: "\E914"; }

.icon-nature-v2::before {
  content: "\E915"; }

.icon-nature-v3::before {
  content: "\E916"; }

.icon-nature-v4::before {
  content: "\E917"; }

.icon-next::before {
  content: "\E918"; }

.icon-pause::before {
  content: "\E919"; }

.icon-pinterest::before {
  content: "\E91A"; }

.icon-play::before {
  content: "\E91B"; }

.icon-plus::before {
  content: "\E91C"; }

.icon-previous::before {
  content: "\E91D"; }

.icon-search::before {
  content: "\E91E"; }

.icon-second-skin::before {
  content: "\E91F"; }

.icon-secure::before {
  content: "\E920"; }

.icon-sort::before {
  content: "\E921"; }

.icon-twitter::before {
  content: "\E922"; }

.icon-visa::before {
  content: "\E923"; }

.icon-youtube::before {
  content: "\E924"; }

.btn {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.125rem 1.5rem;
  border-color: #282823; }
  .btn[disabled], .btn.disabled {
    pointer-events: none;
    cursor: auto; }

.btn-primary.btn-primary-dark {
  color: #fff !important;
  background: #282823 !important;
  border: 1px #282823 solid !important;
  padding: 1.0625rem 1.5rem; }
  @media (hover: hover) {
    .btn-primary.btn-primary-dark:hover {
      background: #282823 !important;
      /* The Fallback */
      background: rgba(40, 40, 35, 0.9) !important;
      border-color: #282823 !important;
      /* The Fallback */
      border-color: rgba(40, 40, 35, 0.9) !important; } }
  .btn-primary.btn-primary-dark[disabled], .btn-primary.btn-primary-dark.disabled {
    background: #282823 !important;
    /* The Fallback */
    background: rgba(40, 40, 35, 0.3) !important;
    border-color: #282823 !important;
    /* The Fallback */
    border-color: rgba(40, 40, 35, 0.3) !important; }

.btn-primary.btn-primary-light {
  color: #282823 !important;
  background: #fff !important;
  border: 1px #fff solid !important; }
  @media (hover: hover) {
    .btn-primary.btn-primary-light:hover {
      background: #fff !important;
      /* The Fallback */
      background: rgba(255, 255, 255, 0.9) !important;
      border-color: #fff !important;
      /* The Fallback */
      border-color: rgba(255, 255, 255, 0.9) !important; } }
  .btn-primary.btn-primary-light[disabled], .btn-primary.btn-primary-light.disabled {
    background: #fff !important;
    /* The Fallback */
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: #fff !important;
    /* The Fallback */
    border-color: rgba(255, 255, 255, 0.3) !important; }

.btn-secondary {
  color: #282823; }
  .btn-secondary.btn-secondary-dark {
    color: #282823 !important;
    background: #fff !important;
    border: 1px #282823 solid !important;
    padding: 1.0625rem 1.5rem; }
    @media (hover: hover) {
      .btn-secondary.btn-secondary-dark:hover {
        background: #f1efec !important;
        border-color: #f1efec !important; } }
    .btn-secondary.btn-secondary-dark[disabled], .btn-secondary.btn-secondary-dark.disabled {
      color: #282823 !important;
      /* The Fallback */
      color: rgba(40, 40, 35, 0.6) !important;
      border-color: #282823 !important;
      /* The Fallback */
      border-color: rgba(40, 40, 35, 0.2) !important;
      background: #fff !important; }
  .btn-secondary.btn-secondary-light {
    color: #fff !important;
    background: #282823 !important;
    border: 1px #fff solid !important; }
    @media (hover: hover) {
      .btn-secondary.btn-secondary-light:hover {
        border-color: #fff !important;
        /* The Fallback */
        border-color: rgba(255, 255, 255, 0.7) !important;
        color: #fff !important;
        /* The Fallback */
        color: rgba(255, 255, 255, 0.7) !important; } }
    .btn-secondary.btn-secondary-light[disabled], .btn-secondary.btn-secondary-light.disabled {
      border-color: #fff !important;
      /* The Fallback */
      border-color: rgba(255, 255, 255, 0.2) !important;
      color: #fff !important;
      /* The Fallback */
      color: rgba(255, 255, 255, 0.6) !important;
      background: #282823 !important; }

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

@media (min-width: 1200px) {
  .btn-submit {
    padding: 11px 20px; } }

.btn-icon {
  background: none;
  border: 0;
  padding: 0 10px; }
  .btn-icon:hover {
    background: none; }
  .btn-icon.disabled, .btn-icon[disabled] {
    background: none; }

.btn-success {
  background-color: #469e55;
  border-color: #469e55; }

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-link {
  border: 0;
  font-size: 18px;
  line-height: 1.43;
  text-align: left;
  background-color: transparent;
  text-decoration: underline; }
  @media (min-width: 769px) {
    .btn-link {
      font-size: 18px;
      line-height: 1.56; } }

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

.btn-primary-ra {
  background: #282823;
  color: #fff;
  padding: 1.0625rem 1.5rem;
  border: 1px solid #282823; }
  @media (hover: hover) {
    .btn-primary-ra:hover {
      opacity: 0.9; } }
  .btn-primary-ra:disabled, .btn-primary-ra.disabled, .btn-primary-ra[disabled] {
    opacity: 0.65;
    background: #282823;
    color: #fff;
    border: 1px solid #282823; }

.btn-outline-primary-ra {
  background: #fff;
  border: 1px solid #282823;
  color: #282823; }
  @media (hover: hover) {
    .btn-outline-primary-ra:hover {
      color: #282823;
      border-color: #f1efec;
      background-color: #f1efec; } }
  .btn-outline-primary-ra:disabled, .btn-outline-primary-ra.disabled, .btn-outline-primary-ra[disabled] {
    opacity: 0.6;
    background-color: #fff;
    border: 1px solid rgba(40, 40, 35, 0.7); }

.btn-large {
  padding: 12px 30px; }

.btn-small {
  font-size: 0.6875rem;
  padding: 0.6875rem 1.5rem; }

.container {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 769px) {
    .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .container {
      padding-left: 0;
      padding-right: 0; } }

.container-ra, .search-results.search-results-custom.container {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 769px) {
    .container-ra, .search-results.search-results-custom.container {
      padding-left: 48px;
      padding-right: 48px; } }
  @media (min-width: 1200px) {
    .container-ra, .search-results.search-results-custom.container {
      padding-left: 72px;
      padding-right: 72px; } }
  .container-ra .row, .search-results.search-results-custom.container .row {
    margin-left: -8px;
    margin-right: -8px; }
    .container-ra .row > [class*="col-"], .search-results.search-results-custom.container .row > [class*="col-"],
    .container-ra .row > .col,
    .search-results.search-results-custom.container .row > .col {
      padding-left: 8px;
      padding-right: 8px; }
  @media (min-width: 769px) {
    .container-ra .row, .search-results.search-results-custom.container .row {
      margin-left: -16px;
      margin-right: -16px; }
      .container-ra .row > [class*="col-"], .search-results.search-results-custom.container .row > [class*="col-"],
      .container-ra .row > .col,
      .search-results.search-results-custom.container .row > .col {
        padding-left: 16px;
        padding-right: 16px; } }
  @media (min-width: 1200px) {
    .container-ra .row, .search-results.search-results-custom.container .row {
      margin-left: -24px;
      margin-right: -24px; }
      .container-ra .row > [class*="col-"], .search-results.search-results-custom.container .row > [class*="col-"],
      .container-ra .row > .col,
      .search-results.search-results-custom.container .row > .col {
        padding-left: 24px;
        padding-right: 24px; } }
  @media (min-width: 1200px) {
    .container-ra .no-large-gutters, .search-results.search-results-custom.container .no-large-gutters {
      margin: 0; } }

.container-ra-wide {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .container-ra-wide {
      padding-left: 48px;
      padding-right: 48px; } }

@media (max-width: 1919.98px) {
  .no-padding-md-down {
    padding: 0; } }

@media (min-width: 1200px) {
  .no-padding-left-md {
    padding-left: 0 !important; } }

@media (min-width: 1200px) {
  .no-padding-right-md {
    padding-right: 0 !important; } }

@media (max-width: 1919.98px) {
  .no-padding-right-md-down {
    padding-right: 0 !important; } }

.heading-h0,
.heading-h0-italic {
  color: #282823;
  font-weight: 300;
  font-size: 3.75rem;
  line-height: 4.5rem; }
  @media (max-width: 1199.98px) {
    .heading-h0,
    .heading-h0-italic {
      font-size: 1.75rem;
      line-height: 2.5rem; } }

.heading-h0 {
  font-family: "Saol Standard - Light", arial, sans-serif;
  font-style: normal; }

.heading-h0-italic {
  font-family: "Saol Standard - Light Italic", arial, sans-serif;
  font-style: italic; }

h1,
.heading-h1,
h2,
.heading-h2,
h3,
.heading-h3,
h4,
.heading-h4,
h5,
.heading-h5,
h6,
.heading-h6 {
  color: #282823;
  font-family: "Saol Standard - Regular", arial, sans-serif;
  font-weight: 400;
  text-transform: none; }

h1,
.heading-h1 {
  font-size: 4.5rem;
  line-height: 4.75rem; }
  @media (max-width: 1199.98px) {
    h1,
    .heading-h1 {
      font-size: 2.5rem;
      line-height: 2.75rem; } }

h2,
.heading-h2 {
  font-size: 2.5rem;
  line-height: 2.75rem; }

@media (max-width: 768.98px) {
  .experience-component h2:not([class^="heading-"]) {
    font-size: 2rem; } }

@media (max-width: 768.98px) {
  .experience-component .heading-h2 {
    font-size: 2rem; } }

h3,
.heading-h3 {
  font-size: 1.75rem;
  line-height: 2.5rem; }

@media (max-width: 768.98px) {
  .experience-component h3:not([class^="heading-"]) {
    font-size: 1.5rem; } }

@media (max-width: 768.98px) {
  .experience-component .heading-h3 {
    font-size: 1.5rem; } }

h4,
.heading-h4 {
  font-size: 1.5rem;
  line-height: 2rem; }

h5,
.heading-h5 {
  font-size: 1rem;
  line-height: 1.5rem; }

.heading-footer {
  color: #282823;
  font-family: "Riviera Nights - Bold", arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  text-align: left;
  text-transform: uppercase; }
  @media (max-width: 1199.98px) {
    .heading-footer {
      text-align: center; } }

.text-regular {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-weight: 400; }

.text-medium {
  font-family: "Riviera Nights - Medium", arial, sans-serif;
  font-weight: 500; }

.text-bold {
  font-family: "Riviera Nights - Bold", arial, sans-serif;
  font-weight: 700; }

.text-20 {
  font-size: 1.25rem;
  line-height: 2rem; }

.text-18 {
  font-size: 1.125rem;
  line-height: 2rem; }

.text-paragraph-16 {
  font-size: 1rem;
  line-height: 1.75rem; }

.text-16 {
  font-size: 1rem;
  line-height: 1.5rem; }

.text-paragraph-14 {
  font-size: 0.875rem;
  line-height: 1.5rem; }

.text-14 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #282823; }

.subtitle-14 {
  font-size: 0.875rem;
  line-height: 1.25rem; }

.subtitle-12 {
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  color: #282823; }

.subtitle-11 {
  font-size: 0.688rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 0.75rem;
  color: #282823; }

.caption-12 {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #282823; }

.no-padding {
  padding: 0; }

.ra-deep-grey-text {
  color: #585853; }

.ra-dark-grey-text {
  color: #282823; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside; }

a,
.link {
  cursor: pointer;
  color: #282823; }

.link-with-arrow {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #282823;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  position: relative; }
  .link-with-arrow:not(.text-underline) {
    text-decoration: none !important; }
  .link-with-arrow::after {
    content: "\E918";
    font-family: "Ruinart", arial, sans-serif;
    font-size: 0.877rem;
    position: absolute;
    right: -1.1rem;
    color: #a49279; }
  .link-with-arrow:hover {
    text-decoration: underline !important; }

.link-no-decoration:hover {
  text-decoration: none; }

.link-white {
  color: #fff; }
  .link-white:hover {
    color: #fff; }

.link-primary {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: #282823 !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.8rem 1.875rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none !important; }
  .link-primary::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 1.5rem;
    height: 0.063rem;
    background: #a49279;
    transition: width 0.35s ease-in-out; }
  .link-primary:hover::after {
    width: 2rem; }

.link-secondary {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #282823;
  text-decoration: none !important;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  position: relative; }
  .link-secondary::after {
    content: "\E918";
    font-family: "Ruinart", arial, sans-serif;
    font-size: 0.877rem;
    position: absolute;
    right: -1.1rem;
    color: #a49279; }
  .link-secondary:hover {
    text-decoration: underline !important; }

.link-small-ra {
  display: inline-block;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  text-decoration: underline; }
  .link-small-ra.link-small {
    color: #585853; }

body {
  padding: 0;
  margin: 0;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  color: #282823;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.isSticky {
    padding-top: 85px; }
    @media (min-width: 1200px) {
      body.isSticky {
        padding-top: 170px; } }
    body.isSticky.nopadding {
      padding-top: 0; }
      body.isSticky.nopadding::after {
        content: "";
        background-color: #fff; }
    body.isSticky .header-content div.navbar-header .brand img {
      filter: initial; }
  @media (max-width: 1199.98px) {
    body.menu-active {
      overflow-y: scroll !important; } }

.no-scroll {
  width: 100%;
  position: fixed !important; }
  .no-scroll::before {
    content: "";
    background: #282823;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.5;
    z-index: 10; }

.input,
.input.form-control {
  height: 48px;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  width: 100%;
  padding: 12px 16px;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #282823; }
  .input:not([type="password"]),
  .input.form-control:not([type="password"]) {
    text-transform: uppercase !important; }
  .input.setCaseInitial,
  .input.form-control.setCaseInitial {
    text-transform: initial !important; }
  .input:-ms-input-placeholder,
  .input.form-control:-ms-input-placeholder {
    color: #282823;
    opacity: 0.4;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-size: 16px;
    line-height: 24px; }
  .input::placeholder,
  .input.form-control::placeholder {
    color: #282823;
    opacity: 0.4;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-size: 16px;
    line-height: 24px; }
  .input:hover, .input:focus,
  .input.form-control:hover,
  .input.form-control:focus {
    border-bottom-color: #282823 !important; }
  .input:-moz-read-only,
  .input.form-control:-moz-read-only {
    border-bottom-color: rgba(40, 40, 35, 0.08) !important; }
  .input:read-only,
  .input.form-control:read-only {
    border-bottom-color: rgba(40, 40, 35, 0.08) !important; }
  .input.is-invalid:-ms-input-placeholder,
  .input.form-control.is-invalid:-ms-input-placeholder {
    color: #b04a62 !important; }
  .input.is-invalid::placeholder,
  .input.form-control.is-invalid::placeholder {
    color: #b04a62 !important; }

select.form-control {
  height: 48px;
  border: 1px solid #b3b3b3;
  border-radius: 0; }

.input-noresize {
  resize: none; }

.search-field {
  font-size: 14px;
  border: none;
  padding: 0 10px; }
  @media (max-width: 719.98px) {
    .js-search-trigger .search-field {
      padding: 0; } }

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
  top: 3px;
  width: 18px;
  height: 18px; }

.custom-checkbox .custom-control-label::before {
  border: 1px solid rgba(40, 40, 35, 0.7);
  background: transparent;
  border-radius: 0 !important; }

.custom-checkbox .custom-control-label-small {
  font-size: 14px; }
  .custom-checkbox .custom-control-label-small::before, .custom-checkbox .custom-control-label-small::after {
    width: 18px;
    height: 18px; }

.custom-checkbox .custom-control-label-right {
  padding-left: 14px; }

.custom-checkbox .custom-control-label-left {
  padding-left: 14px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #282823;
  border-color: #282823; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-position: center center;
  background-size: 65%; }

.custom-checkbox .custom-control-input:checked.disabled ~ .custom-control-label {
  cursor: auto;
  pointer-events: none; }
  .custom-checkbox .custom-control-input:checked.disabled ~ .custom-control-label::before {
    background-color: rgba(40, 40, 35, 0.4);
    border-color: rgba(40, 40, 35, 0.4); }

.custom-checkbox .custom-control-input[id*=accept-newsletter-subscription].is-invalid ~ .custom-control-label .caption,
.custom-checkbox .custom-control-input[id*=accept-newsletter-subscription].is-invalid ~ .custom-control-label a {
  color: #b04a62 !important; }

.custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label {
  color: #282823; }

.custom-checkbox .custom-checkmark:checked ~ .custom-control-label::after {
  width: 18px;
  left: -24px; }

.custom-checkbox span {
  font-size: 12px;
  line-height: 20px;
  display: inline-block; }

.custom-checkbox-white .custom-control-label::before {
  border-color: #fff; }

.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #fff; }

.custom-radio .custom-control-label {
  padding-left: 29px; }
  .custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
    top: 0;
    width: 24px;
    height: 24px; }
  .custom-radio .custom-control-label::before {
    border: 1px solid rgba(40, 40, 35, 0.7); }

.custom-radio .custom-control-label-small::before, .custom-radio .custom-control-label-small::after {
  width: 20px;
  height: 20px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #282823;
  border-color: #282823;
  border: 2px solid rgba(40, 40, 35, 0.7); }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 10px 10px; }

.password-group {
  position: relative; }
  .password-group .password-toggler {
    position: absolute;
    top: 11px;
    right: 8px; }

input[name$="newsletterSubscription"] ~ .custom-control-label {
  width: 100%; }

.newsletter-consent .custom-control .custom-control-label.caption[for*=accept-newsletter-subscription] {
  margin: 0;
  padding: 0 0 0 14px; }
  .newsletter-consent .custom-control .custom-control-label.caption[for*=accept-newsletter-subscription] + .invalid-feedback {
    padding: 0 0 32px 14px; }
  .newsletter-consent .custom-control .custom-control-label.caption[for*=accept-newsletter-subscription] .caption {
    margin: 0 0 32px;
    font-size: 12px;
    line-height: 20px;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    text-transform: none;
    letter-spacing: 0; }

.newsletter-consent .newsletter-subscription-preferences {
  padding: 0 0 0 38px; }
  .newsletter-consent .newsletter-subscription-preferences .preference-wrapper {
    margin: 0 0 32px; }
    .newsletter-consent .newsletter-subscription-preferences .preference-wrapper .caption {
      margin: 0;
      font-size: 12px;
      line-height: 20px;
      font-family: "Riviera Nights - Regular", arial, sans-serif;
      text-transform: none; }
  .newsletter-consent .newsletter-subscription-preferences .caption {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    text-transform: none; }

.newsletter-subscription-legal-mentions a {
  color: #282823; }

.form-control.is-invalid {
  border-color: #dc3545; }

label.form-control-label {
  margin-bottom: 6px;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #282823; }

.invalid-feedback {
  color: #b04a62 !important;
  margin-top: 14px;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: none; }
  .is-invalid .invalid-feedback {
    display: block; }

.form-group {
  margin-bottom: 30px; }
  .form-group.required .form-control-label::after {
    content: "*";
    color: #282823; }

.is-valid .form-control,
.is-valid .select2-container--default .select2-selection__rendered,
.is-valid .select2-container .select2-selection--single {
  border-color: #469e55;
  color: #469e55;
  opacity: 1; }

.is-valid .select2-selection__placeholder {
  color: #469e55;
  opacity: 1; }

.is-valid input:-webkit-autofill,
.is-valid input:-webkit-autofill:hover,
.is-valid input:-webkit-autofill:focus,
.is-valid textarea:-webkit-autofill,
.is-valid textarea:-webkit-autofill:hover,
.is-valid textarea:-webkit-autofill:focus,
.is-valid select:-webkit-autofill,
.is-valid select:-webkit-autofill:hover,
.is-valid select:-webkit-autofill:focus {
  border: 1px solid #469e55;
  color: #469e55 !important;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  -webkit-text-fill-color: #469e55;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s; }

.is-valid input:-ms-input-placeholder {
  color: #469e55;
  opacity: 1; }

.is-valid input::placeholder {
  color: #469e55;
  opacity: 1; }

.is-invalid .form-control,
.is-invalid .select2-container--default .select2-selection__rendered,
.is-invalid .select2-container .select2-selection--single {
  border-color: #dc3545;
  color: #dc3545;
  opacity: 1; }

.is-invalid .select2-container--default .select2-selection__placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid input:-webkit-autofill,
.is-invalid input:-webkit-autofill:hover,
.is-invalid input:-webkit-autofill:focus,
.is-invalid textarea:-webkit-autofill,
.is-invalid textarea:-webkit-autofill:hover,
.is-invalid textarea:-webkit-autofill:focus,
.is-invalid select:-webkit-autofill,
.is-invalid select:-webkit-autofill:hover,
.is-invalid select:-webkit-autofill:focus {
  border: 1px solid #dc3545;
  color: #dc3545 !important;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  -webkit-text-fill-color: #dc3545;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s; }

.is-invalid.form-control:-ms-input-placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid.form-control::placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid ~ .invalid-feedback {
  display: block; }

span.select2-container:hover {
  border-bottom-color: #282823 !important; }

span.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: none;
  box-shadow: none; }

span.select2-container--default.select2-container--focus .select2-selection {
  border: none;
  border-bottom: 0;
  box-shadow: 0 0 transparent; }

span.select2-container--default .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f8f5f3; }

span.select2-container .select2-selection--single .select2-selection__arrow {
  font-family: "Ruinart";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 24px;
  background: none;
  font-size: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #282823; }
  .select-with-label span.select2-container .select2-selection--single .select2-selection__arrow {
    top: 4px;
    right: 2px;
    height: auto;
    bottom: 14px; }

span.select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.25rem;
  letter-spacing: 0.12rem;
  color: #282823;
  opacity: 1; }

span.select2-dropdown {
  border: 1px solid #282823 !important;
  box-shadow: none !important;
  top: 5px; }
  span.select2-dropdown .select2-results__option {
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.25rem;
    color: #282823;
    opacity: 1; }

img {
  max-width: 100%; }

.image-fit {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%; }

.line-item-quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(40, 40, 35, 0.12); }
  .line-item-quantity .qty-title {
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #585853;
    margin: 0 17px 0 0; }
  .line-item-quantity .select2-container--default .select2-selection--single {
    border: none;
    height: 38px; }
  .line-item-quantity .select2-container .select2-selection__rendered {
    padding: 9px 42px 11px 16px !important;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #282823; }

.price {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #282823; }

.search-result-count {
  font-size: 18px;
  line-height: 28px; }

.search-result-count > .search-result-count a, .search-result-count >
.link {
  text-decoration: underline;
  text-underline-position: under; }

.search-result-page-title {
  text-align: left;
  padding: 40px 0 20px;
  font-size: 24px; }
  @media (min-width: 769px) {
    .search-result-page-title {
      text-align: center;
      padding: 50px 0 20px;
      font-size: 30px; } }

.search-result-display-count {
  line-height: 28px;
  padding: 16px 0; }
  @media (min-width: 1200px) {
    .search-result-display-count {
      font-size: 14px; } }

.search-results .content-tile {
  margin: 30px 0 36px; }
  .search-results .content-tile .content-name {
    margin: 20px 0;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300; }

.search-results .card-header:first-child {
  border: 0; }

.search-results .refinements ul li button {
  outline: 0; }

.search-results .refinements ul li .custom-control-label {
  color: #282823; }

.search-results .refinements ul li .custom-radio .custom-control-input:checked ~ .custom-control-label {
  color: #282823; }
  .search-results .refinements ul li .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #282823;
    border-color: #282823; }

.search-results .refinements .refinement-header-text {
  font-size: 12px;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  letter-spacing: 1.5px;
  cursor: auto; }

.search-results .custom-radio .custom-control-label-small::before, .search-results .custom-radio .custom-control-label-small::after,
.search-results .custom-checkbox .custom-control-label-small::before,
.search-results .custom-checkbox .custom-control-label-small::after {
  width: 18px;
  height: 18px; }

.search-results .custom-radio .custom-control-label-small::before,
.search-results .custom-checkbox .custom-control-label-small::before {
  border-width: 1px; }

.product .product-tile {
  line-height: initial; }
  .product .product-tile .product-type {
    padding-top: 4px; }
    .product .product-tile .product-type a {
      color: #585853;
      font-family: "Riviera Nights - Regular", arial, sans-serif;
      font-size: 12px;
      text-transform: initial; }
      @media (min-width: 1200px) {
        .product .product-tile .product-type a {
          font-size: 14px; } }
  .product .product-tile .product-price {
    padding: 12px 0 0;
    color: #282823;
    font-family: "Riviera Nights - Regular", arial, sans-serif; }
  .product .product-tile .tile-body {
    padding-top: 20px; }
    .product .product-tile .tile-body .pdp-link a {
      display: block;
      font-size: 14px;
      font-family: "Riviera Nights - Regular", arial, sans-serif;
      line-height: 20px;
      text-transform: none;
      color: #282823; }
      @media (min-width: 1200px) {
        .product .product-tile .tile-body .pdp-link a {
          font-size: 16px;
          line-height: 1.5; } }
  .product .product-tile .product-badges .tag-badges {
    height: auto; }
    .product .product-tile .product-badges .tag-badges .tag-badge-item {
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 3px 0 3px;
      color: #585853;
      margin-bottom: 12px; }
    .product .product-tile .product-badges .tag-badges .tag-badge {
      display: block; }

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

.clearfix::after {
  clear: both; }

/*
** Brand custom dropdown
** TODO: to refactor mixin include --> use this mixin only in _select2.scss
*/
/*
** Brand form control
** TODO: to refactor mixin include --> use this mixin only in _input.scss and/or _forms.scss
*/
/*
** Password toggler (show/hide password)
** TODO: to refactor mixin include --> use this mixin only in _input.scss and/or _forms.scss
*/
/*
** Brand checkbox
** TODO: to refactor mixin include --> use this mixin only in _input.scss and/or _forms.scss
*/
.row:not(.no-gutters) {
  margin-right: -8px;
  margin-left: -8px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px; }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -16px;
    margin-left: -16px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 16px;
    padding-left: 16px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -24px;
    margin-left: -24px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 24px;
    padding-left: 24px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -24px;
    margin-left: -24px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 24px;
    padding-left: 24px; } }

@font-face {
  font-family: "Ruinart";
  src: url("../fonts/RuinartIcons/Ruinart.eot");
  src: url("../fonts/RuinartIcons/Ruinart.eot?#iefix") format("embedded-opentype"), url("../fonts/RuinartIcons/Ruinart.ttf") format("truetype"), url("../fonts/RuinartIcons/Ruinart.woff") format("woff"), url("../fonts/RuinartIcons/Ruinart.svg?#Ruinart") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Ruinart" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-agenda::before {
  content: "\E900"; }

.icon-amex::before {
  content: "\E901"; }

.icon-arrow-down::before, span.select2-container .select2-selection--single .select2-selection__arrow::before {
  content: "\E902"; }

.icon-arrow-left::before {
  content: "\E903"; }

.icon-arrow-right::before {
  content: "\E904"; }

.icon-arrow-small::before {
  content: "\E905"; }

.icon-arrow-up::before {
  content: "\E906"; }

.icon-basket::before {
  content: "\E907"; }

.icon-close::before {
  content: "\E908"; }

.icon-delete::before {
  content: "\E909"; }

.icon-delivery::before {
  content: "\E90A"; }

.icon-facebook::before {
  content: "\E90B"; }

.icon-filter::before {
  content: "\E90C"; }

.icon-filter-on::before {
  content: "\E90D"; }

.icon-information::before {
  content: "\E90E"; }

.icon-instagram::before {
  content: "\E90F"; }

.icon-location::before {
  content: "\E910"; }

.icon-login::before {
  content: "\E911"; }

.icon-mastercard::before {
  content: "\E912"; }

.icon-menu::before {
  content: "\E913"; }

.icon-nature-v1::before {
  content: "\E914"; }

.icon-nature-v2::before {
  content: "\E915"; }

.icon-nature-v3::before {
  content: "\E916"; }

.icon-nature-v4::before {
  content: "\E917"; }

.icon-next::before {
  content: "\E918"; }

.icon-pause::before {
  content: "\E919"; }

.icon-pinterest::before {
  content: "\E91A"; }

.icon-play::before {
  content: "\E91B"; }

.icon-plus::before {
  content: "\E91C"; }

.icon-previous::before {
  content: "\E91D"; }

.icon-search::before {
  content: "\E91E"; }

.icon-second-skin::before {
  content: "\E91F"; }

.icon-secure::before {
  content: "\E920"; }

.icon-sort::before {
  content: "\E921"; }

.icon-twitter::before {
  content: "\E922"; }

.icon-visa::before {
  content: "\E923"; }

.icon-youtube::before {
  content: "\E924"; }

.btn {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.125rem 1.5rem;
  border-color: #282823; }
  .btn[disabled], .btn.disabled {
    pointer-events: none;
    cursor: auto; }

.btn-primary.btn-primary-dark {
  color: #fff !important;
  background: #282823 !important;
  border: 1px #282823 solid !important;
  padding: 1.0625rem 1.5rem; }
  @media (hover: hover) {
    .btn-primary.btn-primary-dark:hover {
      background: #282823 !important;
      /* The Fallback */
      background: rgba(40, 40, 35, 0.9) !important;
      border-color: #282823 !important;
      /* The Fallback */
      border-color: rgba(40, 40, 35, 0.9) !important; } }
  .btn-primary.btn-primary-dark[disabled], .btn-primary.btn-primary-dark.disabled {
    background: #282823 !important;
    /* The Fallback */
    background: rgba(40, 40, 35, 0.3) !important;
    border-color: #282823 !important;
    /* The Fallback */
    border-color: rgba(40, 40, 35, 0.3) !important; }

.btn-primary.btn-primary-light {
  color: #282823 !important;
  background: #fff !important;
  border: 1px #fff solid !important; }
  @media (hover: hover) {
    .btn-primary.btn-primary-light:hover {
      background: #fff !important;
      /* The Fallback */
      background: rgba(255, 255, 255, 0.9) !important;
      border-color: #fff !important;
      /* The Fallback */
      border-color: rgba(255, 255, 255, 0.9) !important; } }
  .btn-primary.btn-primary-light[disabled], .btn-primary.btn-primary-light.disabled {
    background: #fff !important;
    /* The Fallback */
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: #fff !important;
    /* The Fallback */
    border-color: rgba(255, 255, 255, 0.3) !important; }

.btn-secondary {
  color: #282823; }
  .btn-secondary.btn-secondary-dark {
    color: #282823 !important;
    background: #fff !important;
    border: 1px #282823 solid !important;
    padding: 1.0625rem 1.5rem; }
    @media (hover: hover) {
      .btn-secondary.btn-secondary-dark:hover {
        background: #f1efec !important;
        border-color: #f1efec !important; } }
    .btn-secondary.btn-secondary-dark[disabled], .btn-secondary.btn-secondary-dark.disabled {
      color: #282823 !important;
      /* The Fallback */
      color: rgba(40, 40, 35, 0.6) !important;
      border-color: #282823 !important;
      /* The Fallback */
      border-color: rgba(40, 40, 35, 0.2) !important;
      background: #fff !important; }
  .btn-secondary.btn-secondary-light {
    color: #fff !important;
    background: #282823 !important;
    border: 1px #fff solid !important; }
    @media (hover: hover) {
      .btn-secondary.btn-secondary-light:hover {
        border-color: #fff !important;
        /* The Fallback */
        border-color: rgba(255, 255, 255, 0.7) !important;
        color: #fff !important;
        /* The Fallback */
        color: rgba(255, 255, 255, 0.7) !important; } }
    .btn-secondary.btn-secondary-light[disabled], .btn-secondary.btn-secondary-light.disabled {
      border-color: #fff !important;
      /* The Fallback */
      border-color: rgba(255, 255, 255, 0.2) !important;
      color: #fff !important;
      /* The Fallback */
      color: rgba(255, 255, 255, 0.6) !important;
      background: #282823 !important; }

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

@media (min-width: 1200px) {
  .btn-submit {
    padding: 11px 20px; } }

.btn-icon {
  background: none;
  border: 0;
  padding: 0 10px; }
  .btn-icon:hover {
    background: none; }
  .btn-icon.disabled, .btn-icon[disabled] {
    background: none; }

.btn-success {
  background-color: #469e55;
  border-color: #469e55; }

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-link {
  border: 0;
  font-size: 18px;
  line-height: 1.43;
  text-align: left;
  background-color: transparent;
  text-decoration: underline; }
  @media (min-width: 769px) {
    .btn-link {
      font-size: 18px;
      line-height: 1.56; } }

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

.btn-primary-ra {
  background: #282823;
  color: #fff;
  padding: 1.0625rem 1.5rem;
  border: 1px solid #282823; }
  @media (hover: hover) {
    .btn-primary-ra:hover {
      opacity: 0.9; } }
  .btn-primary-ra:disabled, .btn-primary-ra.disabled, .btn-primary-ra[disabled] {
    opacity: 0.65;
    background: #282823;
    color: #fff;
    border: 1px solid #282823; }

.btn-outline-primary-ra {
  background: #fff;
  border: 1px solid #282823;
  color: #282823; }
  @media (hover: hover) {
    .btn-outline-primary-ra:hover {
      color: #282823;
      border-color: #f1efec;
      background-color: #f1efec; } }
  .btn-outline-primary-ra:disabled, .btn-outline-primary-ra.disabled, .btn-outline-primary-ra[disabled] {
    opacity: 0.6;
    background-color: #fff;
    border: 1px solid rgba(40, 40, 35, 0.7); }

.btn-large {
  padding: 12px 30px; }

.btn-small {
  font-size: 0.6875rem;
  padding: 0.6875rem 1.5rem; }

.container {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 769px) {
    .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .container {
      padding-left: 0;
      padding-right: 0; } }

.container-ra, .search-results.search-results-custom.container {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 769px) {
    .container-ra, .search-results.search-results-custom.container {
      padding-left: 48px;
      padding-right: 48px; } }
  @media (min-width: 1200px) {
    .container-ra, .search-results.search-results-custom.container {
      padding-left: 72px;
      padding-right: 72px; } }
  .container-ra .row, .search-results.search-results-custom.container .row {
    margin-left: -8px;
    margin-right: -8px; }
    .container-ra .row > [class*="col-"], .search-results.search-results-custom.container .row > [class*="col-"],
    .container-ra .row > .col,
    .search-results.search-results-custom.container .row > .col {
      padding-left: 8px;
      padding-right: 8px; }
  @media (min-width: 769px) {
    .container-ra .row, .search-results.search-results-custom.container .row {
      margin-left: -16px;
      margin-right: -16px; }
      .container-ra .row > [class*="col-"], .search-results.search-results-custom.container .row > [class*="col-"],
      .container-ra .row > .col,
      .search-results.search-results-custom.container .row > .col {
        padding-left: 16px;
        padding-right: 16px; } }
  @media (min-width: 1200px) {
    .container-ra .row, .search-results.search-results-custom.container .row {
      margin-left: -24px;
      margin-right: -24px; }
      .container-ra .row > [class*="col-"], .search-results.search-results-custom.container .row > [class*="col-"],
      .container-ra .row > .col,
      .search-results.search-results-custom.container .row > .col {
        padding-left: 24px;
        padding-right: 24px; } }
  @media (min-width: 1200px) {
    .container-ra .no-large-gutters, .search-results.search-results-custom.container .no-large-gutters {
      margin: 0; } }

.container-ra-wide {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .container-ra-wide {
      padding-left: 48px;
      padding-right: 48px; } }

@media (max-width: 1919.98px) {
  .no-padding-md-down {
    padding: 0; } }

@media (min-width: 1200px) {
  .no-padding-left-md {
    padding-left: 0 !important; } }

@media (min-width: 1200px) {
  .no-padding-right-md {
    padding-right: 0 !important; } }

@media (max-width: 1919.98px) {
  .no-padding-right-md-down {
    padding-right: 0 !important; } }

.heading-h0,
.heading-h0-italic {
  color: #282823;
  font-weight: 300;
  font-size: 3.75rem;
  line-height: 4.5rem; }
  @media (max-width: 1199.98px) {
    .heading-h0,
    .heading-h0-italic {
      font-size: 1.75rem;
      line-height: 2.5rem; } }

.heading-h0 {
  font-family: "Saol Standard - Light", arial, sans-serif;
  font-style: normal; }

.heading-h0-italic {
  font-family: "Saol Standard - Light Italic", arial, sans-serif;
  font-style: italic; }

h1,
.heading-h1,
h2,
.heading-h2,
h3,
.heading-h3,
h4,
.heading-h4,
h5,
.heading-h5,
h6,
.heading-h6 {
  color: #282823;
  font-family: "Saol Standard - Regular", arial, sans-serif;
  font-weight: 400;
  text-transform: none; }

h1,
.heading-h1 {
  font-size: 4.5rem;
  line-height: 4.75rem; }
  @media (max-width: 1199.98px) {
    h1,
    .heading-h1 {
      font-size: 2.5rem;
      line-height: 2.75rem; } }

h2,
.heading-h2 {
  font-size: 2.5rem;
  line-height: 2.75rem; }

@media (max-width: 768.98px) {
  .experience-component h2:not([class^="heading-"]) {
    font-size: 2rem; } }

@media (max-width: 768.98px) {
  .experience-component .heading-h2 {
    font-size: 2rem; } }

h3,
.heading-h3 {
  font-size: 1.75rem;
  line-height: 2.5rem; }

@media (max-width: 768.98px) {
  .experience-component h3:not([class^="heading-"]) {
    font-size: 1.5rem; } }

@media (max-width: 768.98px) {
  .experience-component .heading-h3 {
    font-size: 1.5rem; } }

h4,
.heading-h4 {
  font-size: 1.5rem;
  line-height: 2rem; }

h5,
.heading-h5 {
  font-size: 1rem;
  line-height: 1.5rem; }

.heading-footer {
  color: #282823;
  font-family: "Riviera Nights - Bold", arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  text-align: left;
  text-transform: uppercase; }
  @media (max-width: 1199.98px) {
    .heading-footer {
      text-align: center; } }

.text-regular {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-weight: 400; }

.text-medium {
  font-family: "Riviera Nights - Medium", arial, sans-serif;
  font-weight: 500; }

.text-bold {
  font-family: "Riviera Nights - Bold", arial, sans-serif;
  font-weight: 700; }

.text-20 {
  font-size: 1.25rem;
  line-height: 2rem; }

.text-18 {
  font-size: 1.125rem;
  line-height: 2rem; }

.text-paragraph-16 {
  font-size: 1rem;
  line-height: 1.75rem; }

.text-16 {
  font-size: 1rem;
  line-height: 1.5rem; }

.text-paragraph-14 {
  font-size: 0.875rem;
  line-height: 1.5rem; }

.text-14 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #282823; }

.subtitle-14 {
  font-size: 0.875rem;
  line-height: 1.25rem; }

.subtitle-12 {
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  color: #282823; }

.subtitle-11 {
  font-size: 0.688rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 0.75rem;
  color: #282823; }

.caption-12 {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #282823; }

.no-padding {
  padding: 0; }

.ra-deep-grey-text {
  color: #585853; }

.ra-dark-grey-text {
  color: #282823; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside; }

a,
.link {
  cursor: pointer;
  color: #282823; }

.link-with-arrow {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #282823;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  position: relative; }
  .link-with-arrow:not(.text-underline) {
    text-decoration: none !important; }
  .link-with-arrow::after {
    content: "\E918";
    font-family: "Ruinart", arial, sans-serif;
    font-size: 0.877rem;
    position: absolute;
    right: -1.1rem;
    color: #a49279; }
  .link-with-arrow:hover {
    text-decoration: underline !important; }

.link-no-decoration:hover {
  text-decoration: none; }

.link-white {
  color: #fff; }
  .link-white:hover {
    color: #fff; }

.link-primary {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: #282823 !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.8rem 1.875rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none !important; }
  .link-primary::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 1.5rem;
    height: 0.063rem;
    background: #a49279;
    transition: width 0.35s ease-in-out; }
  .link-primary:hover::after {
    width: 2rem; }

.link-secondary {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #282823;
  text-decoration: none !important;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  position: relative; }
  .link-secondary::after {
    content: "\E918";
    font-family: "Ruinart", arial, sans-serif;
    font-size: 0.877rem;
    position: absolute;
    right: -1.1rem;
    color: #a49279; }
  .link-secondary:hover {
    text-decoration: underline !important; }

.link-small-ra {
  display: inline-block;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  text-decoration: underline; }
  .link-small-ra.link-small {
    color: #585853; }

body {
  padding: 0;
  margin: 0;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  color: #282823;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.isSticky {
    padding-top: 85px; }
    @media (min-width: 1200px) {
      body.isSticky {
        padding-top: 170px; } }
    body.isSticky.nopadding {
      padding-top: 0; }
      body.isSticky.nopadding::after {
        content: "";
        background-color: #fff; }
    body.isSticky .header-content div.navbar-header .brand img {
      filter: initial; }
  @media (max-width: 1199.98px) {
    body.menu-active {
      overflow-y: scroll !important; } }

.no-scroll {
  width: 100%;
  position: fixed !important; }
  .no-scroll::before {
    content: "";
    background: #282823;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.5;
    z-index: 10; }

.input,
.input.form-control {
  height: 48px;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  width: 100%;
  padding: 12px 16px;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #282823; }
  .input:not([type="password"]),
  .input.form-control:not([type="password"]) {
    text-transform: uppercase !important; }
  .input.setCaseInitial,
  .input.form-control.setCaseInitial {
    text-transform: initial !important; }
  .input:-ms-input-placeholder,
  .input.form-control:-ms-input-placeholder {
    color: #282823;
    opacity: 0.4;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-size: 16px;
    line-height: 24px; }
  .input::placeholder,
  .input.form-control::placeholder {
    color: #282823;
    opacity: 0.4;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-size: 16px;
    line-height: 24px; }
  .input:hover, .input:focus,
  .input.form-control:hover,
  .input.form-control:focus {
    border-bottom-color: #282823 !important; }
  .input:-moz-read-only,
  .input.form-control:-moz-read-only {
    border-bottom-color: rgba(40, 40, 35, 0.08) !important; }
  .input:read-only,
  .input.form-control:read-only {
    border-bottom-color: rgba(40, 40, 35, 0.08) !important; }
  .input.is-invalid:-ms-input-placeholder,
  .input.form-control.is-invalid:-ms-input-placeholder {
    color: #b04a62 !important; }
  .input.is-invalid::placeholder,
  .input.form-control.is-invalid::placeholder {
    color: #b04a62 !important; }

select.form-control {
  height: 48px;
  border: 1px solid #b3b3b3;
  border-radius: 0; }

.input-noresize {
  resize: none; }

.search-field {
  font-size: 14px;
  border: none;
  padding: 0 10px; }
  @media (max-width: 719.98px) {
    .js-search-trigger .search-field {
      padding: 0; } }

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
  top: 3px;
  width: 18px;
  height: 18px; }

.custom-checkbox .custom-control-label::before {
  border: 1px solid rgba(40, 40, 35, 0.7);
  background: transparent;
  border-radius: 0 !important; }

.custom-checkbox .custom-control-label-small {
  font-size: 14px; }
  .custom-checkbox .custom-control-label-small::before, .custom-checkbox .custom-control-label-small::after {
    width: 18px;
    height: 18px; }

.custom-checkbox .custom-control-label-right {
  padding-left: 14px; }

.custom-checkbox .custom-control-label-left {
  padding-left: 14px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #282823;
  border-color: #282823; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-position: center center;
  background-size: 65%; }

.custom-checkbox .custom-control-input:checked.disabled ~ .custom-control-label {
  cursor: auto;
  pointer-events: none; }
  .custom-checkbox .custom-control-input:checked.disabled ~ .custom-control-label::before {
    background-color: rgba(40, 40, 35, 0.4);
    border-color: rgba(40, 40, 35, 0.4); }

.custom-checkbox .custom-control-input[id*=accept-newsletter-subscription].is-invalid ~ .custom-control-label .caption,
.custom-checkbox .custom-control-input[id*=accept-newsletter-subscription].is-invalid ~ .custom-control-label a {
  color: #b04a62 !important; }

.custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label {
  color: #282823; }

.custom-checkbox .custom-checkmark:checked ~ .custom-control-label::after {
  width: 18px;
  left: -24px; }

.custom-checkbox span {
  font-size: 12px;
  line-height: 20px;
  display: inline-block; }

.custom-checkbox-white .custom-control-label::before {
  border-color: #fff; }

.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #fff; }

.custom-radio .custom-control-label {
  padding-left: 29px; }
  .custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
    top: 0;
    width: 24px;
    height: 24px; }
  .custom-radio .custom-control-label::before {
    border: 1px solid rgba(40, 40, 35, 0.7); }

.custom-radio .custom-control-label-small::before, .custom-radio .custom-control-label-small::after {
  width: 20px;
  height: 20px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #282823;
  border-color: #282823;
  border: 2px solid rgba(40, 40, 35, 0.7); }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 10px 10px; }

.password-group {
  position: relative; }
  .password-group .password-toggler {
    position: absolute;
    top: 11px;
    right: 8px; }

input[name$="newsletterSubscription"] ~ .custom-control-label {
  width: 100%; }

.newsletter-consent .custom-control .custom-control-label.caption[for*=accept-newsletter-subscription] {
  margin: 0;
  padding: 0 0 0 14px; }
  .newsletter-consent .custom-control .custom-control-label.caption[for*=accept-newsletter-subscription] + .invalid-feedback {
    padding: 0 0 32px 14px; }
  .newsletter-consent .custom-control .custom-control-label.caption[for*=accept-newsletter-subscription] .caption {
    margin: 0 0 32px;
    font-size: 12px;
    line-height: 20px;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    text-transform: none;
    letter-spacing: 0; }

.newsletter-consent .newsletter-subscription-preferences {
  padding: 0 0 0 38px; }
  .newsletter-consent .newsletter-subscription-preferences .preference-wrapper {
    margin: 0 0 32px; }
    .newsletter-consent .newsletter-subscription-preferences .preference-wrapper .caption {
      margin: 0;
      font-size: 12px;
      line-height: 20px;
      font-family: "Riviera Nights - Regular", arial, sans-serif;
      text-transform: none; }
  .newsletter-consent .newsletter-subscription-preferences .caption {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    text-transform: none; }

.newsletter-subscription-legal-mentions a {
  color: #282823; }

.form-control.is-invalid {
  border-color: #dc3545; }

label.form-control-label {
  margin-bottom: 6px;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #282823; }

.invalid-feedback {
  color: #b04a62 !important;
  margin-top: 14px;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: none; }
  .is-invalid .invalid-feedback {
    display: block; }

.form-group {
  margin-bottom: 30px; }
  .form-group.required .form-control-label::after {
    content: "*";
    color: #282823; }

.is-valid .form-control,
.is-valid .select2-container--default .select2-selection__rendered,
.is-valid .select2-container .select2-selection--single {
  border-color: #469e55;
  color: #469e55;
  opacity: 1; }

.is-valid .select2-selection__placeholder {
  color: #469e55;
  opacity: 1; }

.is-valid input:-webkit-autofill,
.is-valid input:-webkit-autofill:hover,
.is-valid input:-webkit-autofill:focus,
.is-valid textarea:-webkit-autofill,
.is-valid textarea:-webkit-autofill:hover,
.is-valid textarea:-webkit-autofill:focus,
.is-valid select:-webkit-autofill,
.is-valid select:-webkit-autofill:hover,
.is-valid select:-webkit-autofill:focus {
  border: 1px solid #469e55;
  color: #469e55 !important;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  -webkit-text-fill-color: #469e55;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s; }

.is-valid input:-ms-input-placeholder {
  color: #469e55;
  opacity: 1; }

.is-valid input::placeholder {
  color: #469e55;
  opacity: 1; }

.is-invalid .form-control,
.is-invalid .select2-container--default .select2-selection__rendered,
.is-invalid .select2-container .select2-selection--single {
  border-color: #dc3545;
  color: #dc3545;
  opacity: 1; }

.is-invalid .select2-container--default .select2-selection__placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid input:-webkit-autofill,
.is-invalid input:-webkit-autofill:hover,
.is-invalid input:-webkit-autofill:focus,
.is-invalid textarea:-webkit-autofill,
.is-invalid textarea:-webkit-autofill:hover,
.is-invalid textarea:-webkit-autofill:focus,
.is-invalid select:-webkit-autofill,
.is-invalid select:-webkit-autofill:hover,
.is-invalid select:-webkit-autofill:focus {
  border: 1px solid #dc3545;
  color: #dc3545 !important;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  -webkit-text-fill-color: #dc3545;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s; }

.is-invalid.form-control:-ms-input-placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid.form-control::placeholder {
  color: #dc3545;
  opacity: 1; }

.is-invalid ~ .invalid-feedback {
  display: block; }

span.select2-container:hover {
  border-bottom-color: #282823 !important; }

span.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: none;
  box-shadow: none; }

span.select2-container--default.select2-container--focus .select2-selection {
  border: none;
  border-bottom: 0;
  box-shadow: 0 0 transparent; }

span.select2-container--default .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f8f5f3; }

span.select2-container .select2-selection--single .select2-selection__arrow {
  font-family: "Ruinart";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 24px;
  background: none;
  font-size: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #282823; }
  .select-with-label span.select2-container .select2-selection--single .select2-selection__arrow {
    top: 4px;
    right: 2px;
    height: auto;
    bottom: 14px; }

span.select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.25rem;
  letter-spacing: 0.12rem;
  color: #282823;
  opacity: 1; }

span.select2-dropdown {
  border: 1px solid #282823 !important;
  box-shadow: none !important;
  top: 5px; }
  span.select2-dropdown .select2-results__option {
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.25rem;
    color: #282823;
    opacity: 1; }

img {
  max-width: 100%; }

.image-fit {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%; }

.line-item-quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(40, 40, 35, 0.12); }
  .line-item-quantity .qty-title {
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #585853;
    margin: 0 17px 0 0; }
  .line-item-quantity .select2-container--default .select2-selection--single {
    border: none;
    height: 38px; }
  .line-item-quantity .select2-container .select2-selection__rendered {
    padding: 9px 42px 11px 16px !important;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #282823; }

.price {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #282823; }

.content-slot {
  padding-top: 30px;
  padding-bottom: 30px; }

div.plp-offer-slot.content-slot {
  padding: 48px 0;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 24px;
  margin-bottom: 72px; }
  @media (max-width: 719.98px) {
    div.plp-offer-slot.content-slot {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media (min-width: 769px) {
    div.plp-offer-slot.content-slot {
      padding: 48px;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-top: 0;
      margin-bottom: 48px; } }
  @media (min-width: 1200px) {
    div.plp-offer-slot.content-slot {
      padding: 96px 184px !important; } }
  .search-results div.plp-offer-slot.content-slot.row {
    margin-left: -24px;
    margin-right: -24px; }
    @media (min-width: 769px) {
      .search-results div.plp-offer-slot.content-slot.row {
        margin-left: -48px;
        margin-right: -48px; } }
    @media (min-width: 1200px) {
      .search-results div.plp-offer-slot.content-slot.row {
        margin-left: -72px;
        margin-right: -72px; } }
  @media (max-width: 719.98px) {
    div.plp-offer-slot.content-slot .slot-img-block {
      padding: 0;
      margin: 0 0; } }
  div.plp-offer-slot.content-slot .slot-img-block img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    max-width: 400px;
    height: 267px;
    width: 100%; }
    @media (min-width: 769px) {
      div.plp-offer-slot.content-slot .slot-img-block img {
        margin-right: 0; } }
    @media (max-width: 1199.98px) {
      div.plp-offer-slot.content-slot .slot-img-block img {
        max-width: 312px;
        height: 208px; } }
  div.plp-offer-slot.content-slot .slot-img {
    padding: 0;
    max-width: 120%; }
    @media (min-width: 769px) {
      div.plp-offer-slot.content-slot .slot-img {
        width: 100%; } }
  div.plp-offer-slot.content-slot .slot-text-block {
    font-size: 0;
    padding: 30px 30px 0;
    margin-left: 0 !important;
    max-width: 512px;
    padding-right: 0 !important; }
    @media (min-width: 769px) {
      div.plp-offer-slot.content-slot .slot-text-block {
        padding: 0; } }
    @media (max-width: 1199.98px) {
      div.plp-offer-slot.content-slot .slot-text-block {
        max-width: 312px;
        margin-right: 0 !important;
        padding: 0 !important; } }
    div.plp-offer-slot.content-slot .slot-text-block .link-small.link-with-arrow::after {
      top: 10px;
      right: 0; }
    div.plp-offer-slot.content-slot .slot-text-block a.see-more {
      display: inline-block;
      font-family: "Riviera Nights - Regular", arial, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #282823;
      position: relative;
      padding-bottom: 8px; }
      div.plp-offer-slot.content-slot .slot-text-block a.see-more::after {
        content: "";
        width: 24px;
        position: absolute;
        border-bottom: 1px solid #b18448;
        bottom: 0;
        left: 0; }
        @media (max-width: 1199.98px) {
          div.plp-offer-slot.content-slot .slot-text-block a.see-more::after {
            left: 0;
            right: 0;
            margin: auto; } }
  div.plp-offer-slot.content-slot .slot-title {
    margin-bottom: 40px; }
    @media (max-width: 1199.98px) {
      div.plp-offer-slot.content-slot .slot-title {
        font-size: 24px;
        line-height: 32px;
        margin-top: 40px;
        margin-bottom: 32px; } }
  @media (min-width: 769px) {
    div.plp-offer-slot.content-slot.fullPlpContent {
      position: relative; }
      .search-results div.plp-offer-slot.content-slot.fullPlpContent {
        margin-left: 0;
        margin-right: 0;
        padding: 118px 60px 118px 112px !important; } }
  @media (min-width: 769px) {
    div.plp-offer-slot.content-slot.fullPlpContent .slot-img-block img {
      max-width: 336px;
      height: 225px; } }
  div.plp-offer-slot.content-slot.fullPlpContent .slot-title {
    margin-bottom: 36px; }
  div.plp-offer-slot.content-slot.fullPlpContent .slot-text-block {
    max-width: 512px !important;
    padding-right: 0 !important; }
    @media (min-width: 769px) {
      div.plp-offer-slot.content-slot.fullPlpContent .slot-text-block {
        padding: 0;
        margin-top: 14px; } }
    @media (max-width: 1199.98px) {
      div.plp-offer-slot.content-slot.fullPlpContent .slot-text-block {
        max-width: 312px !important;
        margin-right: 0 !important;
        padding: 0 !important; } }
  div.plp-offer-slot.content-slot.natural-white {
    background-color: #f8f5f3; }

@media (max-width: 768.98px) {
  .singleBlock {
    margin-bottom: 48px; } }

.singleBlock img {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: block; }

@media (max-width: 768.98px) {
  .search-results .tile-between-singleBlock {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; } }

.plp-banner-title__content, .content-plus-container .content-plus-content {
  padding: 144px 0; }
  @media (max-width: 1199.98px) {
    .plp-banner-title__content, .content-plus-container .content-plus-content {
      padding: 20px 0; } }

.plp-banner-title .page-description, .content-plus-container .content-plus-content p {
  font-size: 18px;
  color: #282823;
  line-height: 32px;
  margin-top: 24px;
  margin-bottom: 0; }

.plp-banner-title .page-title {
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1;
  margin: 0; }
  @media (max-width: 1199.98px) {
    .plp-banner-title .page-title {
      font-size: 30px; } }

.plp-banner-title .hero {
  padding: 0; }

.plp-banner-title .container {
  padding-left: 48px;
  padding-right: 48px; }

.breadcrumb-wrapper {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 39px 0;
  background: #fff;
  border-top: 1px solid rgba(40, 40, 35, 0.12);
  border-bottom: 1px solid rgba(40, 40, 35, 0.12);
  margin-top: 96px; }
  @media (max-width: 1199.98px) {
    .breadcrumb-wrapper {
      padding: 0;
      margin-top: 72px; } }
  .breadcrumb-wrapper .container {
    padding-left: 0;
    padding-right: 0; }
  .breadcrumb-wrapper .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .breadcrumb-wrapper .breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 0;
    padding-right: 0; }
  .breadcrumb-wrapper .breadcrumb-item {
    font-family: "Riviera Nights - Medium", arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.9; }
    @media (max-width: 1199.98px) {
      .breadcrumb-wrapper .breadcrumb-item {
        line-height: 24px; } }
    .breadcrumb-wrapper .breadcrumb-item .breadcrumb-link {
      color: #282823;
      text-decoration: none; }
      @media (max-width: 1199.98px) {
        .breadcrumb-wrapper .breadcrumb-item .breadcrumb-link .breadcrumb-text {
          display: none; } }
  .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.7rem; }
    @media (max-width: 1199.98px) {
      .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item {
        padding-left: 0;
        width: 80%; } }
  .breadcrumb-wrapper .breadcrumb-item:last-child .breadcrumb-link {
    color: #585853;
    pointer-events: none; }
  @media (max-width: 1199.98px) {
    .breadcrumb-wrapper .breadcrumb-item:nth-last-child(1) .breadcrumb-link {
      display: inline-block;
      padding-top: 23px;
      padding-bottom: 23px;
      width: 100%;
      color: #282823; } }
  @media (max-width: 1199.98px) {
    .breadcrumb-wrapper .breadcrumb-item:nth-last-child(1) .breadcrumb-link .breadcrumb-text {
      display: inline-block; } }
  @media (max-width: 1199.98px) {
    .breadcrumb-wrapper .breadcrumb-item:nth-last-child(2) .breadcrumb-link::before {
      content: "\E91D";
      display: inline-block;
      font-family: "Ruinart", arial, sans-serif;
      font-size: 11px;
      position: absolute;
      left: 22px;
      color: #282823;
      pointer-events: all;
      top: 23px; } }
  .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #585853;
    content: ">";
    opacity: 0.5; }
    @media (max-width: 1199.98px) {
      .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
        display: none; } }

.content-plus-container {
  background: no-repeat center/cover; }
  @media (max-width: 719.98px) {
    .content-plus-container {
      background: none !important; } }
  .content-plus-container .content-plus-content h1,
  .content-plus-container .content-plus-content h2,
  .content-plus-container .content-plus-content h3,
  .content-plus-container .content-plus-content h4,
  .content-plus-container .content-plus-content h5,
  .content-plus-container .content-plus-content h6 {
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 40px;
    line-height: 1.1;
    margin: 0; }
    @media (max-width: 1199.98px) {
      .content-plus-container .content-plus-content h1,
      .content-plus-container .content-plus-content h2,
      .content-plus-container .content-plus-content h3,
      .content-plus-container .content-plus-content h4,
      .content-plus-container .content-plus-content h5,
      .content-plus-container .content-plus-content h6 {
        font-size: 30px; } }
  .content-plus-container .container {
    padding-left: 48px;
    padding-right: 48px; }

@media (max-width: 1199.98px) {
  .search-results.container {
    padding-left: 24px;
    padding-right: 24px; } }

@media (min-width: 1200px) {
  .search-results.container {
    max-width: 90%; } }

.search-results.search-results-custom .product-tile .product-badges .tag-badges .tag-badge-item {
  background-color: #fff;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #585853 !important;
  border: none !important;
  padding: 0; }

.search-results.search-results-custom .search-not-found {
  padding-top: 144px;
  padding-bottom: 144px;
  text-align: center; }
  @media (max-width: 719.98px) {
    .search-results.search-results-custom .search-not-found {
      padding-top: 96px;
      padding-bottom: 96px; } }
  .search-results.search-results-custom .search-not-found p {
    margin-bottom: 24px;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #282823; }

.search-results.search-results-custom .btn-load-more {
  margin-bottom: 86px; }
  @media (max-width: 719.98px) {
    .search-results.search-results-custom .btn-load-more {
      margin-bottom: 46px; } }

.search-results.search-results-custom .js-search-trigger .btn {
  font-family: "Riviera Nights - Medium", arial, sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 11px !important;
  line-height: 20px !important;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #282823 !important;
  padding: 12px 24px !important; }

.search-results.search-results-custom .search-nav {
  -ms-flex-pack: center;
      justify-content: center;
  border-bottom: 1px solid rgba(40, 40, 35, 0.12);
  margin-right: 0 !important;
  margin-left: 0 !important;
  opacity: 1 !important;
  position: relative !important;
  top: -8px;
  left: 0;
  transform: none;
  z-index: 0; }
  @media (max-width: 719.98px) {
    .search-results.search-results-custom .search-nav {
      margin-right: 0 !important;
      margin-left: 0 !important; } }
  .search-results.search-results-custom .search-nav .nav-tabs {
    -ms-flex-pack: center;
        justify-content: center; }
  .search-results.search-results-custom .search-nav .nav-tabs .nav-link.active {
    background-color: #fff !important; }
  .search-results.search-results-custom .search-nav .nav-item > .nav-link {
    padding: 26px 0 !important;
    margin-right: 24px;
    margin-left: 24px;
    font-family: "Riviera Nights - Medium", arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #282823 !important;
    opacity: 1 !important;
    position: relative;
    top: 1px; }
    @media (max-width: 719.98px) {
      .search-results.search-results-custom .search-nav .nav-item > .nav-link {
        margin-right: 16px;
        margin-left: 16px; } }
    .search-results.search-results-custom .search-nav .nav-item > .nav-link.active {
      border-bottom: 1px solid #282823 !important; }
  @media (max-width: 1199.98px) {
    .search-results.search-results-custom .search-nav .nav-fill .nav-item {
      -ms-flex: none !important;
          flex: none !important; } }
  .search-results.search-results-custom .search-nav .product-search-count {
    font-weight: 400;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    display: none; }

.search-results .filter-bar .filter-bar-list {
  margin-top: 48px;
  margin-bottom: -8px; }
  @media (max-width: 1199.98px) {
    .search-results .filter-bar .filter-bar-list {
      margin-top: 24px; } }

.search-results .filter-bar li {
  margin-bottom: 8px;
  margin-left: 8px; }
  @media (max-width: 1199.98px) {
    .search-results .filter-bar li {
      margin-right: 8px;
      margin-left: 0; } }
  .search-results .filter-bar li.filter-value button {
    position: relative;
    background-color: #fff;
    color: #282823;
    padding: 5px 29px 5px 10px !important;
    font-size: 14px !important;
    border: 1px solid #282823;
    text-transform: initial;
    letter-spacing: 0.5px; }
    @media (max-width: 1919.98px) {
      .search-results .filter-bar li.filter-value button {
        font-family: "Riviera Nights - Regular", arial, sans-serif !important;
        font-weight: 400 !important; } }
    .search-results .filter-bar li.filter-value button::after {
      content: "\E908";
      font-family: "Ruinart", arial, sans-serif;
      font-size: 8px;
      bottom: 0;
      color: #282823;
      font-weight: 900; }
    .search-results .filter-bar li.filter-value button.reset {
      text-transform: uppercase;
      padding: 5px 16px 5px 16px !important;
      font-size: 11px !important;
      font-family: "Riviera Nights - Medium", arial, sans-serif !important;
      letter-spacing: 1.5px; }
      .search-results .filter-bar li.filter-value button.reset::after {
        display: none; }
  .search-results .filter-bar li.swatch-filter button {
    padding: 0 !important; }
  .search-results .filter-bar li.swatch-filter .swatch-circle::after {
    right: -1px; }

.search-results .refinement-bar ul {
  overflow: unset; }

@media (max-width: 1199.98px) {
  .search-results .refinement-bar .container {
    padding-left: 24px;
    padding-right: 24px; } }

.search-results .refinement-bar .refinement {
  display: block;
  margin: 0 0 48px; }

.search-results .refinement-bar .filter-item-wrapper {
  margin: 16px 0; }
  @media (min-width: 1200px) {
    .search-results .refinement-bar .filter-item-wrapper {
      margin: 12px 0; } }

.search-results .refinement-bar .custom-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.search-results .refinement-bar .custom-control-label {
  line-height: 24px; }
  .search-results .refinement-bar .custom-control-label::after, .search-results .refinement-bar .custom-control-label::before {
    top: 50%;
    transform: translateY(-50%); }

@media (max-width: 1199.98px) {
  .search-results .refinement-bar {
    background-color: #fff;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 0 !important; }
    .search-results .refinement-bar .refinements ul {
      overflow: unset; } }

.search-results .refinement-bar .card:not(.active) .card-body {
  display: block; }

.search-results .refinement-bar .secondary-bar {
  border-top: 1px solid rgba(40, 40, 35, 0.12);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 16px; }
  .search-results .refinement-bar .secondary-bar button {
    font-size: 11px;
    font-family: "Riviera Nights - Medium", arial, sans-serif !important;
    color: #282823;
    margin: 16px 0;
    padding: 11px 12px; }
    .search-results .refinement-bar .secondary-bar button.apply {
      background-color: #282823;
      color: #fff; }
      .search-results .refinement-bar .secondary-bar button.apply.disabled {
        background-color: #ccc; }
    .search-results .refinement-bar .secondary-bar button.reset {
      background-color: #fff; }
      .search-results .refinement-bar .secondary-bar button.reset.disabled {
        opacity: 0.6; }
    .search-results .refinement-bar .secondary-bar button.disabled {
      border: 1px solid #ccc; }

.search-results .filter-header {
  height: 64px;
  text-align: center;
  border-bottom: 1px solid rgba(40, 40, 35, 0.12);
  padding: 0 12px; }
  .search-results .filter-header span {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "Riviera Nights - Medium", arial, sans-serif; }
  .search-results .filter-header .close {
    position: absolute;
    right: 12px;
    line-height: 0;
    opacity: 1 !important;
    width: 24px;
    height: 24px; }
    .search-results .filter-header .close::before {
      color: #282823;
      font-size: 12px;
      opacity: 1 !important; }

.search-results .search-result-display-count {
  line-height: 24px;
  padding: 24px 0; }

.search-results .show-more {
  padding-top: 16px;
  padding-bottom: 0; }
  @media (min-width: 1200px) {
    .search-results .show-more {
      padding-top: 24px; } }

.grid-header {
  border-bottom: 1px solid rgba(40, 40, 35, 0.12);
  margin: 0; }
  .grid-header .filter-results {
    padding-right: 0 !important;
    color: #282823;
    line-height: 24px; }

.show-hide-filters-button {
  font-size: 12px;
  letter-spacing: 0.12em;
  cursor: pointer; }
  .show-hide-filters-button span {
    text-transform: uppercase;
    position: relative;
    padding-left: 31px;
    line-height: 20px; }
    .show-hide-filters-button span::before {
      font-size: 8.2px;
      left: 4px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }

.refinements {
  margin-top: 48px; }
  .refinements .refinement-header-text {
    font-family: "DMSans-Medium", arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: auto; }
  .refinements .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: url("../../images/svg/check-icon-white.svg") center center no-repeat; }
  .refinements .custom-radio .custom-control-label {
    padding-left: 14px; }

.refinement .card-header {
  padding: 0; }
  .refinement .card-header .title {
    line-height: 20px;
    margin-bottom: 24px;
    cursor: auto; }

.product-grid {
  padding-top: 48px; }

.product-grid-container .image-container {
  margin-bottom: 24px; }
  @media (min-width: 1200px) {
    .product-grid-container .image-container a img {
      width: 100%;
      object-fit: contain; } }

.product-grid-container .grayed .image-container {
  opacity: 0.3; }

.product-grid-container .grayed button.add-to-cart {
  display: none; }

.product-grid-container .product-tile {
  margin-top: 18px;
  padding-bottom: 48px; }
  .product-grid-container .product-tile .add-to-cart {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #585853;
    outline: 0;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    text-decoration: none;
    text-transform: none;
    padding-top: 8.5px;
    display: none; }
  .product-grid-container .product-tile .tile-body {
    padding-top: 0;
    -ms-flex-positive: 0;
        flex-grow: 0; }

.product-grid-container .search-result-display-count {
  padding-top: 48px;
  text-align: center;
  padding-bottom: 0; }
  @media (max-width: 1199.98px) {
    .product-grid-container .search-result-display-count {
      padding-top: 24px; } }

.product-grid-container .grid-footer .btn-load-more {
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  font-family: "Riviera Nights - Medium", arial, sans-serif !important;
  padding: 9px 0;
  color: #282823;
  border-color: #282823;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 400px; }
  .product-grid-container .grid-footer .btn-load-more:hover {
    color: #fff; }

.product-grid-container.PdpShrinked .product-tile {
  padding-top: 0;
  margin-top: 0; }

.product-grid-container.PdpShrinked .image-container a,
.product-grid-container.PdpShrinked .image-container .product-images {
  padding-left: 0;
  padding-right: 0; }

.search-result-page-title {
  margin-bottom: 0;
  padding: 144px 48px;
  font-family: "Saol Standard - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #282823;
  letter-spacing: normal; }
  @media (max-width: 719.98px) {
    .search-result-page-title {
      padding: 96px 48px; } }
  .search-result-page-title span {
    display: inline-block;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #282823;
    margin-top: 31px;
    text-transform: none; }

@media (max-width: 719.98px) {
  .search-results,
  .plp-banner-wrapper {
    overflow-x: hidden; } }


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