@charset "UTF-8";
.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: 544px) {
  .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: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

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

@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: 769px) {
    .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: 769px) {
    .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: 769px) {
  .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: #0e1111; }

.btn-link {
  border: 0;
  font-size: 18px;
  line-height: 1.43;
  text-align: left;
  background-color: transparent;
  text-decoration: underline; }
  @media (min-width: 544px) {
    .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: 769px) {
  .btn-hover-white:hover {
    background-color: #fff;
    color: #0e1111; } }

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

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

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

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

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

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

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

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

@media (max-width: 1199.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: 544px) {
    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: 543.98px) {
  .heading-h1-xs {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.1px; } }

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

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

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

@media (max-width: 768.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: 544px) {
    .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: 769px) {
      body.isSticky {
        padding-top: 170px; } }
    body.isSticky.modal-open .sticky-head {
      padding-right: 17px; }
  @media (max-width: 768.98px) {
    body.menu-active {
      overflow: hidden; } }

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

.no-scroll {
  width: 100%;
  position: fixed !important; }
  .no-scroll::before {
    content: "";
    background: #0e1111;
    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: 543.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: #0e1111; }

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

.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 1199.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 1200px) and (max-width: 1919.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1920px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1919.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -ms-flexbox;
  display: flex; }

.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: 544px) {
  .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: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

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

.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: #0e1111;
  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: #0e1111;
  border-radius: 0.69em;
  background-color: #0e1111;
  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); }

.personalization-content,
.giftwrapper-content {
  padding-left: 0;
  margin-top: 25px; }
  @media (min-width: 769px) {
    .personalization-content,
    .giftwrapper-content {
      padding-left: 21px;
      margin-top: 0; } }

.personalization-close,
.giftwrapper-close {
  position: absolute;
  right: 15px;
  top: 15px; }
  @media (min-width: 769px) {
    .personalization-close,
    .giftwrapper-close {
      right: 30px;
      top: 30px; } }

.personalization-heading,
.giftwrapper-heading {
  margin-bottom: 11px; }

.personalization-product-name,
.giftwrapper-product-name {
  line-height: 1; }

.personalization-info,
.giftwrapper-info {
  font-family: "EuclidCircularB-Light", arial, sans-serif; }

.personalization-product-type, .personalization-product-price, .personalization-counter,
.giftwrapper-product-type,
.giftwrapper-product-price,
.giftwrapper-counter {
  font-size: 14px; }

.personalization-counter,
.giftwrapper-counter {
  margin-top: 5px;
  margin-bottom: 30px; }

.personalization-product-price,
.giftwrapper-product-price {
  display: block;
  font-family: "DMSans-Medium", arial, sans-serif;
  margin: 20px 0;
  text-transform: lowercase; }

.personalization-details,
.giftwrapper-details {
  font-size: 14px;
  line-height: 1.43; }

.personalization-city-group,
.giftwrapper-city-group {
  margin-bottom: 0; }

.personalization-city-input:-ms-input-placeholder,
.giftwrapper-city-input:-ms-input-placeholder {
  text-transform: none; }

.personalization-city-input::placeholder,
.giftwrapper-city-input::placeholder {
  text-transform: none; }

.personalization-distance-link, .personalization-btn,
.giftwrapper-distance-link,
.giftwrapper-btn {
  font-family: "DMSans-Medium", arial, sans-serif; }
  .personalization-distance-link::after, .personalization-btn::after,
  .giftwrapper-distance-link::after,
  .giftwrapper-btn::after {
    content: ">";
    font-family: "DMSans-Regular", arial, sans-serif;
    position: absolute;
    padding-top: 1px;
    padding-left: 6px; }
  .personalization-distance-link:hover, .personalization-btn:hover,
  .giftwrapper-distance-link:hover,
  .giftwrapper-btn:hover {
    text-decoration: none; }
  .personalization-distance-link span, .personalization-btn span,
  .giftwrapper-distance-link span,
  .giftwrapper-btn span {
    border-bottom: 1px solid #0e1111; }
    .personalization-distance-link span:hover, .personalization-btn span:hover,
    .giftwrapper-distance-link span:hover,
    .giftwrapper-btn span:hover {
      border-bottom: none; }

.personalization-btn,
.giftwrapper-btn {
  margin-top: auto;
  line-height: 1.43;
  font-size: 14px;
  background-color: transparent;
  padding: 0;
  border: 0; }

.personalization-remove-btn,
.giftwrapper-remove-btn {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  margin-top: 20px;
  border: none;
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 14px; }

.personalization-update-btn,
.giftwrapper-update-btn {
  margin-top: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "DMSans-Regular", arial, sans-serif; }

.personalization-distance-group,
.giftwrapper-distance-group {
  margin-top: 10px;
  margin-bottom: 0; }

.personalization-remaining-chars,
.giftwrapper-remaining-chars {
  margin-bottom: 30px; }

.personalization-terms-and-conditions,
.giftwrapper-terms-and-conditions {
  font-size: 12px;
  font-family: "DMSans-Medium", arial, sans-serif;
  line-height: 1.67;
  margin-top: 20px; }

.personalization-dialog,
.giftwrapper-dialog {
  max-width: none; }
  .personalization-dialog .form-control,
  .giftwrapper-dialog .form-control {
    border: none;
    border-bottom: 1px solid #b3b3b3;
    background-color: #fafafa; }

.personalization-cart-info,
.giftwrapper-cart-info {
  font-size: 14px;
  margin-bottom: 10px; }

.personalization-message,
.giftwrapper-message {
  color: #469e55; }

.personalization-cart-wrapper,
.giftwrapper-cart-wrapper {
  margin-top: auto; }

.personalization-container,
.giftwrapper-container {
  max-width: 1029px;
  padding: 53px 30px 30px; }
  @media (min-width: 769px) {
    .personalization-container,
    .giftwrapper-container {
      padding: 63px 70px 30px; } }
  .personalization-container .add-to-cart,
  .personalization-container .add-to-cart-global,
  .giftwrapper-container .add-to-cart,
  .giftwrapper-container .add-to-cart-global {
    border: 0;
    width: 100%; }
  .personalization-container .quantity,
  .giftwrapper-container .quantity {
    font-family: "DMSans-Medium", arial, sans-serif;
    font-size: 12px;
    margin-top: 0; }
  .personalization-container .cart-and-ipay,
  .giftwrapper-container .cart-and-ipay {
    padding-bottom: 0; }
  .personalization-container .select2-selection--single,
  .giftwrapper-container .select2-selection--single {
    height: 48px; }
  .personalization-container .personalization-add-btn,
  .giftwrapper-container .personalization-add-btn {
    width: 100%; }
  .personalization-container .form-control.personalization-input-message,
  .giftwrapper-container .form-control.personalization-input-message {
    height: 128px; }
    .personalization-container .form-control.personalization-input-message:-ms-input-placeholder,
    .giftwrapper-container .form-control.personalization-input-message:-ms-input-placeholder {
      text-transform: none; }
    .personalization-container .form-control.personalization-input-message::placeholder,
    .giftwrapper-container .form-control.personalization-input-message::placeholder {
      text-transform: none; }

.giftwrapper-message {
  color: #0e1111; }

.giftwrapper-btn {
  margin-top: 0; }

.item-attributes [data-option-id="personalizationOption"] {
  display: none; }

.personalization-link-wrapper {
  display: block;
  width: 100%;
  margin: 19px 0 0 0; }

.personalization-textarea-counter.invalid-length {
  color: #dc3545; }

.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: 544px) {
  .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: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

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

.review-carousel {
  text-align: center;
  padding: 40px 0; }
  @media (min-width: 769px) {
    .review-carousel {
      padding: 50px 80px 50px; } }
  .review-carousel .slick-next,
  .review-carousel .slick-prev {
    top: initial;
    bottom: 40px;
    transform: initial; }
    @media (min-width: 769px) {
      .review-carousel .slick-next,
      .review-carousel .slick-prev {
        top: 50%; } }
  @media (max-width: 1199.98px) {
    .review-carousel .slick-prev {
      left: 0; } }
  @media (max-width: 1199.98px) {
    .review-carousel .slick-next {
      right: 0; } }
  .review-carousel .heading-h6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.quo-left,
.quo-right {
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-size: 35px;
  position: relative;
  top: 10px;
  color: #cfb286; }

.quo-left::after {
  content: no-close-quote; }

.quo-right::before {
  content: no-open-quote; }

.quo-right::after {
  content: close-quote; }

.product-review {
  background-color: #fafafa;
  margin: 100px 0 0; }

.content-text {
  font-family: "EuclidCircularB-Light", arial, sans-serif;
  font-weight: 300;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 28px; }
  @media (min-width: 769px) {
    .content-text {
      font-size: 30px;
      line-height: 45px; } }

.content-text-small {
  font-family: "EuclidCircularB-Light", arial, sans-serif;
  font-weight: 300;
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 32px; }

.content-name {
  font-size: 16px;
  line-height: 26px;
  color: #b3b3b3;
  margin: 0; }

.product-food-pairing {
  margin: 100px 0 0; }
  @media (max-width: 1199.98px) {
    .product-food-pairing {
      margin-top: 70px; } }

.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: #0e1111; }

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

.ripple-button {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; }

.ripple-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent; }

.ripple-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #f2f2f2; }
  .ripple-wrapper.is-active .ripple-circle {
    animation: a-ripple 0.6s ease-in; }

@keyframes a-ripple {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0; } }

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color); }

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  -ms-touch-action: none;
      touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0; }

.pswp * {
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

.pswp--open {
  display: block; }

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity; }

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg); }

