.btn {
  padding: 20px 32px;
  font-family: "VeuveClicquotLight", "arial", "sans-serif";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  border: 1px solid transparent;
  text-decoration: none;
  background-color: #fff;
  color: #393939;
  border-radius: 96px;
  min-height: 64px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block; }
  @media (min-width: 769px) {
    .btn {
      padding: 20px 40px; }
      .btn:hover {
        text-decoration: none;
        background-color: #f0f0f0; } }
  .btn[disabled], .btn.disabled {
    background-color: #ffa300;
    color: #f0f0f0;
    pointer-events: none;
    cursor: auto; }

.btn-primary {
  background-color: #ffa300;
  color: #fff;
  text-shadow: 1px 1px 1px #000; }
  .btn-primary:hover {
    background-color: #e09d01;
    color: #fff; }
  .btn-primary[disabled], .btn-primary.disabled {
    background-color: #ffa300;
    opacity: 0.4;
    color: #fff; }
  .btn-primary.m-alpha {
    background-color: #fff3dc;
    color: #393939; }
    .btn-primary.m-alpha:hover {
      background-color: #f0e5cd; }
    .btn-primary.m-alpha[disabled], .btn-primary.m-alpha.disabled {
      opacity: 0.4;
      color: #53565a; }
  .btn-primary.m-beta {
    background-color: #f8c1b8;
    color: #393939; }
    .btn-primary.m-beta:hover {
      background-color: #ffeae7; }
    .btn-primary.m-beta[disabled], .btn-primary.m-beta.disabled {
      opacity: 0.4;
      color: #53565a; }
  .btn-primary:focus {
    text-decoration: none; }

.btn-secondary {
  background-color: transparent;
  color: #393939;
  border-color: #f0e5cd; }
  @media (min-width: 769px) {
    .btn-secondary:hover {
      background-color: #fff3dc;
      color: #393939;
      border-color: #f0e5cd; } }

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

.link-light {
  font-family: "VeuveClicquotRegular", "arial", "sans-serif";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #53565a;
  text-decoration: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer; }
  .link-light::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 1rem;
    background: #ffa300;
    border-radius: 50%;
    transition: box-shadow ease-in-out 0.5s;
    box-shadow: 0 0 12px 4px rgba(255, 178, 1, 0.5); }
  .link-light:hover {
    color: #393939;
    text-decoration: none; }
    .link-light:hover::after {
      box-shadow: 0 0 12px 8px rgba(255, 178, 1, 0.5); }

.link-underlined {
  border-bottom: 1px solid #ffa300;
  color: #53565a; }
  .link-underlined:hover {
    color: #393939;
    text-decoration: none;
    border-color: transparent; }
  .link-underlined.m-darken {
    border-color: #53565a; }
    .link-underlined.m-darken:hover {
      border-color: transparent; }

.btn-circle {
  display: inline-block;
  border: 1px solid #fff;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background-color: #fff;
  background-clip: padding-box;
  color: #393939;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  line-height: 24px;
  transition: border-width 0.2s ease-in-out;
  cursor: pointer; }
  .btn-circle:focus {
    border: 10px solid transparent; }
  @media (min-width: 769px) {
    .btn-circle {
      width: 120px;
      height: 120px; } }

.tag {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  color: #393939;
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid #f0e5cd; }
  @media (min-width: 769px) {
    .tag {
      font-size: 14px; } }
  .tag--blurred {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.24);
    color: #fff; }

.DateField,
.search-field,
.input.form-control {
  height: 48px;
  font-family: "VeuveClicquotRegular", "arial", "sans-serif";
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 96px;
  width: 100%;
  display: block;
  padding: 12px 40px 12px 24px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #53565a; }
  .DateField:focus:not(:focus-visible),
  .search-field:focus:not(:focus-visible),
  .input.form-control:focus:not(:focus-visible) {
    outline: 0; }
  .DateField:focus,
  .search-field:focus,
  .input.form-control:focus {
    outline: 0; }

.keyboard-nav .DateField:focus-visible,
.keyboard-nav .search-field:focus-visible,
.keyboard-nav .input.form-control:focus-visible,
.keyboard-nav .text.form-control:focus-visible {
  outline: 2px solid #000;
  box-shadow: none; }

.custom-checkbox {
  -webkit-tap-highlight-color: transparent; }
  .custom-checkbox .custom-control-label {
    cursor: pointer;
    display: inline-block; }
    .custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
      top: 0;
      width: 24px;
      height: 24px;
      cursor: pointer; }
    .custom-checkbox .custom-control-label::before {
      border: 1.5px solid #f0e5cd;
      background: #fff;
      border-radius: 4px !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: 24px;
      height: 24px; }
  .custom-checkbox .custom-control-label-right {
    padding: 5px 14px 5px 0; }
  .custom-checkbox .custom-control-label-left {
    padding: 5px 0 5px 14px; }
  .custom-checkbox .custom-control-input {
    display: inline-block; }
    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
      border: 1.5px solid #f0e5cd;
      background: #fff;
      border-radius: 4px !important; }
    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
      background-image: url("../../images/svg/check-icon-orange.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 {
        opacity: 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: #f43319; }
    .custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label {
      color: #000; }
  .custom-checkbox .custom-checkmark:checked ~ .custom-control-label::after {
    width: 32px;
    left: -26px;
    top: 1px; }
  .custom-checkbox .invalid-feedback {
    padding-left: 14px; }
  .custom-checkbox .caption[for*=accept-newsletter-subscription] {
    margin: 0;
    padding: 0 0 0 14px; }
    .custom-checkbox .caption[for*=accept-newsletter-subscription] + .invalid-feedback {
      padding: 0 0 14px 14px; }

.custom-radio {
  padding: 0 0 0 40px; }
  .custom-radio .custom-control-label {
    font-size: 12px;
    line-height: 18px;
    padding: 4px 0;
    color: #393939;
    cursor: pointer; }
    .custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
      border-radius: 50%;
      box-sizing: border-box;
      left: -40px;
      top: 0; }
    .custom-radio .custom-control-label::before {
      width: 24px;
      height: 24px;
      background: #fff;
      border: 1px solid #f0e5cd; }
    .custom-radio .custom-control-label::after {
      width: 22px;
      height: 22px;
      margin: 1px; }
  .custom-radio .custom-control-input {
    margin: 0; }
    .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
      border: 1px solid #f0e5cd;
      background: #fff; }
    .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
      border: 7px solid #fff;
      background: #ffa300; }

.form-group {
  margin: 0 0 24px; }
  .form-group .select2-selection__placeholder,
  .form-group .select2-selection__rendered {
    font-family: "VeuveClicquotRegular", "arial", "sans-serif";
    font-size: 16px; }

.form-control.text {
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px; }

.form-control:-ms-input-placeholder {
  color: rgba(160, 148, 140, 0.48);
  font-size: 16px; }

.form-control::placeholder {
  color: rgba(160, 148, 140, 0.48);
  font-size: 16px; }

.form-field-info {
  font-size: 12px;
  line-height: 18px;
  color: #393939;
  margin-top: 5px; }

.invalid-feedback,
.invalid-feedback * {
  font-family: "VeuveClicquotRegular", "arial", "sans-serif";
  color: #f43319 !important;
  font-size: 12px;
  line-height: 12px; }

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

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

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

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

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

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

.form-control-label {
  font-family: "VeuveClicquotRegular", "arial", "sans-serif";
  display: inline-block;
  margin: 0 0 10px 0; }

.newsletter-subscription-preferences {
  padding: 0 0 0 38px; }
  .newsletter-subscription-preferences .preference-wrapper {
    margin: 0 0 14px; }
    .newsletter-subscription-preferences .preference-wrapper .caption {
      margin: 0; }
  .newsletter-subscription-preferences .custom-control-input {
    padding: 0 0 0 14px; }

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

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    height: 48px;
    font-family: "VeuveClicquotRegular", "arial", "sans-serif";
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 96px; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      position: absolute;
      top: 0;
      right: 8px;
      height: 100%;
      width: 20px;
      background: url("../images/svg/arrow-down-orange.svg") center center/10px 10px no-repeat; }
  .select2-container .select2-selection__rendered {
    display: block;
    padding: 12px 40px 12px 24px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #393939; }
  .select2-container.select2-container--disabled .select2-selection--single {
    color: #393939;
    opacity: 20%;
    cursor: default; }
    .select2-container.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }
  .select2-container.select2-container--disabled .select2-selection__choice__remove {
    display: none; }

.select2-dropdown {
  background-color: #fff;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1); }

.select2-results {
  display: block; }

.select2-results__options {
  max-height: 260px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 16px 24px;
  font-family: "VeuveClicquotRegular", "arial", "sans-serif";
  font-size: 14px;
  line-height: 24px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  color: #393939; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-results__option--disabled {
  color: #ebebeb; }

.select2-results__option--selected {
  background-color: #ebebeb; }

.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ebebeb; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-radius: 8px; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-radius: 8px; }

.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg); }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--focus .select2-selection:focus-visible {
  border-radius: 25px;
  outline: 2px solid #000; }

@media (max-width: 768.98px) {
  body > .select2-container {
    width: auto !important; } }

.page-age-gate {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1003;
  position: fixed;
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 32px 16px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); }
  @media (max-width: 768.98px) {
    .page-age-gate {
      padding: 0; } }
  .page-age-gate .age-gate {
    min-height: 100%;
    overflow: hidden;
    background: transparent;
    background-image: none;
    padding: 24px 16px;
    width: 100%;
    color: #fff;
    border-radius: 24px; }
    @media (min-width: 544px) {
      .page-age-gate .age-gate {
        padding: 0; } }
    .page-age-gate .age-gate .age-gate-modal {
      width: 92vw;
      max-width: 568px;
      margin: 0 auto;
      padding: 32px 40px 28px;
      border-radius: 24px;
      background: rgba(20, 22, 18, 0.6);
      border: 1px solid rgba(255, 255, 255, 0.25);
      position: relative;
      overflow: hidden;
      backdrop-filter: blur(5px) saturate(75%);
      animation: age-gate-pop-in 0.45s ease-out; }
      @media (max-width: 768.98px) {
        .page-age-gate .age-gate .age-gate-modal {
          padding: 32px 20px 28px; } }
      .page-age-gate .age-gate .age-gate-modal::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(140deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
        opacity: 0.7;
        pointer-events: none; }
      .page-age-gate .age-gate .age-gate-modal > * {
        position: relative;
        z-index: 1; }
      .page-age-gate .age-gate .age-gate-modal picture img {
        width: clamp(140px, 30vw, 190px);
        margin: 0 auto 16px; }
    .page-age-gate .age-gate .age-gate-content {
      margin: 0 auto;
      max-width: 100%;
      display: block;
      font-size: 13px;
      line-height: 22px; }
      .page-age-gate .age-gate .age-gate-content .age-gate-message,
      .page-age-gate .age-gate .age-gate-content p {
        margin: 8px 0 20px;
        padding: 0;
        font-size: 16px;
        line-height: 1.6;
        color: #fff; }
        @media (max-width: 1199.98px) {
          .page-age-gate .age-gate .age-gate-content .age-gate-message,
          .page-age-gate .age-gate .age-gate-content p {
            font-size: 14px; } }
      .page-age-gate .age-gate .age-gate-content a {
        color: #fff; }
      .page-age-gate .age-gate .age-gate-content .dateForm {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .page-age-gate .age-gate .age-gate-content .dateForm .dayField,
        .page-age-gate .age-gate .age-gate-content .dateForm .monthField,
        .page-age-gate .age-gate .age-gate-content .dateForm .yearField {
          font-size: 16px;
          color: #393939; }
        .page-age-gate .age-gate .age-gate-content .dateForm .yearField {
          width: 100%; }
        .page-age-gate .age-gate .age-gate-content .dateForm .dayField,
        .page-age-gate .age-gate .age-gate-content .dateForm .monthField {
          width: 30%; }
    .page-age-gate .age-gate .age-gate-forbidden {
      font-size: 14px;
      padding: 1rem 0;
      line-height: 20px;
      color: #fff; }
    .page-age-gate .age-gate .bottom-logo {
      position: initial;
      bottom: 40px;
      right: 37px;
      opacity: 0.7; }
      @media (min-width: 544px) and (max-width: 1919.98px) {
        .page-age-gate .age-gate .bottom-logo {
          padding: 0 1.5rem 0 !important; } }
    .page-age-gate .age-gate .rememberme-wrapper {
      margin: 24px 0 0 0;
      color: #fff; }
  .page-age-gate .age-gate-form .form-control-label {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    font-family: "VeuveClicquotLight", "arial", "sans-serif";
    margin-bottom: 0; }
  .page-age-gate .age-gate-form .form-group {
    margin-bottom: 18px; }
  .page-age-gate .age-gate-form .btn {
    width: 93%;
    margin: 40px auto 0; }
    @media (max-width: 768.98px) {
      .page-age-gate .age-gate-form .btn {
        width: 100%; } }
  .page-age-gate .age-gate-conditions {
    font-size: 11px;
    margin: 18px 0 0;
    line-height: 1.5;
    color: #fff; }
  .page-age-gate .DateField,
  .page-age-gate .input.form-control,
  .page-age-gate .select2-container .select2-selection--single {
    background-color: #fff;
    border-color: #fff;
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease; }
  .page-age-gate .DateField:focus,
  .page-age-gate .input.form-control:focus,
  .page-age-gate .select2-container--focus .select2-selection--single {
    border-color: #fff;
    transform: translateY(-1px); }
  .page-age-gate .age-gate-submit {
    transition: transform 0.2s ease, box-shadow 0.2s ease; }

@keyframes age-gate-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes age-gate-pop-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98); }
  to {
    opacity: 1;
    transform: translateY(0) scale(1); } }

@media (prefers-reduced-motion: reduce) {
  .page-age-gate,
  .page-age-gate .age-gate-modal {
    animation: none; } }


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