@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: "icomoon";
  src: url("../../fonts/icomoon.eot?mqm0r0");
  src: url("../../fonts/icomoon.eot?mqm0r0#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?mqm0r0") format("truetype"), url("../../fonts/icomoon.woff?mqm0r0") format("woff"), url("../../fonts/icomoon.svg?mqm0r0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !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-Check .path1::before {
  content: "\E900";
  color: #171711; }

.icon-Check-path2::before {
  content: "\E901";
  color: #171711;
  font-family: "icomoon" !important;
  width: 24px;
  height: 24px;
  background: #61bc6c;
  border-radius: 50%;
  border: 1px solid;
  padding: 0.5px 1px 0.5px 0;
  font-size: rem(21px); }

.icon-Check .path3::before {
  content: "\E902";
  margin-left: -1em;
  color: #61bc6c; }

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

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

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

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

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

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

@font-face {
  font-family: "girott";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: auto;
  src: url("../fonts/girott/girott Bold.woff2") format("woff2"), url("../fonts/girott/girott Bold.woff") format("woff"), url("../fonts/girott/girott Bold.eot") format("embedded-opentype"); }

@font-face {
  font-family: "pp_right_groteskmedium";
  src: url("../fonts/right grotesk/rg-medium/pprightgrotesk-medium.woff2") format("woff2"), url("../fonts/right grotesk/rg-medium/pprightgrotesk-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "pp_right_groteskregular";
  src: url("../fonts/right grotesk/rg-regular/pprightgrotesk-regular.woff2") format("woff2"), url("../fonts/right grotesk/rg-regular/pprightgrotesk-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "tiempos_text_regular";
  src: url("../fonts/tiempos text/tiempos-text-regular.woff2") format("woff2"), url("../fonts/tiempos text/tiempos-text-regular-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.btn {
  padding: rem(14) rem(24) rem(17);
  font-family: "pp_right_groteskmedium", arial, sans-serif;
  font-size: rem(14);
  font-weight: 400;
  line-height: rem(24);
  border: rem(1) solid #171711;
  border-radius: rem(1000);
  text-decoration: none;
  transition: background-color 0.2s linear; }
  @media (min-width: 769px) {
    .btn {
      padding: rem(12) rem(30); }
      .btn:hover {
        text-decoration: none; } }
  .btn[disabled], .btn.disabled {
    pointer-events: none;
    cursor: auto; }
  .btn-primary {
    background-color: #f08f59;
    color: #171711; }
    .btn-primary:hover {
      color: #f7f7eb;
      background-color: #171711; }
    .btn-primary[active], .btn-primary.active {
      color: rgba(247, 247, 235, 0.64);
      background-color: #171711; }
    .btn-primary:focus-within, .btn-primary:focus, .btn-primary.focus {
      border: rem(1) solid #171711;
      background-color: #171711;
      color: #f7f7eb; }
    .btn-primary[disabled], .btn-primary.disabled {
      background: #f08f59;
      opacity: 0.24;
      border: 1px solid #171711; }
  .btn-secondary {
    background-color: #f7f7eb;
    color: #171711; }
    .btn-secondary:hover {
      color: #171711;
      background-color: #e1e1d2; }
    .btn-secondary[active], .btn-secondary.active {
      color: rgba(23, 23, 17, 0.64);
      background-color: #e1e1d2;
      border: rem(1) solid rgba(23, 23, 17, 0.64); }
    .btn-secondary[focus]::before, .btn-secondary.focus::before {
      position: absolute;
      width: 100%;
      height: 100%;
      border: rem(1) solid #f08f59; }
    .btn-secondary[disabled], .btn-secondary.disabled {
      color: rgba(23, 23, 17, 0.64);
      background-color: inherit;
      color: #e1e1d2;
      border: rem(1) solid #e1e1d2; }
  .btn-black {
    color: #0e1111; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: initial; }
  button:focus,
  [type="button"]:focus,
  [type="reset"]:focus,
  [type="submit"]:focus {
    outline: 0 solid #171711; }

.border-btn {
  outline: 0 solid #171711;
  outline-offset: 0; }
  .border-btn .btn:focus-within {
    outline: 0 solid #171711; }
  .border-btn .btn:focus-visible {
    outline: 0 solid #171711; }
  .border-btn:focus-within {
    outline: rem(1) solid #f08f59;
    outline-offset: rem(1); }
  .border-btn:focus-visible {
    outline: rem(1) solid #f08f59;
    outline-offset: rem(1); }

.container {
  padding-left: rem(25px);
  padding-right: rem(25px); }
  @media (min-width: 544px) {
    .container {
      padding-left: rem(25px);
      padding-right: rem(25px); } }
  @media (min-width: 769px) {
    .container {
      padding-left: rem(64px);
      padding-right: rem(64px); } }

@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 {
  color: #171711;
  text-transform: initial; }
  @media (min-width: 544px) {
    h1,
    .heading-h1,
    h2,
    .heading-h2,
    h3,
    .heading-h3,
    h4,
    .heading-h4,
    h5,
    .heading-h5,
    h6,
    .heading-h6 {
      margin-bottom: rem(18); } }

h1,
.heading-h1 {
  font-size: rem(120);
  line-height: rem(100.2);
  letter-spacing: rem(-0.5);
  font-weight: 700;
  font-family: "girott", arial, sans-serif; }
  @media (max-width: 768.98px) {
    h1,
    .heading-h1 {
      font-size: rem(64px);
      line-height: rem(53.44);
      margin-bottom: rem(24); } }

h2,
.heading-h2 {
  font-size: rem(64);
  line-height: rem(53.44);
  font-weight: 700;
  font-family: "girott", arial, sans-serif;
  margin-bottom: rem(32); }
  @media (max-width: 768.98px) {
    h2,
    .heading-h2 {
      font-size: rem(48);
      line-height: rem(40.08);
      margin-bottom: rem(24); } }

h3,
.heading-h3 {
  font-size: rem(48);
  line-height: rem(40.08);
  letter-spacing: rem(-0.1);
  font-family: "girott", arial, sans-serif; }

h4,
.heading-h4 {
  font-size: rem(32);
  line-height: rem(37.89);
  letter-spacing: 0;
  font-family: "tiempos_text_regular", arial, sans-serif; }
  @media (max-width: 768.98px) {
    h4,
    .heading-h4 {
      font-size: rem(24);
      line-height: rem(28.42);
      margin-bottom: rem(24); } }

h5,
.heading-h5 {
  font-size: rem(24);
  line-height: rem(28.8);
  letter-spacing: rem(0.1);
  font-family: "tiempos_text_regular", arial, sans-serif;
  margin-bottom: rem(32px); }
  @media (max-width: 768.98px) {
    h5,
    .heading-h5 {
      font-size: rem(18);
      line-height: rem(21.6);
      margin-bottom: rem(24); } }

h6,
.heading-h6 {
  font-size: rem(14);
  line-height: rem(20);
  letter-spacing: 0;
  font-family: "tiempos_text_regular", arial, sans-serif; }

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

@media (min-width: 544px) {
  .heading-h2-sm {
    font-size: rem(64);
    line-height: rem(53.44);
    font-weight: 700;
    font-family: "girott", arial, sans-serif; } }

@media (max-width: 768.98px) {
  .heading-h3-sm-down {
    font-size: rem(48);
    line-height: rem(40.08);
    letter-spacing: rem(-0.1);
    font-family: "girott", arial, sans-serif; } }

@media (min-width: 544px) {
  .heading-h3-sm {
    font-size: rem(48);
    line-height: rem(40.08);
    letter-spacing: rem(-0.1);
    font-family: "girott", arial, sans-serif; } }

@media (max-width: 768.98px) {
  .heading-h4-sm-down {
    font-size: rem(32);
    line-height: rem(37.89);
    letter-spacing: 0;
    font-family: "tiempos_text_regular", arial, sans-serif; } }

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

.heading-subtitle {
  font-size: rem(14);
  line-height: rem(16.8);
  font-weight: 400;
  font-family: "tiempos_text_regular", arial, sans-serif;
  margin-bottom: rem(12);
  display: block; }

.title-page {
  font-family: "girott", arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: rem(120);
  line-height: 89%;
  letter-spacing: -0.03em;
  color: #171711;
  display: block; }
  @media (max-width: 768.98px) {
    .title-page {
      font-size: rem(64);
      line-height: 87.5%; } }

.heading-214 {
  font-size: rem(214);
  line-height: rem(189);
  font-weight: 700;
  font-family: "girott", arial, sans-serif; }
  @media (max-width: 768.98px) {
    .heading-214 {
      font-size: rem(48);
      line-height: rem(50);
      text-align: left;
      padding-bottom: rem(24); } }

@media (max-width: 1199.98px) {
  .account-page .heading-214 {
    padding-bottom: 0; } }

.w-border {
  border-bottom: 1px solid #171711; }

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

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

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

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

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

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

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

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

.no-padding {
  padding: 0; }

a,
.link {
  cursor: pointer;
  color: #0e1111; }
  a:focus-visible,
  .link:focus-visible {
    outline: 1px solid #f08f59; }

.link-large {
  cursor: pointer;
  color: #0e1111;
  font-family: "pp_right_groteskmedium", 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: "pp_right_groteskmedium", 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: "pp_right_groteskmedium", 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: 15px; }
  .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; }

.link-decoration {
  font-size: rem(14);
  line-height: rem(17);
  font-weight: 500;
  font-family: "pp_right_groteskregular", arial, sans-serif;
  transition: 0.5s all;
  padding: rem(4); }
  .link-decoration:hover {
    background-color: #e1e1d2;
    padding: rem(4);
    text-decoration: none; }

.yellow-tag {
  font-style: italic;
  padding: rem(16);
  background-color: #f9ff00;
  border: 1px solid #171711;
  border-radius: rem(12);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: rem(24);
  font-size: rem(18);
  line-height: rem(22); }

body {
  padding: 0;
  margin: 0;
  font-family: "pp_right_groteskmedium", arial, sans-serif;
  color: #0e1111;
  background: #f7f7eb;
  overflow-x: hidden; }
  body.isSticky {
    padding-top: 85px; }
    @media (min-width: 769px) {
      body.isSticky {
        padding-top: 170px; } }
  @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; }

.page {
  background-color: #f7f7eb;
  overflow-x: hidden; }

pre code {
  white-space: pre-line; }

.form-group {
  padding: 1px;
  border: 1px solid transparent; }
  .form-group:focus-within {
    border-color: transparent;
    border: none; }
  .form-group.disabled-border:focus-within {
    border: none; }
  .form-group.custom-checkbox:focus-within {
    border-color: transparent; }
  .form-group.custom-checkbox span {
    font-family: "pp_right_groteskregular", arial, sans-serif;
    font-weight: 400;
    font-size: rem(14);
    color: #171711; }
  .form-group.custom-select3:focus-within {
    border-color: transparent; }

.b-day,
.b-month,
.b-year {
  border: 1px solid transparent;
  padding: 1px; }
  .b-day:focus-within,
  .b-month:focus-within,
  .b-year:focus-within {
    border-color: #f08f59; }

.input.form-control:-webkit-autofill,
.input.form-control:-webkit-autofill:hover,
.input.form-control:-webkit-autofill:focus,
.input.form-control:-webkit-autofill:active,
.input.form-control:-webkit-autofill::first-line {
  -webkit-box-shadow: 0 0 0 1000px #eeeee1 inset;
  transition: background-color 5000s ease-in-out 0s;
  font-family: "pp_right_groteskregular", arial, sans-serif;
  font-size: rem(18);
  line-height: rem(21.6); }

.input,
.input.form-control,
textarea,
textarea.form-control {
  height: rem(56);
  border: 0;
  border-left: 1px solid #171711;
  border-bottom: 1px solid #171711;
  background: #eeeee1;
  border-radius: 0;
  width: 100%;
  padding: rem(12) rem(16);
  font-family: "pp_right_groteskregular", arial, sans-serif;
  font-size: rem(18);
  line-height: rem(21.6);
  color: #171711;
  outline: 1px solid transparent;
  outline-offset: 0; }
  .input:-ms-input-placeholder,
  .input.form-control:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  textarea.form-control:-ms-input-placeholder {
    color: rgba(23, 23, 17, 0.5);
    opacity: 1;
    font-family: "pp_right_groteskregular", arial, sans-serif;
    font-size: rem(18);
    line-height: rem(21.6); }
  .input::placeholder,
  .input.form-control::placeholder,
  textarea::placeholder,
  textarea.form-control::placeholder {
    color: rgba(23, 23, 17, 0.5);
    opacity: 1;
    font-family: "pp_right_groteskregular", arial, sans-serif;
    font-size: rem(18);
    line-height: rem(21.6); }
  .input:focus,
  .input.form-control:focus,
  textarea:focus,
  textarea.form-control:focus {
    box-shadow: none;
    background-color: #eeeee1;
    border-left: 1px solid #171711;
    border-bottom: 1px solid #171711;
    outline: 1px solid #f08f59;
    outline-offset: 1px; }

select.form-control {
  height: rem(56);
  border: 0;
  border-left: 1px solid #171711;
  border-bottom: 1px solid #171711;
  background: #eeeee1;
  border-radius: 0; }
  select.form-control:focus-within {
    border: none; }

.input-noresize {
  resize: none; }

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

.custom-checkbox .custom-control-label-left {
  padding-left: rem(0);
  display: -ms-flexbox;
  display: flex; }
  .custom-checkbox .custom-control-label-left span {
    margin-left: 0;
    margin-top: rem(-3.2); }

.custom-checkbox .custom-control-label::before {
  background-color: #f7f7eb;
  top: 0;
  left: 0;
  position: relative;
  min-width: rem(20);
  margin-right: rem(12);
  border: 1px solid #171711; }

.custom-checkbox .custom-control-input:not(:checked):active ~ .custom-control-label::before {
  box-shadow: 0 0 2px 2px #f08f59;
  border: 1px solid #171711;
  background-color: initial; }

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 2px 2px #f08f59;
  border: 1px solid #171711; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #61bc6c;
  border: 1px solid #171711; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  display: block;
  left: rem(8);
  top: rem(5);
  width: rem(5);
  height: rem(10);
  border: 0.5px solid #171711;
  border-width: 0 rem(3) rem(3) 0;
  transform: rotate(45deg);
  position: absolute; }

.custom-checkbox .custom-control-input.is-invalid + .custom-control-label span {
  color: #f43319; }

.custom-radio .custom-control-label {
  padding-left: rem(29); }
  .custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
    top: 0;
    width: rem(24);
    height: rem(24); }
  .custom-radio .custom-control-label::before {
    border: 1.5px solid #171711;
    background-color: #f7f7eb; }

.custom-radio .custom-control-input {
  position: absolute;
  z-index: 2;
  opacity: 0;
  left: rem(21);
  top: 32%;
  width: rem(20);
  height: rem(20); }

.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  border: 1px solid #171711;
  background-color: initial; }

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #61bc6c;
  border-color: #171711; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: rem(10) rem(10);
  content: "\E901";
  color: #171711;
  font-family: "icomoon" !important;
  width: rem(15);
  height: rem(25);
  margin: auto;
  left: rem(22);
  position: absolute;
  background-image: none; }

.password-group {
  position: relative; }
  .password-group .password-toggler {
    position: absolute;
    top: rem(44);
    right: rem(8);
    outline: 0 solid #171711;
    outline-offset: 0; }
    .password-group .password-toggler:focus-visible {
      outline: none; }
  .password-group .msg-criteria-pwd {
    font-family: "pp_right_groteskmedium", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: rem(14);
    line-height: rem(17);
    color: #171711;
    margin-top: rem(8); }

.account-editpassword-topwrapper .password-toggler {
  top: rem(16); }

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

.toggleWrapper input.mobileToggle {
  opacity: 0;
  position: absolute; }
  .toggleWrapper input.mobileToggle + label {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.4s ease;
    -webkit-tap-highlight-color: transparent;
    height: rem(24);
    width: rem(39);
    border: 1px solid #171711;
    border-radius: rem(60);
    margin: 0; }
    .toggleWrapper input.mobileToggle + label::before {
      content: "";
      position: absolute;
      display: block;
      transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
      content: "";
      position: absolute;
      display: block;
      transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
      height: rem(24);
      width: rem(39);
      border-radius: rem(30);
      top: -1px;
      left: -1px;
      border: 1px solid #171711; }
    .toggleWrapper input.mobileToggle + label::after {
      content: "";
      position: absolute;
      display: block;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
      transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
      content: "";
      position: absolute;
      display: block;
      background: #171711;
      height: rem(16);
      width: rem(16);
      top: 3px;
      left: 4px;
      border-radius: rem(60); }
  .toggleWrapper input.mobileToggle:checked + label::before {
    background: #61bc6c;
    transition: width 0.2s cubic-bezier(0, 0, 0, 0.1); }
  .toggleWrapper input.mobileToggle:checked + label::after {
    left: rem(17); }

.profile-back-to-account-link {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto; }

.remove-btn {
  border: none;
  border-radius: 0;
  font-size: 1.625em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(14, 17, 17, 0.03); }

.newsletter-consent .caption[for*=accept-newsletter-subscription] {
  padding: 0; }

.newsletter-consent .newsletter-subscription-preferences {
  padding: 0 0 0 34px; }
  .newsletter-consent .newsletter-subscription-preferences .preference-wrapper {
    margin: 0 0 14px; }
    .newsletter-consent .newsletter-subscription-preferences .preference-wrapper .custom-control {
      padding: 0; }
      .newsletter-consent .newsletter-subscription-preferences .preference-wrapper .custom-control .disabled + .custom-control-label::before, .newsletter-consent .newsletter-subscription-preferences .preference-wrapper .custom-control .disabled + .custom-control-label::after {
        border-color: #171711;
        opacity: 0.5; }
    .newsletter-consent .newsletter-subscription-preferences .preference-wrapper .caption {
      margin: 0;
      line-height: 22px;
      padding: 0; }

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

.form-control-label {
  margin-bottom: rem(8);
  font-family: "tiempos_text_regular", arial, sans-serif;
  color: #171711;
  font-weight: 400;
  font-size: rem(14);
  line-height: rem(17); }

.invalid-feedback {
  color: #d03b27 !important;
  margin-top: rem(6);
  font-family: "pp_right_groteskregular", arial, sans-serif;
  font-size: rem(14);
  line-height: rem(20); }
  .is-invalid .invalid-feedback {
    display: block; }

.form-group {
  margin-bottom: rem(24);
  border: none; }
  .form-group.required .form-control-label::after {
    content: "";
    color: #171711; }

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

.is-invalid .select2-container--default .select2-selection__placeholder {
  opacity: 1;
  color: rgba(23, 23, 17, 0.5); }

.is-invalid .select2-container .select2-selection--single .select2-selection__arrow::after {
  border-top-color: #171711; }

.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: rem(1) solid #d03b27;
  font-family: "pp_right_groteskregular", arial, sans-serif;
  -webkit-text-fill-color: #d03b27;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s; }

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

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

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

.forget-pwd-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .forget-pwd-btn .forgot-password a {
    font-family: "pp_right_groteskmedium", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: rem(14);
    line-height: rem(17);
    outline: 0 solid #171711;
    outline-offset: 0;
    text-decoration: none; }
    @media (max-width: 768.98px) {
      .forget-pwd-btn .forgot-password a {
        line-height: rem(16.8); } }
    .forget-pwd-btn .forgot-password a:hover {
      text-decoration: none; }
    .forget-pwd-btn .forgot-password a:focus-visible {
      outline: 1px solid #f08f59; }
  .forget-pwd-btn .forgot-password:hover {
    background-color: #e1e1d2; }

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

.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: "pp_right_groteskmedium", 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: "pp_right_groteskmedium", 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: #b3b3b3; }
  .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; }

.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: "pp_right_groteskmedium", 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: "pp_right_groteskmedium", 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: #b3b3b3;
    cursor: pointer; }
  .description-and-detail .size-guide-btn {
    font-size: 14px;
    color: #0e1111; }

.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: auto;
    height: auto;
    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 {
  font-size: 12px;
  line-height: 1.67; }

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

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

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

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

.attributes .caseof-variations .form-group {
  margin-bottom: 15px; }
  .attributes .caseof-variations .form-group.caseof-wrapper {
    margin-bottom: 0; }

.attributes .personalization-link-wrapper,
.attributes .attribute {
  max-width: 26.25rem;
  margin: 24px auto; }

.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: 46px; } }

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

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

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

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

.product-detail .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 14px;
  font-family: "pp_right_groteskmedium", arial, sans-serif;
  padding-top: 11px;
  padding-bottom: 11px; }
  @media (min-width: 544px) {
    .product-detail .btn {
      margin-left: auto;
      margin-right: auto;
      width: 17.75rem; } }
  @media (min-width: 769px) {
    .product-detail .btn {
      max-width: -moz-max-content;
      max-width: max-content; } }
  @media (min-width: 1200px) {
    .product-detail .btn {
      max-width: none; } }
  .product-detail .btn .prices {
    padding: 0; }
  .product-detail .btn .price {
    font-size: 16px; }

.product-detail .btn-out-of-stock {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 14px;
  font-family: "pp_right_groteskmedium", arial, sans-serif; }
  @media (min-width: 544px) {
    .product-detail .btn-out-of-stock {
      margin-left: 0;
      margin-right: 0; } }

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

.simple-product-attributes .cart-and-ipay {
  padding-bottom: 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;
  display: none; }
  @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 {
  font-size: 3rem;
  line-height: 2.505rem;
  letter-spacing: -0.00625rem;
  font-family: "girott", arial, sans-serif; }

.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,
.error-messages {
  font-family: "tiempos_text_regular", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  letter-spacing: 0;
  color: #d03b27;
  margin-top: 1.25rem;
  display: block; }

.quantity-wrapper .quantity-select,
.quantity-wrapper .quantity-pdp-disabled {
  visibility: hidden;
  height: 0;
  padding: 0;
  display: block; }

.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: "pp_right_groteskmedium", arial, sans-serif;
    background: none;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    text-align: left; }
  .suggested-product .suggested-price {
    font-size: 14px;
    font-family: "pp_right_groteskmedium", arial, sans-serif; }

@media (max-width: 543.98px) {
  .cart-and-ipay {
    padding-bottom: 20px; }
    .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: "pp_right_groteskmedium", 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: "pp_right_groteskmedium", 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: "pp_right_groteskmedium", arial, sans-serif;
  font-weight: 400;
  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: #858586; }

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

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

.product-detail-sticky {
  background-color: #f7f7eb;
  position: fixed;
  padding: 13px 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: transform 0.5s ease-in-out;
  box-shadow: none;
  border-top: 1px solid #171711;
  transform: translateY(220px); }
  .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%; }
        .product-detail-sticky .prices-add-to-cart-actions.js-add-to-cart-copy {
          background-color: #f7f7eb; } }
    @media (max-width: 768.98px) {
      .product-detail-sticky .prices-add-to-cart-actions button {
        max-width: -moz-max-content;
        max-width: max-content; } }
    @media (max-width: 543.98px) {
      .product-detail-sticky .prices-add-to-cart-actions button {
        min-width: -moz-max-content;
        min-width: max-content;
        max-width: none;
        width: 100%;
        padding: 12px 10px; } }

@media (max-width: 543.98px) {
  .prices-buttons-sticky-box {
    position: static;
    box-shadow: none; }
    .prices-buttons-sticky-box.m-stick {
      transform: translateY(0); } }

.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: "pp_right_groteskmedium", 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: "pp_right_groteskmedium", 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: 0 auto 1.5rem auto;
  padding: 0.9375rem;
  background-color: #f8e5b0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 26.25rem; }
  @media (max-width: 768.98px) {
    .preorder-wrapper {
      margin-top: 1.5rem; } }
  .preorder-wrapper .preorder-title {
    margin: 0 4px 0 0; }
  .preorder-wrapper .preorder-date {
    text-transform: lowercase;
    margin: 0; }

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

.pdp-price-per-liter-wrapper {
  font-size: 14px;
  line-height: 16.8px;
  text-align: center; }

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

@media (max-width: 543.98px) {
  .error-messages {
    display: none; } }

.product-detail-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  min-height: 46.875rem; }
  @media (max-width: 1199.98px) {
    .product-detail-wrapper {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column; } }
  .product-detail-wrapper .primary-images {
    border-top: 1px solid #0e1111;
    box-shadow: 0 0 0 0.9375rem #d03b27;
    background-color: #d03b27;
    width: 50%;
    height: 41.875rem;
    overflow: hidden; }
    .product-detail-wrapper .primary-images img {
      max-height: 41.6875rem;
      margin: 0 auto; }
    @media (max-width: 768.98px) {
      .product-detail-wrapper .primary-images {
        width: 60%;
        box-shadow: none;
        background-color: #d03b27;
        height: 30.625rem;
        padding: 10px; }
        .product-detail-wrapper .primary-images img {
          max-height: 28.75rem; } }
    @media (max-width: 543.98px) {
      .product-detail-wrapper .primary-images {
        width: 100%; } }
  .product-detail-wrapper .product-detail-content {
    width: 50%;
    border-top: 1px solid #0e1111;
    margin-top: 0;
    border-left: 1px solid;
    text-align: center; }
    @media (max-width: 1199.98px) {
      .product-detail-wrapper .product-detail-content {
        width: 100%; } }
    .product-detail-wrapper .product-detail-content .row[data-attr="bottleSize"] {
      -ms-flex-pack: center;
          justify-content: center; }
  .product-detail-wrapper .attributes {
    margin-top: 2rem; }
    @media (max-width: 543.98px) {
      .product-detail-wrapper .attributes {
        margin-top: 0; } }
  .product-detail-wrapper .first-subtitle {
    margin-top: 1.5rem; }
    @media (max-width: 543.98px) {
      .product-detail-wrapper .first-subtitle {
        margin-top: 0.75rem; } }
  .product-detail-wrapper .caseof-wrapper {
    display: none; }
  .product-detail-wrapper .pdp-price-per-liter-wrapper {
    background: transparent;
    font-family: "tiempos_text_regular", arial, sans-serif;
    font-size: 0.875rem;
    color: #171711;
    font-weight: 400;
    font-style: italic;
    line-height: 1.0625rem;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 8px; }
    .product-detail-wrapper .pdp-price-per-liter-wrapper label {
      padding: 0; }
      .product-detail-wrapper .pdp-price-per-liter-wrapper label::before, .product-detail-wrapper .pdp-price-per-liter-wrapper label::after {
        display: none; }
  .product-detail-wrapper .prices-add-to-cart-actions {
    padding: 0;
    background-color: #f7f7eb; }
    @media (max-width: 543.98px) {
      .product-detail-wrapper .prices-add-to-cart-actions {
        position: static;
        box-shadow: none;
        padding: 12px 0 0; }
        .product-detail-wrapper .prices-add-to-cart-actions .atc-container {
          padding: 0; } }

.custom-quantity-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 7.6875rem;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #000;
  border-radius: 62.5rem;
  height: 3rem;
  position: relative; }
  .custom-quantity-container .product-quantity-input {
    border: none;
    background: transparent;
    outline: none;
    font-family: "pp_right_groteskmedium", arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.0625rem;
    letter-spacing: 0;
    text-align: center;
    -ms-flex: 1;
        flex: 1; }
  .custom-quantity-container .icon-minus,
  .custom-quantity-container .icon-plus {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 0.5rem;
    cursor: pointer;
    position: absolute; }
    .custom-quantity-container .icon-minus.btn-disabled,
    .custom-quantity-container .icon-plus.btn-disabled {
      pointer-events: none; }
      .custom-quantity-container .icon-minus.btn-disabled::before,
      .custom-quantity-container .icon-plus.btn-disabled::before {
        color: gray;
        cursor: normal; }
  .custom-quantity-container .icon-plus {
    padding-right: 1.5rem;
    right: 0; }
  .custom-quantity-container .icon-minus {
    padding-left: 1.5rem;
    left: 0; }

.atc-quantity {
  margin-right: 0.75rem; }
  .atc-quantity .select2 {
    display: none; }

.atc-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 543.98px) {
    .atc-container {
      padding: 0.75rem 1.5rem; } }

.atc-button {
  max-width: 17.75rem;
  -ms-flex: 1;
      flex: 1; }
  .atc-button .cart-and-ipay {
    padding: 0; }
    @media (max-width: 543.98px) {
      .atc-button .cart-and-ipay .btn {
        width: 100%;
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.detail-block {
  margin-right: 4rem;
  position: relative; }
  .product-detail .detail-block {
    padding: 3rem 4rem;
    border-bottom: 1px solid #0e1111; }
    @media (max-width: 1199.98px) {
      .product-detail .detail-block {
        padding: 1.5rem; } }
  @media (max-width: 543.98px) {
    .detail-block {
      padding: 0;
      margin: 0; } }
  .detail-block.img {
    border: none; }
  @media (max-width: 543.98px) {
    .detail-block .product-name.heading-h1 {
      margin: 0; } }
  @media (max-width: 543.98px) {
    .detail-block.fw-m {
      padding-left: 0;
      padding-right: 0; } }

.section {
  position: relative;
  text-align: left; }
  .section-description {
    padding-bottom: 7.5rem; }
    .section-description p {
      font-family: "pp_right_groteskregular", arial, sans-serif;
      color: #171711;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.8125rem;
      letter-spacing: 0;
      text-align: left; }
      @media (max-width: 543.98px) {
        .section-description p {
          font-size: 1.125rem;
          font-weight: 400;
          line-height: 1.375rem; } }
  .section-tastefinish {
    padding: 0;
    margin-bottom: 3.75rem; }
    .section-tastefinish p {
      font-family: "pp_right_groteskregular", arial, sans-serif;
      color: #171711;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.8125rem;
      letter-spacing: 0;
      text-align: left; }
      @media (max-width: 543.98px) {
        .section-tastefinish p {
          font-size: 1.125rem;
          font-weight: 400;
          line-height: 1.375rem;
          margin: 0; } }
    @media (max-width: 543.98px) {
      .section-tastefinish {
        padding: 0 1.5rem;
        margin-bottom: 3rem; } }
  .section-tag {
    font-family: "tiempos_text_regular", arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    letter-spacing: 0;
    text-align: left;
    border: 1px solid #0e1111;
    padding: 0.3125rem 0.75rem;
    border-radius: 0.25rem;
    background-color: #aab5b5;
    display: inline-block;
    margin: 1.5rem 0.5rem 0; }
  .section-stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }
    .section-stats .stats {
      height: 7rem;
      border-right: 1px solid #0e1111;
      -ms-flex: 1;
          flex: 1;
      font-family: "girott", arial, sans-serif;
      font-size: 4rem;
      font-weight: 700;
      line-height: 3.3125rem;
      letter-spacing: -0.03em;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 543.98px) {
        .section-stats .stats {
          font-size: 3rem;
          -ms-flex: auto;
              flex: auto; } }
      .section-stats .stats:last-child {
        border: none; }
      .section-stats .stats .units {
        font-family: "tiempos_text_regular", arial, sans-serif;
        font-size: 0.875rem;
        font-style: italic;
        font-weight: 400;
        line-height: 1.0625rem;
        letter-spacing: 0;
        margin-top: 0.75rem; }
      .section-stats .stats .number::after {
        content: " %";
        -ms-flex-item-align: end;
            align-self: flex-end;
        font-family: "tiempos_text_regular", arial, sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.8125rem;
        letter-spacing: 0;
        text-align: left;
        vertical-align: top; }
      .section-stats .stats .cercle {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background-color: #b7a980;
        border: 1px solid #171711;
        margin-top: 1.25rem; }
  @media (max-width: 543.98px) {
    .section-tabs {
      padding-left: 1.5rem; } }
  .section-tabs .nav li {
    margin-bottom: 1.5rem;
    height: 1.0625rem; }
    .section-tabs .nav li a {
      font-family: "pp_right_groteskmedium", arial, sans-serif;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.0625rem;
      letter-spacing: 0;
      text-align: left;
      margin-right: 1.5rem;
      color: #171711;
      text-transform: uppercase;
      opacity: 32%;
      text-decoration: none;
      outline: none; }
    .section-tabs .nav li:last-child a {
      margin: 0; }
    .section-tabs .nav li.active a {
      opacity: 1; }
  .section-tabs .tab-content {
    text-align: left;
    font-style: italic; }
  .section-tabs .tab-image-slider {
    margin-bottom: 0.75rem; }
    .section-tabs .tab-image-slider .tab-img {
      width: calc(16.66666666666667% - 13px);
      background: #e1e1d2;
      border: 1px solid #0e1111;
      border-radius: 4px;
      display: inline-block;
      margin: 0 0.75rem 0.75rem 0;
      position: relative; }
      .section-tabs .tab-image-slider .tab-img:nth-child(6) {
        margin-right: 0; }
      @media (max-width: 543.98px) {
        .section-tabs .tab-image-slider .tab-img {
          margin-bottom: 0;
          width: 100%; } }
    .section-tabs .tab-image-slider.slick-slider {
      overflow: hidden; }
    .section-tabs .tab-image-slider .slick-list {
      margin: 0 -0.375rem;
      padding: 0 1.5rem 0 0; }
    .section-tabs .tab-image-slider .slick-slide {
      padding: 0 0.375rem; }
  .section-bigtext {
    font-family: "girott", arial, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 3.3125rem;
    letter-spacing: -0.03em;
    text-align: left; }
    @media (max-width: 543.98px) {
      .section-bigtext {
        font-size: 3rem;
        line-height: 2.5rem; } }
  .section .sec-img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid #171711; }
  @media (max-width: 543.98px) {
    .section-bestserve {
      padding-left: 1.5rem; } }
  .section .slider-bestserve {
    display: inline-block;
    width: 100%;
    display: -ms-flexbox;
    display: flex; }
    .section .slider-bestserve .bestserve-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      width: calc(33.33% - 8px);
      margin-right: 0.75rem;
      font-family: "tiempos_text_regular", arial, sans-serif;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.0625rem;
      letter-spacing: 0;
      text-align: center; }
      @media (max-width: 543.98px) {
        .section .slider-bestserve .bestserve-item {
          margin-bottom: 0;
          width: 100%; } }
      .section .slider-bestserve .bestserve-item:last-child {
        margin: 0; }
      .section .slider-bestserve .bestserve-item img {
        width: 100%;
        border: 1px solid #0e1111;
        border-radius: 0.25rem;
        margin-bottom: 0.75rem; }
    .section .slider-bestserve.slick-slider {
      overflow: hidden; }
    .section .slider-bestserve .slick-list {
      margin: 0 -0.375rem;
      padding: 0 1.5rem 0 0; }
    .section .slider-bestserve .slick-slide {
      padding: 0 0.375rem; }

.section-reassurance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 1.5rem 0 1.5rem 2rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden; }
  @media (max-width: 543.98px) {
    .section-reassurance {
      overflow-x: auto;
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding: 0.75rem 0 0.75rem 1.5rem; } }
  .section-reassurance .reassurance-item {
    position: relative;
    padding-left: 1.875rem;
    font-family: "pp_right_groteskmedium", arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    height: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 543.98px) {
      .section-reassurance .reassurance-item {
        white-space: nowrap;
        margin-right: 0.75rem; } }
    .section-reassurance .reassurance-item::before {
      background-color: #61bc6c;
      border: solid 1px #171711;
      content: "";
      position: absolute;
      left: 0;
      width: 1.5rem;
      height: 1.5rem;
      border-radius: 50%; }
    .section-reassurance .reassurance-item::after {
      background-size: 0.625rem 0.625rem;
      content: "\E901";
      color: #171711;
      font-family: "icomoon" !important;
      margin: auto;
      position: absolute;
      background-image: none;
      left: -0.125rem;
      font-size: 1.625rem;
      line-height: 1.5rem; }

.heading_title {
  font-family: "tiempos_text_regular", arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.375rem;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 8.4375rem;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #171711; }
  @media (max-width: 543.98px) {
    .heading_title {
      font-size: 1.5rem;
      line-height: 1.8125rem;
      margin-bottom: 1.5rem;
      margin-top: 5.75rem;
      padding-bottom: 1.5rem; } }

.large-text {
  font-family: "girott", arial, sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 6.25rem;
  letter-spacing: -0.03em;
  text-align: left;
  text-transform: uppercase;
  padding: 0 4rem 4rem 4rem; }
  @media (max-width: 543.98px) {
    .large-text {
      font-size: 3rem;
      font-weight: 700;
      line-height: 2.5rem;
      letter-spacing: -0.03em;
      text-align: left;
      padding: 0 1.5rem 7.1875rem 1.5rem; } }
  .large-text .water {
    color: #5794b6; }
  .large-text .tan {
    color: #f08f59; }
  .large-text .chough {
    color: #d03b27; }
  .large-text img {
    width: 6.25rem;
    height: 6.25rem; }
    @media (max-width: 543.98px) {
      .large-text img {
        width: 2.5rem;
        height: 2.5rem; } }

.big-image-slot {
  width: 100%; }
  @media (max-width: 543.98px) {
    .big-image-slot {
      display: none; } }
  .big-image-slot.mobile {
    display: none; }
    @media (max-width: 543.98px) {
      .big-image-slot.mobile {
        display: block; } }

.slider-benefits {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 4rem; }
  @media (max-width: 543.98px) {
    .slider-benefits {
      display: block;
      padding-left: 1.5rem;
      padding-right: 0; } }
  .slider-benefits .benefits-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
    margin-right: 2rem;
    text-align: center;
    font-family: "pp_right_groteskmedium", arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    letter-spacing: 0; }
    @media (max-width: 543.98px) {
      .slider-benefits .benefits-item {
        margin: 0;
        text-align: left; } }
    .slider-benefits .benefits-item:nth-child(6) {
      margin: 0; }
    .slider-benefits .benefits-item img {
      width: 100%;
      margin-bottom: 0.5rem;
      background-color: #e1e1d2; }
  .slider-benefits .slick-slide {
    padding: 0 1rem; }
  @media (max-width: 543.98px) {
    .slider-benefits.slick-slider {
      overflow: hidden; }
    .slider-benefits .slick-list {
      margin: 0 -0.375rem;
      padding: 0 8.75rem 0 0; }
    .slider-benefits .slick-slide {
      padding: 0 0.375rem; } }

.bb {
  border-bottom: 1px solid #171711; }

.bt {
  border-top: 1px solid #171711; }

.article-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 543.98px) {
    .article-slider {
      background-color: #aab5b5;
      padding: 1.5rem 0 1.5rem 1.5rem; } }
  .article-slider.slick-slider {
    overflow: hidden; }
  .article-slider .slick-list {
    margin: 0 -0.375rem;
    padding: 0 1.5rem 0 0; }
  .article-slider .slick-slide {
    padding: 0 0.375rem; }

.article-item {
  padding: 4rem;
  text-align: center;
  -ms-flex: 1;
      flex: 1; }
  @media (max-width: 543.98px) {
    .article-item {
      padding: 0;
      background-color: #aab5b5; } }
  .article-item .img-frame {
    position: relative; }
  .article-item .article-link {
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    transform: translate(-50%, 0);
    min-width: 18.75rem;
    display: none; }
  .article-item:hover {
    background-color: #aab5b5;
    box-shadow: 12px 0 0 12px #aab5b5; }
    .article-item:hover .article-link {
      display: block; }
  .article-item:first-child:hover {
    box-shadow: -12px 0 0 12px #aab5b5; }

.article-description {
  font-family: "pp_right_groteskregular", arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: 0;
  padding: 0 14%; }
  @media (max-width: 543.98px) {
    .article-description {
      font-size: 1.125rem;
      line-height: 1.3125rem;
      padding: 0; } }

.article-title {
  display: block;
  margin: 1.5rem auto 0.75rem;
  max-width: 32.5rem; }

.article-date {
  font-family: "tiempos_text_regular", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  letter-spacing: 0;
  margin-top: 1.5rem; }

.switch-z {
  z-index: 1; }
  .switch-z + * {
    z-index: 0; }

.section-container {
  position: relative; }
  .section-container .btn-see-all {
    z-index: 1;
    position: absolute;
    right: 4rem;
    top: 0; }
    @media (max-width: 543.98px) {
      .section-container .btn-see-all {
        position: relative;
        display: table;
        right: auto;
        left: auto;
        margin: 0 auto;
        float: none;
        margin-top: 1.5rem;
        padding: 0.6875rem 1.5rem;
        font-size: 0.8125rem;
        font-weight: 400;
        line-height: 1rem;
        letter-spacing: 0;
        text-align: center; } }

.recommendations .pdp-recommandation-slider {
  max-width: 90rem;
  margin: 0 auto; }

.recommendations .recommendations-heading {
  font-family: "tiempos_text_regular", arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.375rem;
  letter-spacing: 0;
  text-align: center;
  margin-top: 8.5rem;
  margin-bottom: 3rem; }
  @media (max-width: 543.98px) {
    .recommendations .recommendations-heading {
      font-size: 1.5rem;
      line-height: 1.8125rem;
      margin: 5.75rem auto 1.5rem; } }

.recommendations .w-100 {
  border-top: 1px solid #171711; }

.recommendations .slick-track {
  display: -ms-flexbox !important;
  display: flex !important; }

.recommendations .slick-slide {
  height: inherit; }
  .recommendations .slick-slide > div,
  .recommendations .slick-slide > div > div > div {
    height: 100%; }
  .recommendations .slick-slide:first-child .product-tile {
    border: none; }


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