.pswp,
.pswp__scroll-wrap {
  overflow: hidden; }

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto; }

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in; }

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: grab; }

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing; }

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: zoom-out; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden; }

.pswp__hidden {
  display: none !important; }

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none; }

.pswp__content > * {
  pointer-events: auto; }

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: -ms-grid;
  display: grid; }

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color); }

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  /* always overlap slide content */
  pointer-events: none;
  /* hidden elements should not be clickable */ }

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto; }

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none; }

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1; }

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto; }

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary); }

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none; }

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none; }

.pswp__icn:focus {
  outline: 0; }

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg); }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important; }

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity; }

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px; }

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px; }

.pswp__button--arrow:disabled {
  display: none;
  cursor: default; }

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0; }

.pswp--one-slide .pswp__button--arrow {
  display: none; }

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden; }

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible; }

.pswp__button--arrow--prev {
  right: auto;
  left: 0px; }

.pswp__button--arrow--next {
  right: 0px; }

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1); }

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none; }

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto; }

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite; }

.pswp__preloader--active .pswp__icn {
  opacity: 0.85; }

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

/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85; }

.pswp--one-slide .pswp__counter {
  display: none; }

figure.containerZoom {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  overflow: hidden;
  cursor: url("../../images/cursor-zoom.png"), pointer;
  margin: 0 auto; }
  figure.containerZoom img {
    opacity: 0;
    display: block;
    width: 100%; }

.thumbnails-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 30px;
  bottom: 30px;
  gap: 24px; }
  @media (min-width: 769px) {
    .thumbnails-wrapper {
      position: absolute; } }
  .thumbnails-wrapper .trigger-photo-swipe {
    border-radius: 100%; }
    .thumbnails-wrapper .trigger-photo-swipe:has(.selected) {
      scale: 1.3;
      transition: scale 300ms; }
  .thumbnails-wrapper .pdp-thumbnail {
    border-radius: 100%;
    cursor: pointer;
    height: 50px;
    width: 50px; }
    .thumbnails-wrapper .pdp-thumbnail.selected {
      opacity: 1;
      box-shadow: 0 0 10px #0e1111; }

.modal-header {
  border-bottom: none; }

.modal.resized {
  height: auto;
  top: 50%;
  transform: translateY(-50%); }
  .modal.resized .modal-dialog {
    height: auto; }
  .modal.resized .modal-body {
    position: static; }
  .modal.resized .containerZoom {
    height: auto; }

.pswp__button--close {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  opacity: 1; }

.pswp--open .pswp__hide-on-close {
  opacity: 1; }

.quantity-input-container {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.43;
  /*  To Remove Input Arrows to Chrome, Safari, Edge, Opera  */
  /*  To Remove Input Arrows to Firefox  */ }
  .quantity-input-container .quantity-input {
    display: block;
    width: 100%;
    padding: 12px 28px 12px 16px;
    color: #0e1111;
    border: 0; }
    .quantity-input-container .quantity-input:focus {
      border-color: #61d2ff;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
  .quantity-input-container input::-webkit-outer-spin-button,
  .quantity-input-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .quantity-input-container input[type=number] {
    -moz-appearance: textfield; }

.cart-page .quantity-input-container .quantity-input {
  height: 57px;
  width: 103px;
  font-family: "DMSans-Regular", arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding: 21px 32px 6px 28px; }

.minicart-popover .quantity-input-container {
  width: 100%; }
  .minicart-popover .quantity-input-container .quantity-input {
    font-family: "DMSans-Regular", arial, sans-serif;
    font-size: 16px;
    line-height: 24px; }

.minicart-popover .select2-selection__rendered,
.minicart-popover .select2-results__option {
  font-size: 16px;
  line-height: 24px; }

.recomendations-container {
  margin: 48px 0; }
  @media (min-width: 769px) {
    .recomendations-container {
      margin: 80px 0; } }
  .recomendations-container .recommendations-heading {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    padding: 48px 0 52px; }
    @media (min-width: 769px) {
      .recomendations-container .recommendations-heading {
        padding: 18px 0 52px; } }
    @media (max-width: 1199.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%; }

.nutrilabel {
  background-color: transparent;
  margin: 30px 0 100px; }
  @media (min-width: 1200px) {
    .nutrilabel {
      margin: 80px 0; } }

.nutrilabel_wrapper {
  width: 100%;
  border-bottom: 1px solid rgba(40, 40, 35, 0.12); }

.nutrilabel_inner {
  padding: 24px; }
  @media (min-width: 1200px) {
    .nutrilabel_inner {
      max-width: 848px;
      margin: 0 auto;
      padding: 0; } }

.nutrilabel_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4px 0; }
  @media (min-width: 1200px) {
    .nutrilabel_info {
      margin: 4px 0 0; } }
  .nutrilabel_info + .nutrilabel_info {
    margin: 4px 0 0; }
  .nutrilabel_info.m-no_list {
    -ms-flex-pack: end;
        justify-content: end; }

.nutrilabel_cell {
  max-width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media (min-width: 1200px) {
    .nutrilabel_cell {
      max-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      .nutrilabel_cell.m-first {
        padding: 0 80px 0 0; } }

.nutrilabel_trigger {
  font-size: 16px;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-weight: 300;
  color: #282823;
  text-transform: capitalize;
  padding: 14px 0;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-width: 0; }
  .nutrilabel_trigger:not(.collapsed)::after {
    transform: rotate(-90deg); }
  .nutrilabel_trigger::after {
    content: "";
    background-image: url("../../images/svg/arrow-right-small.svg");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    transform: rotate(90deg);
    float: right;
    margin: 0; }
  @media (min-width: 1200px) {
    .nutrilabel_trigger {
      font-size: 16px;
      line-height: 32px;
      text-align: center;
      padding: 12px; }
      .nutrilabel_trigger::after {
        width: 24px;
        height: 24px;
        float: none;
        margin: -7px 0 0 24px; } }

.nutrilabel_title {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-size: 14px;
  margin: 0 0 10px;
  color: #282823;
  text-transform: none;
  line-height: 28px; }
  @media (min-width: 769px) {
    .nutrilabel_title {
      margin: 0 0 20px;
      line-height: 32px; } }
  @media (min-width: 1200px) {
    .nutrilabel_title {
      font-size: 14px; } }

.nutrilabel_list {
  font-size: 14px;
  color: #282823;
  line-height: 22px; }
  @media (min-width: 1200px) {
    .nutrilabel_list {
      max-width: 100%;
      line-height: 24px; } }

.nutrilabel_table {
  margin: 25px 0 32px;
  width: 100%;
  background-color: #fff; }
  @media (min-width: 1200px) {
    .nutrilabel_table {
      margin: 34px 0 32px; } }

.nutrilabel_table-heading {
  padding: 9px 32px;
  border-bottom: 0;
  text-align: right;
  font-family: "Riviera Nights - Medium", arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000; }
  @media (min-width: 1200px) {
    .nutrilabel_table-heading {
      font-size: 16px; } }

.nutrilabel_row:nth-child(odd) .nutrilabel_tag,
.nutrilabel_row:nth-child(odd) .nutrilabel_val {
  background-color: #f8f5f3; }

.nutrilabel_tag,
.nutrilabel_val {
  font-size: 16px;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-weight: 400;
  color: #282823;
  vertical-align: top; }
  @media (min-width: 1200px) {
    .nutrilabel_tag,
    .nutrilabel_val {
      font-size: 16px; } }

.nutrilabel_tag {
  padding: 9px 32px; }
  .nutrilabel_tag.spaced {
    padding: 9px 32px 9px 56px; }

.nutrilabel_val {
  text-align: right;
  padding: 9px 32px 9px 0; }

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative; }
  .product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
    color: #0e1111;
    content: "\F058";
    display: table-caption;
    font-family: "DMSans-Regular", arial, sans-serif;
    font-size: 1.625em;
    left: 0.295em;
    position: absolute; }
  .product-detail .attributes .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #0e1111;
    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; }
  .product-detail .attributes .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em; }

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed; }
  .product-detail [disabled] .swatch-circle.color-value.selected::after,
  .product-detail .swatch-circle.unselectable.color-value.selected::after {
    background-color: #495057; }

label.color ~ a:hover {
  text-decoration: none; }

.description-and-detail {
  margin-top: 30px; }
  @media (min-width: 769px) {
    .description-and-detail {
      margin-top: 50px; } }
  .description-and-detail .title {
    margin-bottom: 24px;
    text-transform: uppercase; }
  .description-and-detail .recommendations-heading {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    padding-top: 18px; }
  .description-and-detail .bundle-heading {
    font-size: 24px;
    line-height: 32px;
    padding-top: 18px;
    text-align: center; }
    @media (min-width: 769px) {
      .description-and-detail .bundle-heading {
        padding: 40px 0 20px; } }
  .description-and-detail .content {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0;
    letter-spacing: 0.1px; }
  .description-and-detail .read-more {
    font-size: 14px;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer; }
  .description-and-detail .size-guide-btn {
    font-size: 14px;
    color: #0e1111; }
  .description-and-detail .product-tile-order .non-searchable {
    pointer-events: none; }
  .description-and-detail .ratio-container {
    display: block; }

.social-container {
  padding-top: 0.9375em;
  text-align: center; }
  .social-container .social-icons {
    text-decoration: none;
    font-size: 1.875em;
    list-style-type: none;
    padding: 0;
    color: #444; }
    @media (max-width: 1199.98px) {
      .social-container .social-icons {
        font-size: 1.5625em; } }
    .social-container .social-icons i,
    .social-container .social-icons a {
      color: #444;
      padding-right: 0.2em; }

label.availability {
  padding-right: 0.3125em; }

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%;
  display: none; }
  .promotions div.collapsible-xl button.callout {
    font-size: 1.25em;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    color: #dc3545; }
    @media (min-width: 544px) {
      .promotions div.collapsible-xl button.callout {
        font-size: 1.375em; } }
    .promotions div.collapsible-xl button.callout::after {
      color: #0e1111; }

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0; }
  @media (max-width: 1199.98px) {
    .product-breadcrumb .breadcrumb {
      border-top: 1px solid #ccc; } }

.product-options {
  margin-top: 30px; }
  .product-options [data-option-id="personalizationOption"] {
    display: none; }

.payment-option {
  position: relative; }
  @media (max-width: 768.98px) {
    .payment-option::before {
      background-color: #fafafa;
      position: absolute;
      content: "";
      left: -50px;
      right: -50px;
      z-index: -1;
      top: 0;
      bottom: 0; } }
  @media (max-width: 543.98px) {
    .payment-option::before {
      left: -30px;
      right: -30px; } }
  .payment-option .payment-heading {
    font-size: 12px;
    line-height: 20px;
    padding-top: 15px; }
    @media (min-width: 769px) {
      .payment-option .payment-heading {
        padding-top: 0; } }
  .payment-option .payment-list .card-img {
    width: 35px;
    height: 24px;
    margin: 0 17px 10px 0; }

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0, 1); }
  .size-chart .size-chart-collapsible.active {
    max-height: 100%;
    transition-timing-function: ease-in-out; }

.color-attribute {
  border: none;
  padding: 0;
  background: none; }

.non-input-label {
  display: block;
  margin-bottom: 0.5rem; }

.attributes label,
.product-bundle label {
  font-size: 12px;
  line-height: 1.67; }

.attributes .select2-container .select2-selection--single,
.product-bundle .select2-container .select2-selection--single {
  height: auto; }

.attributes .custom-control,
.product-bundle .custom-control {
  z-index: initial; }
  .attributes .custom-control:last-child,
  .product-bundle .custom-control:last-child {
    margin-bottom: 20px; }

.attributes .caseof-variations label,
.product-bundle .caseof-variations label {
  font-size: 14px;
  line-height: 1.43; }
  .attributes .caseof-variations label .price,
  .product-bundle .caseof-variations label .price {
    font-size: 14px;
    line-height: 1.43;
    display: inline-block; }
  .attributes .caseof-variations label .variation-value,
  .product-bundle .caseof-variations label .variation-value {
    min-width: 40%;
    display: inline-block;
    margin-top: 2px; }

.attributes .caseof-variations .variation-small,
.product-bundle .caseof-variations .variation-small {
  font-size: 14px;
  line-height: 1.43;
  color: #5f6367;
  margin-left: 10px; }

.attributes .caseof-variations .form-group,
.product-bundle .caseof-variations .form-group {
  margin-bottom: 15px; }
  .attributes .caseof-variations .form-group.caseof-wrapper,
  .product-bundle .caseof-variations .form-group.caseof-wrapper {
    margin-bottom: 10px; }

.select2-selection__rendered,
.select2-results__option {
  font-size: 14px;
  line-height: 1.43; }

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

.pdp-arrow-border .slick-next,
.pdp-arrow-border .slick-prev {
  transform: translate(50%);
  background-image: url("../../images/svg/arrow-next-with-border.svg");
  overflow: hidden; }

.pdp-arrow-border .slick-prev {
  transform: rotate(180deg); }

@media (max-width: 768.98px) {
  .pdp-carousel-wrapper {
    margin-bottom: 10px; } }

.pdp-carousel-wrapper .slick-arrow {
  display: none !important;
  z-index: 1; }
  @media (min-width: 769px) {
    .pdp-carousel-wrapper .slick-arrow {
      display: block !important; } }

.pdp-carousel-wrapper .slick-next {
  right: 20px; }
  @media (min-width: 1200px) {
    .pdp-carousel-wrapper .slick-next {
      right: -80px; } }

.pdp-carousel-wrapper .slick-prev {
  left: 20px; }
  @media (min-width: 1200px) {
    .pdp-carousel-wrapper .slick-prev {
      left: -80px; } }

.pdp-carousel-wrapper .slick-dots {
  position: absolute;
  width: calc(100vw - 60px);
  margin: 0;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 544px) {
    .pdp-carousel-wrapper .slick-dots {
      width: calc(100vw - 100px);
      right: -140px; } }
  @media (min-width: 769px) {
    .pdp-carousel-wrapper .slick-dots {
      display: none !important; } }

.pdp-carousel-wrapper .countdown-dot {
  background: var(--skin-primary-color-1); }

.pdp-carousel-wrapper .countdown {
  display: none;
  bottom: 20px;
  right: 20px;
  z-index: 0; }
  @media (min-width: 769px) {
    .pdp-carousel-wrapper .countdown {
      display: -ms-flexbox;
      display: flex; } }
  .pdp-carousel-wrapper .countdown circle {
    stroke: var(--skin-primary-color-1); }
    .pdp-carousel-wrapper .countdown circle:first-child {
      opacity: 1;
      stroke: #b3b3b3; }

.pdp-carousel-wrapper .pdp-carousel.slider-not-initialized {
  opacity: 0;
  visibility: hidden; }

.pdp-carousel-wrapper .pdp-carousel.slick-initialized {
  opacity: 1;
  visibility: visible; }

.product-detail .breadcrumb {
  margin: 0 0 20px;
  border: none; }

.product-detail .breadcrumb-item {
  z-index: 0; }

@media (min-width: 544px) {
  .product-detail .add-to-cart {
    width: 100%; } }

.product-detail .add-to-cart .prices {
  padding: 0; }

.simple-product-attributes ~ .row .personalization-link-wrapper {
  margin-top: 20px; }

.simple-product-attributes .cart-and-ipay {
  padding-top: 20px;
  padding-bottom: 0; }

.simple-product-attributes .js-add-to-cart-main {
  padding-top: 0; }

.simple-product-attributes .add-to-cart {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 769px) {
    .simple-product-attributes .add-to-cart {
      width: 100%; } }

.product-type {
  font-size: 14px;
  margin-top: 3px;
  text-align: left; }
  @media (min-width: 769px) {
    .product-type {
      margin-top: 0; } }

.product-name {
  margin-top: 15px;
  line-height: 1.33;
  font-size: 18px;
  margin-bottom: 8px; }
  @media (min-width: 769px) {
    .product-name {
      margin-top: 20px;
      margin-bottom: 15px;
      font-size: 24px; } }

.product-detail-content {
  margin-top: 20px; }
  @media (min-width: 769px) {
    .product-detail-content {
      margin-top: 40px; } }

.tag-badge {
  display: inline-block;
  font-size: 12px;
  line-height: 1.67;
  padding: 0 5px 0 4px;
  border-radius: 3px; }
  @media (min-width: 769px) {
    .tag-badge {
      margin-bottom: 20px; } }

.prices-add-to-cart-actions {
  position: static;
  padding-top: 20px;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }

.size-guide-modal .modal-dialog {
  width: 1029px;
  max-width: 100%; }

.size-guide-modal .modal-body {
  text-align: center; }

.avalability-messages {
  font-size: 12px;
  color: #dc3545; }

.suggested-product {
  margin-top: 30px; }
  @media (min-width: 769px) {
    .suggested-product {
      margin-top: 0; } }
  .suggested-product .product-name {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 6px;
    margin-bottom: 10px; }
  .suggested-product .cart-and-ipay {
    text-align: left;
    margin-top: 10px; }
  .suggested-product .add-to-cart {
    border: 1px solid #0e1111; }
  .suggested-product .producttile-add-to-cart {
    text-decoration: underline;
    text-transform: uppercase;
    font-family: "DMSans-Medium", arial, sans-serif;
    background: none;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    text-align: left;
    color: #0e1111; }
  .suggested-product .suggested-price {
    font-size: 14px;
    font-family: "DMSans-Medium", arial, sans-serif; }
  .suggested-product .ratio-container::after {
    padding-bottom: 133.33%; }

@media (max-width: 543.98px) {
  .cart-and-ipay {
    padding-bottom: 0; }
    .cart-and-ipay .btn {
      width: 100%;
      margin: 0; } }

.reassurance-element {
  background-color: #fafafa; }
  @media (min-width: 769px) {
    .reassurance-element {
      margin-top: 20px; } }
  .reassurance-element .reassurance-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
        justify-content: left; }
    @media (min-width: 769px) {
      .reassurance-element .reassurance-icon {
        -ms-flex-pack: center;
            justify-content: center; } }
    .reassurance-element .reassurance-icon img {
      width: 20px;
      height: 20px; }
  .reassurance-element .reassurance-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
        justify-content: left; }
    .reassurance-element .reassurance-text p {
      font-size: 14px; }
      @media (min-width: 544px) {
        .reassurance-element .reassurance-text p {
          margin-bottom: 0; } }
    @media (min-width: 769px) {
      .reassurance-element .reassurance-text {
        -ms-flex-pack: center;
            justify-content: center; } }

[id*="bottleSize"] .select2-results__option--disabled {
  display: none; }

.product-recommendations {
  margin-top: 40px; }
  @media (min-width: 769px) {
    .product-recommendations {
      margin-top: 65px; } }

.quantity-dropdown-modal .modal-dialog {
  max-width: 100%;
  height: 100%; }

.quantity-dropdown-modal .modal-header {
  font-size: 18px;
  font-family: "DMSans-Medium", arial, sans-serif;
  padding-left: 30px;
  padding-top: 26px;
  border: none; }

.quantity-dropdown-modal .select2-container,
.quantity-dropdown-modal .select2-dropdown {
  position: static !important;
  width: 100% !important;
  box-shadow: none; }
  .quantity-dropdown-modal .select2-container .select2-results__options,
  .quantity-dropdown-modal .select2-dropdown .select2-results__options {
    max-height: 335px; }
    @media (min-width: 544px) {
      .quantity-dropdown-modal .select2-container .select2-results__options,
      .quantity-dropdown-modal .select2-dropdown .select2-results__options {
        max-height: 65vh; } }

.quantity-dropdown-modal.fade .modal-dialog {
  transform: translate(0, 100px); }

.quantity-dropdown-modal.show .modal-dialog {
  transform: none; }

.quantity-dropdown-modal .select2-results__option {
  font-size: 16px;
  font-family: "DMSans-Medium", arial, sans-serif;
  padding: 12px 30px;
  position: relative; }
  .quantity-dropdown-modal .select2-results__option:first-child::before {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    border-top: 1px solid #eee; }
  .quantity-dropdown-modal .select2-results__option::after {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    border-bottom: 1px solid #eee; }

@media (min-width: 769px) {
  .product-tabs {
    margin-top: 100px; } }

@media (min-width: 769px) {
  .product-tabs-nav {
    margin-bottom: 30px; } }

@media (max-width: 768.98px) {
  .product-tabs-nav {
    white-space: nowrap;
    display: block;
    overflow: scroll;
    margin: 50px -30px 15px 0;
    padding: 0 30px 20px 0; } }

@media (min-width: 769px) and (max-width: 1199.98px) {
  .product-tabs-nav {
    margin: 30px 0; } }

.product-tabs-nav li {
  font-family: "DMSans-Regular", arial, sans-serif;
  font-weight: 500;
  color: #0e1111;
  margin-right: 7px; }
  .product-tabs-nav li:last-child {
    margin: 0; }
  @media (max-width: 1199.98px) {
    .product-tabs-nav li {
      display: inline-block; } }
  .product-tabs-nav li a:hover {
    text-decoration: none; }

@media (min-width: 1200px) {
  .product-tabs-content {
    padding: 30px 110px 0 70px; } }

.product-tabs-link {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 14px;
  border-radius: 20px;
  background-color: #f2f2f2;
  color: #424242; }

.product-tabs .product-celler-master span,
.product-tabs .product-celler-master p {
  font-size: 14px; }

.product-tabs .product-celler-master .rounded-circle {
  width: 66px;
  height: 66px; }

.product-tabs .active .product-tabs-link {
  background-color: #0e1111;
  color: #fff; }

.recommendations .carousel-product {
  margin-top: 50px; }
  @media (min-width: 1200px) {
    .recommendations .carousel-product {
      margin-top: 80px; } }
  .recommendations .carousel-product .product_titles {
    margin-bottom: 38px;
    text-align: center;
    font-size: 24px;
    line-height: 32px; }
  @media (max-width: 1199.98px) {
    .recommendations .carousel-product .slick-slider {
      margin: 0; } }

@media (min-width: 544px) {
  .recommendations .slick-dots {
    margin-right: 30px; } }

.product-detail-sticky {
  background-color: #fff;
  position: fixed;
  padding: 13px 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  transition: transform 0.5s ease-in-out;
  transform: translateY(220px);
  box-shadow: 0 0 7px #ccc; }
  .product-detail-sticky.m-stick {
    transform: translateY(0); }
    @media (min-width: 769px) {
      .product-detail-sticky.m-stick {
        padding: 10px 0; } }
  .product-detail-sticky .product-media {
    width: 120px;
    position: relative; }
    @media (max-width: 1199.98px) {
      .product-detail-sticky .product-media {
        width: 115px; } }
    .product-detail-sticky .product-media::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .product-detail-sticky .product-media img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      height: 114px;
      max-width: 100%;
      object-fit: cover; }
  .product-detail-sticky .product-name {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 32px; }
  .product-detail-sticky .product-info {
    margin-left: 20px;
    max-width: 400px; }
    @media (min-width: 769px) {
      .product-detail-sticky .product-info {
        margin-left: 27px; } }
  .product-detail-sticky .prices-add-to-cart-actions {
    padding: 0; }
    @media (min-width: 544px) {
      .product-detail-sticky .prices-add-to-cart-actions {
        margin: 0 70px 0 auto;
        max-width: -moz-max-content;
        max-width: max-content; } }
    .product-detail-sticky .prices-add-to-cart-actions .cart-and-ipay {
      padding: 0; }
    @media (max-width: 768.98px) {
      .product-detail-sticky .prices-add-to-cart-actions {
        width: 100%; } }
    @media (max-width: 768.98px) {
      .product-detail-sticky .prices-add-to-cart-actions button {
        width: 100%; } }
  .product-detail-sticky .original-price-wrapper {
    display: none; }

.food-pairings {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 769px) {
    .food-pairings {
      padding: 30px 110px 0 70px; } }
  .food-pairings-title {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.1px;
    margin-bottom: 40px; }
    @media (min-width: 1200px) {
      .food-pairings-title {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.1px; } }
  .food-pairings .food-pairing {
    margin-bottom: 25px; }
    .food-pairings .food-pairing:last-child {
      margin: 0; }
    .food-pairings .food-pairing-title {
      font-family: "EuclidCircularB-Light", arial, sans-serif;
      font-weight: 300;
      line-height: 1.56;
      margin: 0 0 15px; }
    .food-pairings .food-pairing-link {
      text-decoration: none;
      display: block;
      position: relative; }
      .food-pairings .food-pairing-link::before {
        content: "";
        background: url("../../images/svg/arrow-right-small.svg") center center no-repeat;
        width: 9px;
        height: 12px;
        position: absolute;
        top: 8px;
        right: 0; }
      .food-pairings .food-pairing-link[aria-expanded="true"]::before {
        transform: rotate(90deg); }
    .food-pairings .food-pairing-body {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.1px;
      margin: 0; }

.register-your-interest-scroll,
.submit-notify-me,
.submit-register-interest {
  border: none;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-family: "DMSans-Regular", arial, sans-serif; }

@media (max-width: 543.98px) {
  .product-bundle .personalization-link-wrapper {
    margin-top: 20px; } }

.product-bundle .preorder-wrapper {
  width: 100%;
  margin-left: 9px;
  margin-right: 9px; }
  @media (min-width: 769px) {
    .product-bundle .preorder-wrapper {
      margin-left: 15px;
      margin-right: 15px; } }

.caseof-wrapper {
  padding: 10px 0 10px 10px; }
  .caseof-wrapper.selected {
    background-color: #f2f2f2; }
  .caseof-wrapper:hover {
    cursor: pointer;
    background-color: #d9d9d9; }
  .caseof-wrapper .custom-control-label {
    padding-left: 32px; }
    .caseof-wrapper .custom-control-label:hover {
      cursor: pointer; }
    .caseof-wrapper .custom-control-label::before, .caseof-wrapper .custom-control-label::after {
      left: 0; }

.preorder-wrapper {
  margin-top: 15px;
  padding: 15px;
  background-color: #d9d9d9; }
  .preorder-wrapper .preorder-title {
    margin-bottom: 10px;
    font-family: "EuclidCircularB-Regular", arial, sans-serif;
    font-size: 12px;
    font-weight: bold; }
  .preorder-wrapper .preorder-date {
    font-family: "EuclidCircularB-Light", arial, sans-serif; }

.preorder-not-available[disabled] {
  background-color: #d9d9d9;
  color: #0e1111; }

.pdp-price-per-liter-wrapper {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding: 4px 0 0; }

.product-item-list {
  margin-top: 5px;
  padding-left: 34px; }

.product-item-text {
  position: relative;
  left: -3px;
  line-height: 18px; }

.product-item-btn {
  padding-right: 18px; }
  .product-item-btn::after {
    content: "";
    background: url("../../images/svg/arrow-left-small.svg") center center no-repeat;
    width: 9px;
    height: 12px;
    position: absolute;
    top: 1px;
    right: 0;
    transition: transform 300ms;
    transform: rotate(-90deg); }
  .product-item-btn.collapsed::after {
    transform: none; }

.product-item-info-short .product-item-btn::after {
  display: none; }

.error-messages {
  font-size: 12px;
  color: #dc3545; }
  @media (max-width: 543.98px) {
    .error-messages {
      display: none; } }

.trigger-photo-swipe {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent; }
  .trigger-photo-swipe::after {
    padding-bottom: 133.33%; }
  .trigger-photo-swipe.ratio-container {
    display: block; }

.product-tabs-images,
.food-pairing-images {
  position: relative; }
  .product-tabs-images::after,
  .food-pairing-images::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 109.59%; }
  .product-tabs-images > *,
  .food-pairing-images > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.set-items {
  -ms-flex-direction: column;
      flex-direction: column; }

.set-item .trigger-photo-swipe {
  cursor: default; }

.set-item .nutrilabel {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.set-item .simple-product-attributes .cart-and-ipay {
  padding-top: 20px; }

.container.set-item {
  margin: 0 auto; }
  .container.set-item .set-item-content {
    margin: 48px 0; }
    @media (min-width: 769px) {
      .container.set-item .set-item-content {
        margin: 80px 0; } }

.product-set-add-to-cart {
  margin: 48px auto;
  padding: 20px 0; }
  @media (min-width: 544px) {
    .product-set-add-to-cart {
      margin: 48px auto;
      padding: 20px 0; } }
  @media (min-width: 769px) {
    .product-set-add-to-cart {
      margin: 80px auto;
      padding: 20px 14px; } }
  .product-set-add-to-cart .add-to-cart {
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; }
  .product-set-add-to-cart .product-set-promotion-text {
    margin: 8px 0 0;
    font-family: "DMSans-Regular", arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #734603; }
    @media (min-width: 769px) {
      .product-set-add-to-cart .product-set-promotion-text {
        margin: 16px 0 0; } }

.buttons-bundle-wrapper .register-your-interest-scroll {
  margin: 20px 0 0; }

.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: 544px) {
  .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: 769px) {
  .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: 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; } }

@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: 769px) {
  .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: 544px) {
    .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: 544px) {
    .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 769px) {
    .container {
      padding-left: 0;
      padding-right: 0; } }

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

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

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

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

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

@media (max-width: 1199.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: 768.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: 768.98px) {
    h1,
    .heading-h1 {
      font-size: 2.5rem;
      line-height: 2.75rem; } }

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

.experience-component h2:not([class^="heading-"]) {
  font-size: 2rem; }

.experience-component .heading-h2 {
  font-size: 2rem; }

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

.experience-component h3:not([class^="heading-"]) {
  font-size: 1.5rem; }

.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: 768.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: 769px) {
      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: 768.98px) {
    body.menu-active {
      overflow-y: scroll !important; } }

.no-scroll {
  width: 100%;
  position: fixed !important; }
  .no-scroll::before {
    content: "";
    background: #0e1111;
    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: 543.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: #0e1111; }

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

.modal .personalization-dialog {
  max-width: none; }

.modal .personalization-container {
  max-width: 1029px;
  padding: 53px 30px 30px; }
  @media (min-width: 769px) {
    .modal .personalization-container {
      padding: 63px 70px 30px; } }
  .modal .personalization-container .form-control.personalization-input-message {
    height: 48px;
    line-height: 20px;
    border: 0;
    border-bottom: 1px solid rgba(40, 40, 35, 0.7);
    padding: 14px 0;
    box-shadow: 0 0 transparent;
    font-weight: 400;
    background: transparent;
    outline: none; }
    .modal .personalization-container .form-control.personalization-input-message:-ms-input-placeholder {
      font-size: 14px; }
    .modal .personalization-container .form-control.personalization-input-message::placeholder {
      font-size: 14px; }
  .modal .personalization-container .personalization-add-btn {
    margin-top: 12px;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-size: 12px; }
  .modal .personalization-container .quantity .quantity-pdp {
    opacity: 1; }
  .modal .personalization-container .avalability-messages {
    margin: 12px 0; }

.modal .personalization-heading {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  text-transform: uppercase;
  color: #585853;
  font-size: 12px;
  letter-spacing: 0.12em;
  margin: 0; }

.modal .product-name {
  margin: 0 0 14px; }

.modal .personalization-product-type {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  margin: 0 0 24px; }

.modal .personalization-details {
  font-family: "Riviera Nights - Regular", arial, sans-serif; }

.modal .personalization-product-price {
  margin-top: 14px;
  font-family: "Riviera Nights - Medium", arial, sans-serif; }
  .modal .personalization-product-price::first-letter {
    text-transform: capitalize; }

.modal .personalization-counter,
.modal .personalization-distance-group {
  margin-bottom: 24px; }

.modal .personalization-counter {
  color: #585853; }

.modal .quantity {
  margin-bottom: 28px; }

.modal .personalization-terms-and-conditions,
.modal .personalisation-privacy-link {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  color: #b3b3b3;
  text-align: justify; }

@media (max-width: 768.98px) {
  .modal .personalization-content {
    margin-top: 8px; } }

@media (max-width: 768.98px) {
  .modal .personalization-image {
    padding: 0 20px; } }

.personalization-message {
  color: #b18448; }

.personalization-cart-info {
  font-family: "Riviera Nights - Regular", arial, sans-serif; }

.pdp-interest-form-container .input.form-control {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  height: 48px;
  line-height: 20px;
  border: 0;
  border-bottom: 1px solid rgba(40, 40, 35, 0.7);
  text-transform: uppercase;
  padding: 14px 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  box-shadow: 0 0 transparent;
  font-weight: 400;
  background: transparent;
  outline: none; }
  .pdp-interest-form-container .input.form-control:not(:-moz-read-only):hover {
    border-color: #282823; }
  .pdp-interest-form-container .input.form-control:not(:read-only):hover {
    border-color: #282823; }
  .pdp-interest-form-container .input.form-control.is-invalid {
    color: #b04a62;
    border-color: #b04a62; }
  .pdp-interest-form-container .input.form-control:-webkit-autofill, .pdp-interest-form-container .input.form-control:-webkit-autofill:hover, .pdp-interest-form-container .input.form-control:-webkit-autofill:focus, .pdp-interest-form-container .input.form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }
  .pdp-interest-form-container .input.form-control:-moz-read-only {
    border-color: rgba(40, 40, 35, 0.08); }
  .pdp-interest-form-container .input.form-control:read-only {
    border-color: rgba(40, 40, 35, 0.08); }
  .pdp-interest-form-container .input.form-control:-ms-input-placeholder {
    color: #585853;
    font-size: 12px;
    opacity: 1;
    text-transform: uppercase; }
  .pdp-interest-form-container .input.form-control::placeholder {
    color: #585853;
    font-size: 12px;
    opacity: 1;
    text-transform: uppercase; }
  .pdp-interest-form-container .input.form-control.disabled, .pdp-interest-form-container .input.form-control:disabled {
    opacity: 0.4; }
  .pdp-interest-form-container .input.form-control.adyen-checkout__card__holderName__input {
    opacity: 1; }
  .pdp-interest-form-container .input.form-control.disabled {
    pointer-events: none; }

.pdp-interest-form-container .custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  border: 1px solid rgba(40, 40, 35, 0.7);
  background: #ccc; }

.pdp-interest-form-container .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border: 1px solid rgba(40, 40, 35, 0.7);
  background: #ccc; }

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

.pdp-interest-form-container .caption-bottom a,
.pdp-interest-form-container [for="register-interest-accept-privacy-cookies"] a {
  text-decoration: underline; }

.register-your-interest-scroll,
.submit-register-interest {
  background: #282823;
  border: 1px #282823 solid;
  padding: 1.0625rem 1.5rem; }
  @media (hover: hover) {
    .register-your-interest-scroll:hover,
    .submit-register-interest: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; } }

.product-detail .product-infos-container {
  max-width: 400px; }

@media (min-width: 544px) {
  .product-detail.container {
    padding: 0 50px; } }

.product-detail .product-infos .product-name.heading-h3 {
  margin-bottom: 4px !important; }

@media (max-width: 768.98px) {
  .product-detail .product-infos .product-price {
    margin-top: 28px; } }

.product-detail .product-infos .btn-out-of-stock,
.product-detail .product-infos .js-show-notify-me-form,
.product-detail .product-infos .register-your-interest-scroll {
  margin-top: 48px; }

.product-detail .add-to-cart {
  display: -ms-flexbox;
  display: flex;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1.7px;
  border: 1px solid #282823;
  transition: 0.3s;
  outline: 0;
  padding: 1.0625rem 1.5rem; }
  .product-detail .add-to-cart:hover {
    color: #fff;
    background-color: #282823; }

.product-detail .custom-select-packaging.emptySelectPackaging ~ .select2-container {
  pointer-events: none; }
  .product-detail .custom-select-packaging.emptySelectPackaging ~ .select2-container .select2-selection__arrow {
    display: none !important; }
  .product-detail .custom-select-packaging.emptySelectPackaging ~ .select2-container .select2-selection {
    padding-right: 0; }

@media (min-width: 1200px) {
  .product-detail .primary-images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

.product-detail .pdp-interest-form-container .form-control {
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  height: 48px;
  line-height: 20px;
  border: 0;
  border-bottom: 1px solid rgba(40, 40, 35, 0.7);
  text-transform: uppercase;
  padding: 14px 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  box-shadow: 0 0 transparent;
  font-weight: 400;
  background: transparent;
  outline: none; }
  .product-detail .pdp-interest-form-container .form-control:not(:-moz-read-only):hover {
    border-color: #282823; }
  .product-detail .pdp-interest-form-container .form-control:not(:read-only):hover {
    border-color: #282823; }
  .product-detail .pdp-interest-form-container .form-control.is-invalid {
    color: #b04a62;
    border-color: #b04a62; }
  .product-detail .pdp-interest-form-container .form-control:-webkit-autofill, .product-detail .pdp-interest-form-container .form-control:-webkit-autofill:hover, .product-detail .pdp-interest-form-container .form-control:-webkit-autofill:focus, .product-detail .pdp-interest-form-container .form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }
  .product-detail .pdp-interest-form-container .form-control:-moz-read-only {
    border-color: rgba(40, 40, 35, 0.08); }
  .product-detail .pdp-interest-form-container .form-control:read-only {
    border-color: rgba(40, 40, 35, 0.08); }
  .product-detail .pdp-interest-form-container .form-control:-ms-input-placeholder {
    color: #585853;
    font-size: 12px;
    opacity: 1;
    text-transform: uppercase; }
  .product-detail .pdp-interest-form-container .form-control::placeholder {
    color: #585853;
    font-size: 12px;
    opacity: 1;
    text-transform: uppercase; }
  .product-detail .pdp-interest-form-container .form-control.disabled, .product-detail .pdp-interest-form-container .form-control:disabled {
    opacity: 0.4; }
  .product-detail .pdp-interest-form-container .form-control.adyen-checkout__card__holderName__input {
    opacity: 1; }
  .product-detail .pdp-interest-form-container .form-control.disabled {
    pointer-events: none; }

.product-detail .submit-notify-me.btn-success {
  pointer-events: none;
  opacity: 0.3;
  background: #282823;
  border: 1px solid #282823; }

.product-detail .button-text-separator {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.14em;
  line-height: 12px; }

.pdp-carousel-wrapper {
  width: 100%; }
  @media (max-width: 768.98px) {
    .pdp-carousel-wrapper {
      margin-bottom: 10px; } }
  @media (max-width: 768.98px) {
    .pdp-carousel-wrapper .slick-slider {
      padding-bottom: 30px; } }
  .pdp-carousel-wrapper .slick-arrow {
    display: none !important;
    z-index: 1;
    background: url("../../images/svg/arrows.svg") no-repeat center/cover;
    background-color: #fff;
    outline: 0;
    width: 48px;
    height: 48px;
    box-shadow: 0 0 1px 0 #00000047;
    border-radius: 50%; }
    @media (min-width: 769px) {
      .pdp-carousel-wrapper .slick-arrow {
        display: block !important; } }
    .pdp-carousel-wrapper .slick-arrow.slick-next {
      right: 20px;
      transform: translateY(-50%); }
      @media (min-width: 1200px) {
        .pdp-carousel-wrapper .slick-arrow.slick-next {
          right: 0; } }
    .pdp-carousel-wrapper .slick-arrow.slick-prev {
      left: 20px;
      transform: translateY(-50%) rotate(180deg); }
      @media (min-width: 1200px) {
        .pdp-carousel-wrapper .slick-arrow.slick-prev {
          left: 0; } }
  .pdp-carousel-wrapper .slick-dots {
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    right: 0;
    display: -ms-flexbox !important;
    display: flex !important; }
    @media (min-width: 544px) {
      .pdp-carousel-wrapper .slick-dots {
        margin-top: 25px; } }
    @media (max-width: 768.98px) {
      .pdp-carousel-wrapper .slick-dots {
        bottom: 0; } }
    .pdp-carousel-wrapper .slick-dots li {
      -ms-flex-positive: 0;
          flex-grow: 0;
      margin: 0 10px; }
      @media (max-width: 768.98px) {
        .pdp-carousel-wrapper .slick-dots li {
          margin: 0 10px; } }
    .pdp-carousel-wrapper .slick-dots .slick-active button {
      background-color: #86705b;
      opacity: 1; }
    .pdp-carousel-wrapper .slick-dots button {
      padding: 0;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #585853;
      opacity: 0.16; }
  .pdp-carousel-wrapper .countdown-dot {
    background: var(--skin-primary-color-1); }
  .pdp-carousel-wrapper .countdown {
    display: none;
    bottom: 20px;
    right: 20px;
    z-index: 0; }
    @media (min-width: 769px) {
      .pdp-carousel-wrapper .countdown {
        display: -ms-flexbox;
        display: flex; } }
    .pdp-carousel-wrapper .countdown circle {
      stroke: var(--skin-primary-color-1); }
      .pdp-carousel-wrapper .countdown circle:first-child {
        opacity: 1;
        stroke: #b3b3b3; }
  .pdp-carousel-wrapper img {
    max-height: 624px;
    margin: 0 auto;
    width: 100%;
    object-fit: contain; }

.tag-badge {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #585853;
  padding: 0 5px 0 5px; }

.product-price {
  color: #585853;
  font-size: 14px;
  line-height: 24px;
  display: inline-block; }
  @media (min-width: 544px) {
    .product-price {
      margin-bottom: 4px; } }

.description-and-detail {
  margin-bottom: 40px; }
  @media (min-width: 769px) {
    .description-and-detail {
      margin-bottom: 32px; } }
  .description-and-detail .description .content {
    color: #585853;
    margin-bottom: 0;
    line-height: 24px;
    text-align: justify; }
    @media (max-width: 768.98px) {
      .description-and-detail .description .content {
        text-align: center; } }
    .description-and-detail .description .content.long-description p:last-child {
      margin-bottom: 0; }
    .description-and-detail .description .content.ellipsis:not(.long-description) {
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box !important;
      -webkit-line-clamp: 2;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      white-space: normal; }
      @media (max-width: 768.98px) {
        .description-and-detail .description .content.ellipsis:not(.long-description) {
          -webkit-line-clamp: 3; } }
  .description-and-detail .description .read-more {
    color: #585853;
    text-decoration: underline; }

/* BEGIN SELECT FORMAT */
.product-detail-content .attribute,
.personalization-content .attribute {
  position: relative;
  margin-bottom: 16px;
  margin-top: 0; }
  @media (max-width: 768.98px) {
    .product-detail-content .attribute,
    .personalization-content .attribute {
      margin-bottom: 7px; } }
  .product-detail-content .attribute .bottleSize,
  .product-detail-content .attribute .quantity-pdp,
  .personalization-content .attribute .bottleSize,
  .personalization-content .attribute .quantity-pdp {
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #585853;
    margin-bottom: 0;
    opacity: 1; }
  .product-detail-content .attribute .select2-container--disabled + label,
  .personalization-content .attribute .select2-container--disabled + label {
    opacity: 0.4; }

.product-detail-content .select2-container,
.personalization-content .select2-container {
  text-align: right;
  display: block;
  width: 100%; }
  .product-detail-content .select2-container .select2-selection__rendered,
  .personalization-content .select2-container .select2-selection__rendered {
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: "Riviera Nights - Regular", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #282823;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 1;
    text-align: left;
    font-size: 14px;
    height: 48px;
    letter-spacing: normal;
    text-align: right;
    width: 100%;
    display: block;
    text-transform: lowercase; }
    .product-detail-content .select2-container .select2-selection__rendered::first-letter,
    .personalization-content .select2-container .select2-selection__rendered::first-letter {
      text-transform: uppercase; }
  .product-detail-content .select2-container .select2-selection,
  .personalization-content .select2-container .select2-selection {
    background: transparent;
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 34px; }
  .product-detail-content .select2-container .select2-selection--single .select2-selection__arrow,
  .personalization-content .select2-container .select2-selection--single .select2-selection__arrow {
    width: 10px;
    height: 5px;
    top: 45.5%;
    right: 7px; }

.product-detail-content .btn.personalization-link-wrapper,
.personalization-content .btn.personalization-link-wrapper {
  margin-top: 0;
  margin-bottom: 20px; }
  .product-detail-content .btn.personalization-link-wrapper:hover,
  .personalization-content .btn.personalization-link-wrapper:hover {
    text-decoration: none; }

.product-detail-content .cart-and-ipay,
.personalization-content .cart-and-ipay {
  padding-bottom: 0 !important; }

.product-detail-content .personalization-add-link,
.product-detail-content .giftwrapper-add-link,
.personalization-content .personalization-add-link,
.personalization-content .giftwrapper-add-link {
  font-family: "Riviera Nights - Regular", arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 0.75rem !important;
  line-height: 1.25rem !important;
  text-align: center;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  text-decoration: none; }
  .product-detail-content .personalization-add-link[disabled], .product-detail-content .personalization-add-link.disabled,
  .product-detail-content .giftwrapper-add-link[disabled],
  .product-detail-content .giftwrapper-add-link.disabled,
  .personalization-content .personalization-add-link[disabled],
  .personalization-content .personalization-add-link.disabled,
  .personalization-content .giftwrapper-add-link[disabled],
  .personalization-content .giftwrapper-add-link.disabled {
    pointer-events: none;
    cursor: auto; }

.product-detail-content .quantity-pdp.quantity-pdp-disabled,
.personalization-content .quantity-pdp.quantity-pdp-disabled {
  opacity: 0.4; }

.product-detail-content .lbl-variation-disabled,
.personalization-content .lbl-variation-disabled {
  opacity: 0.4 !important; }

.product-detail-content .custom-select:disabled,
.personalization-content .custom-select:disabled {
  opacity: 1 !important;
  color: #282823 !important;
  background-color: #fff !important; }

.product-detail-content .prices-add-to-cart-actions,
.personalization-content .prices-add-to-cart-actions {
  padding-top: 0; }

.product-detail-content .avalability-messages,
.personalization-content .avalability-messages {
  padding: 20px 24px 24px 48px;
  background: #f8f5f3;
  margin-top: 48px;
  font-family: "Riviera Nights - Regular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #282823;
  margin-bottom: 40px;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  position: relative; }
  .product-detail-content .avalability-messages::before,
  .personalization-content .avalability-messages::before {
    position: absolute;
    left: 16px;
    content: "\E90E";
    font-family: "Ruinart", arial, sans-serif;
    display: inline-block;
    font-size: 20px;
    color: #a49279;
    vertical-align: bottom;
    margin-right: 8px; }

.product-detail-content #express-container,
.product-detail-content .apple-pay-container,
.personalization-content #express-container,
.personalization-content .apple-pay-container {
  margin: 0; }
  .product-detail-content #express-container button,
  .product-detail-content .apple-pay-container button,
  .personalization-content #express-container button,
  .personalization-content .apple-pay-container button {
    max-height: 56px;
    height: 56px;
    width: 100%;
    padding: 10px 0;
    border-radius: 0;
    -moz-appearance: -apple-pay-button;
         appearance: -apple-pay-button;
    margin: 20px 0 0; }

span.select2-dropdown {
  top: 8px !important; }

span.select2-dropdown .select2-results__option {
  padding: 18px !important;
  letter-spacing: normal !important;
  font-size: 16px !important;
  line-height: 20px; }
  @media (max-width: 768.98px) {
    span.select2-dropdown .select2-results__option {
      font-size: 16px !important;
      padding: 20px !important;
      font-family: "Riviera Nights - Regular", arial, sans-serif !important;
      font-style: normal !important;
      font-weight: 400 !important; } }
  @media (max-width: 543.98px) {
    span.select2-dropdown .select2-results__option {
      padding: 20px 16px !important; } }
  @media (min-width: 1440px) {
    span.select2-dropdown .select2-results__option {
      font-size: 14px !important;
      padding: 16px !important; } }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background-color: #f8f5f3 !important; }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable div img,
  .select2-container--default .select2-results__option--selected div img {
    display: block; }

.select2-container .select2-results__option:not(.select2-results__option--selected) {
  background-color: transparent !important; }
  .select2-container .select2-results__option:not(.select2-results__option--selected):hover {
    background-color: #f8f5f3 !important; }

.custom-dropdown-modal .modal-dialog,
.format-dropdown-modal .modal-dialog,
.quantity-dropdown-modal .modal-dialog {
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none; }
  .custom-dropdown-modal .modal-dialog .modal-body,
  .format-dropdown-modal .modal-dialog .modal-body,
  .quantity-dropdown-modal .modal-dialog .modal-body {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    overflow: auto; }

.custom-dropdown-modal .modal-content,
.format-dropdown-modal .modal-content,
.quantity-dropdown-modal .modal-content {
  max-height: 100%; }

.custom-dropdown-modal .modal-header,
.format-dropdown-modal .modal-header,
.quantity-dropdown-modal .modal-header {
  border-bottom: 1px solid rgba(40, 40, 35, 0.12);
  font-size: 12px;
  font-family: "Riviera Nights - Medium", arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  padding: 23px 16px;
  background: #fff;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #282823;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 22px 56px !important; }
  .custom-dropdown-modal .modal-header .modal-title,
  .format-dropdown-modal .modal-header .modal-title,
  .quantity-dropdown-modal .modal-header .modal-title {
    line-height: 20px !important; }
  .custom-dropdown-modal .modal-header .btn-close,
  .format-dropdown-modal .modal-header .btn-close,
  .quantity-dropdown-modal .modal-header .btn-close {
    background: transparent;
    position: absolute;
    border: 0;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    color: #282823;
    margin-top: 0;
    width: 24px;
    height: 24px;
    padding: 6px;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .custom-dropdown-modal .modal-header .btn-close::before,
    .format-dropdown-modal .modal-header .btn-close::before,
    .quantity-dropdown-modal .modal-header .btn-close::before {
      content: "\E908";
      font-family: "Ruinart", arial, sans-serif;
      display: block;
      color: #282823; }

.custom-dropdown-modal .select2-container,
.custom-dropdown-modal .select2-dropdown,
.format-dropdown-modal .select2-container,
.format-dropdown-modal .select2-dropdown,
.quantity-dropdown-modal .select2-container,
.quantity-dropdown-modal .select2-dropdown {
  position: static !important;
  width: 100% !important;
  box-shadow: none;
  border: none !important;
  padding-right: 0; }
  .custom-dropdown-modal .select2-container .select2-results__options,
  .custom-dropdown-modal .select2-dropdown .select2-results__options,
  .format-dropdown-modal .select2-container .select2-results__options,
  .format-dropdown-modal .select2-dropdown .select2-results__options,
  .quantity-dropdown-modal .select2-container .select2-results__options,
  .quantity-dropdown-modal .select2-dropdown .select2-results__options {
    max-height: 100%; }
    .custom-dropdown-modal .select2-container .select2-results__options img,
    .custom-dropdown-modal .select2-dropdown .select2-results__options img,
    .format-dropdown-modal .select2-container .select2-results__options img,
    .format-dropdown-modal .select2-dropdown .select2-results__options img,
    .quantity-dropdown-modal .select2-container .select2-results__options img,
    .quantity-dropdown-modal .select2-dropdown .select2-results__options img {
      display: none; }
    @media (min-width: 544px) {
      .custom-dropdown-modal .select2-container .select2-results__options,
      .custom-dropdown-modal .select2-dropdown .select2-results__options,
      .format-dropdown-modal .select2-container .select2-results__options,
      .format-dropdown-modal .select2-dropdown .select2-results__options,
      .quantity-dropdown-modal .select2-container .select2-results__options,
      .quantity-dropdown-modal .select2-dropdown .select2-results__options {
        max-height: 65vh; } }

.custom-dropdown-modal.fade .modal-dialog,
.format-dropdown-modal.fade .modal-dialog,
.quantity-dropdown-modal.fade .modal-dialog {
  transform: translate(0, 100px); }

.custom-dropdown-modal.show .modal-dialog,
.format-dropdown-modal.show .modal-dialog,
.quantity-dropdown-modal.show .modal-dialog {
  transform: none; }

.custom-dropdown-modal .select2-results__option,
.format-dropdown-modal .select2-results__option,
.quantity-dropdown-modal .select2-results__option {
  position: relative;
  padding: 20px 16px !important;
  font-family: "Riviera Nights - Regular", arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: center !important;
  color: #282823 !important; }
  @media (max-width: 768.98px) {
    .custom-dropdown-modal .select2-results__option,
    .format-dropdown-modal .select2-results__option,
    .quantity-dropdown-modal .select2-results__option {
      font-size: 16px !important;
      font-family: "Riviera Nights - Regular", arial, sans-serif !important;
      font-style: normal !important;
      font-weight: 500 !important; } }
  .custom-dropdown-modal .select2-results__option::after, .custom-dropdown-modal .select2-results__option::before,
  .format-dropdown-modal .select2-results__option::after,
  .format-dropdown-modal .select2-results__option::before,
  .quantity-dropdown-modal .select2-results__option::after,
  .quantity-dropdown-modal .select2-results__option::before {
    display: none !important; }

.quantity-dropdown-modal .modal-dialog-centered::before {
  display: none !important; }

.quantity-dropdown-modal .modal-content {
  height: auto;
  position: relative; }

.packaging-dropdown-modal .select2-results__option:not(:first-child) {
  border-top: 1px solid rgba(88, 88, 83, 0.12); }

.packaging-dropdown-modal.custom-dropdown-modal .select2-results__option {
  padding: 20px 24px !important; }

span.select2-container--default .select2-selection--single img {
  display: none; }

span.select2-container--default .select2-selection--single .select2-selection__rendered div {
  display: block !important; }

@media (max-width: 768.98px) {
  .select2-container--default .select2-results > .select2-results__options {
    padding-top: 16px; } }

.attribute.quantity:hover .quantity-pdp-disabled {
  color: #282823; }

/* END SELECT FORMAT */
@media (max-width: 543.98px) {
  .add-to-cart-messages .add-to-basket-alert.alert-success {
    -ms-flex-pack: start;
        justify-content: flex-start;
    border-radius: 0; }
    .add-to-cart-messages .add-to-basket-alert.alert-success > div:last-child {
      display: none !important; }
    .add-to-cart-messages .add-to-basket-alert.alert-success > div:nth-child(2) {
      text-align: left;
      padding-right: 0;
      line-height: 20px; } }

@media (max-width: 543.98px) {
  .modal-open {
    position: fixed;
    width: 100%; } }

.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: 768.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: 768.98px) {
      .breadcrumb-wrapper .breadcrumb-item {
        line-height: 24px; } }
    .breadcrumb-wrapper .breadcrumb-item .breadcrumb-link {
      color: #282823;
      text-decoration: none; }
      @media (max-width: 768.98px) {
        .breadcrumb-wrapper .breadcrumb-item .breadcrumb-link {
          display: none; } }
    @media (max-width: 768.98px) {
      .breadcrumb-wrapper .breadcrumb-item:nth-last-child(2) .breadcrumb-link {
        display: block; } }
    @media (max-width: 768.98px) {
      .breadcrumb-wrapper .breadcrumb-item:nth-last-child(2) .breadcrumb-link {
        padding-top: 23px;
        padding-bottom: 23px;
        width: 100%;
        color: #282823;
        padding-left: 44px;
        padding-right: 48px; } }
    @media (max-width: 768.98px) {
      .breadcrumb-wrapper .breadcrumb-item:nth-last-child(2) .breadcrumb-link::before {
        content: "\E91D";
        font-family: "Ruinart", arial, sans-serif;
        font-size: 11px;
        position: absolute;
        left: 22px;
        color: #282823;
        pointer-events: all;
        top: 50%;
        transform: translateY(-50%); } }
  .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item {
    padding-left: 12px; }
    @media (max-width: 768.98px) {
      .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item {
        padding-left: 0;
        width: 100%; } }
  .breadcrumb-wrapper .breadcrumb-item:last-child .breadcrumb-link {
    color: #585853;
    pointer-events: none; }
  .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #585853;
    content: ">";
    opacity: 0.5; }
    @media (max-width: 768.98px) {
      .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
        display: none; } }


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