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

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

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

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

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

@media (min-width: 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: 1.3125rem; }

.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: 0.875rem 1.5rem 1.0625rem;
  font-family: "pp_right_groteskmedium", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  border: 0.0625rem solid #171711;
  border-radius: 62.5rem;
  text-decoration: none;
  transition: background-color 0.2s linear; }
  @media (min-width: 769px) {
    .btn {
      padding: 0.75rem 1.875rem; }
      .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: 0.0625rem 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: 0.0625rem solid rgba(23, 23, 17, 0.64); }
    .btn-secondary[focus]::before, .btn-secondary.focus::before {
      position: absolute;
      width: 100%;
      height: 100%;
      border: 0.0625rem solid #f08f59; }
    .btn-secondary[disabled], .btn-secondary.disabled {
      color: rgba(23, 23, 17, 0.64);
      background-color: inherit;
      color: #e1e1d2;
      border: 0.0625rem 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: 0.0625rem solid #f08f59;
    outline-offset: 0.0625rem; }
  .border-btn:focus-visible {
    outline: 0.0625rem solid #f08f59;
    outline-offset: 0.0625rem; }

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

@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: 1.125rem; } }

h1,
.heading-h1 {
  font-size: 7.5rem;
  line-height: 6.2625rem;
  letter-spacing: -0.03125rem;
  font-weight: 700;
  font-family: "girott", arial, sans-serif; }
  @media (max-width: 768.98px) {
    h1,
    .heading-h1 {
      font-size: 4rem;
      line-height: 3.34rem;
      margin-bottom: 1.5rem; } }

h2,
.heading-h2 {
  font-size: 4rem;
  line-height: 3.34rem;
  font-weight: 700;
  font-family: "girott", arial, sans-serif;
  margin-bottom: 2rem; }
  @media (max-width: 768.98px) {
    h2,
    .heading-h2 {
      font-size: 3rem;
      line-height: 2.505rem;
      margin-bottom: 1.5rem; } }

h3,
.heading-h3 {
  font-size: 3rem;
  line-height: 2.505rem;
  letter-spacing: -0.00625rem;
  font-family: "girott", arial, sans-serif; }

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

h5,
.heading-h5 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: 0.00625rem;
  font-family: "tiempos_text_regular", arial, sans-serif;
  margin-bottom: 2rem; }
  @media (max-width: 768.98px) {
    h5,
    .heading-h5 {
      font-size: 1.125rem;
      line-height: 1.35rem;
      margin-bottom: 1.5rem; } }

h6,
.heading-h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-family: "tiempos_text_regular", arial, sans-serif; }

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

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

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

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

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

.heading-footer {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #0e1111; }
  @media (min-width: 544px) {
    .heading-footer {
      font-size: 0.875rem;
      line-height: 1.25rem; } }

.heading-subtitle {
  font-size: 0.875rem;
  line-height: 1.05rem;
  font-weight: 400;
  font-family: "tiempos_text_regular", arial, sans-serif;
  margin-bottom: 0.75rem;
  display: block; }

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

.heading-214 {
  font-size: 13.375rem;
  line-height: 11.8125rem;
  font-weight: 700;
  font-family: "girott", arial, sans-serif; }
  @media (max-width: 768.98px) {
    .heading-214 {
      font-size: 3rem;
      line-height: 3.125rem;
      text-align: left;
      padding-bottom: 1.5rem; } }

@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: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 500;
  font-family: "pp_right_groteskregular", arial, sans-serif;
  transition: 0.5s all;
  padding: 0.25rem; }
  .link-decoration:hover {
    background-color: #e1e1d2;
    padding: 0.25rem;
    text-decoration: none; }

.yellow-tag {
  font-style: italic;
  padding: 1rem;
  background-color: #f9ff00;
  border: 1px solid #171711;
  border-radius: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.375rem; }

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: 0.875rem;
    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: 1.125rem;
  line-height: 1.35rem; }

.input,
.input.form-control,
textarea,
textarea.form-control {
  height: 3.5rem;
  border: 0;
  border-left: 1px solid #171711;
  border-bottom: 1px solid #171711;
  background: #eeeee1;
  border-radius: 0;
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: "pp_right_groteskregular", arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.35rem;
  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: 1.125rem;
    line-height: 1.35rem; }
  .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: 1.125rem;
    line-height: 1.35rem; }
  .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: 3.5rem;
  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: 0.875rem;
  border: none;
  padding: 0 0.625rem; }
  @media (max-width: 543.98px) {
    .js-search-trigger .search-field {
      padding: 0; } }

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

.custom-checkbox .custom-control-label::before {
  background-color: #f7f7eb;
  top: 0;
  left: 0;
  position: relative;
  min-width: 1.25rem;
  margin-right: 0.75rem;
  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: 0.5rem;
  top: 0.3125rem;
  width: 0.3125rem;
  height: 0.625rem;
  border: 0.5px solid #171711;
  border-width: 0 0.1875rem 0.1875rem 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: 1.8125rem; }
  .custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
    top: 0;
    width: 1.5rem;
    height: 1.5rem; }
  .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: 1.3125rem;
  top: 32%;
  width: 1.25rem;
  height: 1.25rem; }

.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: 1.25rem;
  height: 1.25rem; }

.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: 0.625rem 0.625rem;
  content: "\E901";
  color: #171711;
  font-family: "icomoon" !important;
  width: 0.9375rem;
  height: 1.5625rem;
  margin: auto;
  left: 1.375rem;
  position: absolute;
  background-image: none; }

.password-group {
  position: relative; }
  .password-group .password-toggler {
    position: absolute;
    top: 2.75rem;
    right: 0.5rem;
    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: 0.875rem;
    line-height: 1.0625rem;
    color: #171711;
    margin-top: 0.5rem; }

.account-editpassword-topwrapper .password-toggler {
  top: 1rem; }

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: 1.5rem;
    width: 2.4375rem;
    border: 1px solid #171711;
    border-radius: 3.75rem;
    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: 1.5rem;
      width: 2.4375rem;
      border-radius: 1.875rem;
      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: 1rem;
      width: 1rem;
      top: 3px;
      left: 4px;
      border-radius: 3.75rem; }
  .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: 1.0625rem; }

.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: 0.5rem;
  font-family: "tiempos_text_regular", arial, sans-serif;
  color: #171711;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem; }

.invalid-feedback {
  color: #d03b27 !important;
  margin-top: 0.375rem;
  font-family: "pp_right_groteskregular", arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem; }
  .is-invalid .invalid-feedback {
    display: block; }

.form-group {
  margin-bottom: 1.5rem;
  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: 0.0625rem 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: 0.875rem;
    line-height: 1.0625rem;
    outline: 0 solid #171711;
    outline-offset: 0;
    text-decoration: none; }
    @media (max-width: 768.98px) {
      .forget-pwd-btn .forgot-password a {
        line-height: 1.05rem; } }
    .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%; }

.search-result-count {
  font-family: "tiempos_text_regular", arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #d03b27; }

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

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

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

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

.search-result-suggest .search-results.container.page-plp .tab-heading {
  text-transform: uppercase; }

.search-result-suggest .search-results.container.page-plp .grid-header {
  height: auto;
  padding-top: 0; }
  .search-result-suggest .search-results.container.page-plp .grid-header .search-result-display-count {
    visibility: visible;
    display: block; }
    @media (max-width: 768.98px) {
      .search-result-suggest .search-results.container.page-plp .grid-header .search-result-display-count {
        text-align: center; } }
  @media (max-width: 768.98px) {
    .search-result-suggest .search-results.container.page-plp .grid-header .all-rang {
      position: relative;
      transform: none;
      left: inherit;
      top: inherit;
      bottom: inherit;
      margin: 0 auto 1.875rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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; } }

.form-nav .nav-tabs .nav-link {
  color: #171711;
  font-family: "pp_right_groteskmedium", arial, sans-serif; }

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #f7f7eb;
  color: #171711; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes loading-dots {
  0% {
    background-color: #0e1111; }
  50% {
    background-color: rgba(14, 17, 17, 0.1); }
  100% {
    background-color: rgba(14, 17, 17, 0.2); } }

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

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

.filter-header {
  height: 80px; }

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

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

.refinement-header {
  overflow: auto; }

.disabled {
  pointer-events: none; }

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

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

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

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

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

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

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

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

.reset-filter-label {
  font-size: 14px;
  font-family: "pp_right_groteskmedium", arial, sans-serif;
  border-bottom: 1px solid #0e1111;
  cursor: pointer;
  margin: 20px 0 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-more .btn-load-more {
  max-width: 200px;
  font-family: "pp_right_groteskregular", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem; }

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

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

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

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

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

.plp-banner-wrapper .plp-banner-title .hero {
  padding: 0; }
  @media (max-width: 768.98px) {
    .plp-banner-wrapper .plp-banner-title .hero .container {
      padding: 0 24px; } }
  .plp-banner-wrapper .plp-banner-title .hero .container .page-title {
    margin: 0;
    font-size: 13.375rem;
    line-height: 90.5%;
    position: relative;
    padding: 0 15.625vw;
    z-index: 2; }
    .plp-banner-wrapper .plp-banner-title .hero .container .page-title::before {
      content: "";
      height: 1px;
      width: 100%;
      bottom: 0;
      left: 0;
      background-color: #0e1111;
      position: absolute; }
    .plp-banner-wrapper .plp-banner-title .hero .container .page-title::after {
      content: "";
      position: absolute;
      width: 209px;
      height: 204px;
      background: url("../images/dram-Illustration.svg") no-repeat center;
      display: block;
      left: 31px;
      bottom: -43px;
      background-size: contain;
      z-index: 1; }
    @media (max-width: 1199.98px) {
      .plp-banner-wrapper .plp-banner-title .hero .container .page-title {
        font-size: 4.75rem; }
        .plp-banner-wrapper .plp-banner-title .hero .container .page-title::after {
          width: 94.23px;
          height: 92px;
          left: -27px;
          bottom: -30px; } }

.plp-banner-wrapper .breadcrumb-item .breadcrumb-link {
  color: #444; }

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

@media (max-width: 768.98px) {
  .plp-banner-wrapper ~ .search-results .grid-header {
    margin-top: 0;
    margin-bottom: 0; }
  .plp-banner-wrapper ~ .search-results .product-grid > .col-6:nth-child(2) .product-tile, .plp-banner-wrapper ~ .search-results .product-grid > .col-6:nth-child(3) .product-tile {
    padding-top: 0; } }

/* New style plp
---------------- */
.layout-mobile span {
  width: 24px; }

.container.page-plp {
  position: relative;
  margin-bottom: -1px; }
  @media (max-width: 768.98px) {
    .container.page-plp {
      padding: 0 24px; } }
  @media (max-width: 768.98px) {
    .container.page-plp.popup-sort-order-in {
      padding: 0 8px; } }
  .container.page-plp .filter-bar ul {
    margin: 0; }
  .container.page-plp .bg-sort-order-popover {
    background-color: #424242;
    display: none;
    height: 100%;
    position: fixed;
    opacity: 0.8;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3; }
    @media (max-width: 768.98px) {
      .container.page-plp .bg-sort-order-popover {
        background: #f7f7eb;
        opacity: 1; } }
  .container.page-plp .sort-order-popover {
    position: fixed;
    right: 0;
    top: 0;
    width: 416px;
    height: 100%;
    z-index: 4;
    background: #f7f7eb;
    display: none; }
    @media (max-width: 768.98px) {
      .container.page-plp .sort-order-popover {
        right: 0;
        width: 100%;
        height: 100%;
        position: fixed; } }
    .container.page-plp .sort-order-popover .container {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      @media (max-width: 768.98px) {
        .container.page-plp .sort-order-popover .container {
          padding-left: 0.75rem;
          padding-right: 0.75rem; } }
      .container.page-plp .sort-order-popover .container .close-button {
        position: absolute;
        right: 1.5rem;
        top: 1.5rem;
        width: 2rem;
        height: 2rem;
        margin-left: auto;
        border-radius: 50%;
        border: 1px solid #424242;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        cursor: pointer; }
        .container.page-plp .sort-order-popover .container .close-button:hover {
          color: #fff;
          background-color: #424242; }
        .container.page-plp .sort-order-popover .container .close-button::before {
          font-size: 0.5rem; }
      .container.page-plp .sort-order-popover .container .sort-order-popover-title {
        margin: 0;
        padding: 29px 0 17px;
        font-family: "pp_right_groteskmedium", arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 22px; }
      .container.page-plp .sort-order-popover .container .content-sort-order-popover {
        padding-top: 1.5rem; }
        .container.page-plp .sort-order-popover .container .content-sort-order-popover .select2-container {
          display: none; }
        .container.page-plp .sort-order-popover .container .content-sort-order-popover .filter-sort-order {
          margin: 0 -12px;
          padding: 0;
          list-style: none; }
          .container.page-plp .sort-order-popover .container .content-sort-order-popover .filter-sort-order .item-filter-sort-order {
            padding: 12px;
            font-family: "pp_right_groteskregular", arial, sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 1.5rem;
            line-height: 1.8125rem;
            cursor: pointer;
            position: relative; }
            .container.page-plp .sort-order-popover .container .content-sort-order-popover .filter-sort-order .item-filter-sort-order::after {
              height: 1px;
              width: calc(100% - 24px);
              bottom: 0;
              background-color: #e1e1d2;
              position: absolute;
              content: "";
              left: 50%;
              transform: translateX(-50%); }
            .container.page-plp .sort-order-popover .container .content-sort-order-popover .filter-sort-order .item-filter-sort-order:last-child {
              border-bottom: 0; }
              .container.page-plp .sort-order-popover .container .content-sort-order-popover .filter-sort-order .item-filter-sort-order:last-child::after {
                display: none; }
            .container.page-plp .sort-order-popover .container .content-sort-order-popover .filter-sort-order .item-filter-sort-order:hover {
              background-color: #e1e1d2; }
            .container.page-plp .sort-order-popover .container .content-sort-order-popover .filter-sort-order .item-filter-sort-order.active {
              background-color: #e1e1d2; }
            .container.page-plp .sort-order-popover .container .content-sort-order-popover .filter-sort-order .item-filter-sort-order.hover::after {
              display: none; }
  .container.page-plp .grid-header {
    padding-top: 7.875rem;
    padding-bottom: 3rem;
    position: relative;
    margin-top: 0;
    margin-bottom: 0; }
    @media (max-width: 768.98px) {
      .container.page-plp .grid-header {
        padding-top: 92px;
        padding-bottom: 24px;
        -ms-flex-line-pack: end;
            align-content: flex-end;
        height: 201px;
        margin: auto; } }
    .container.page-plp .grid-header::before {
      content: "";
      width: 1440px;
      height: 1px;
      background-color: #444;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      position: absolute; }
    .container.page-plp .grid-header .search-result-display-count {
      padding-top: 0;
      padding-bottom: 0;
      visibility: hidden; }
      @media (max-width: 768.98px) {
        .container.page-plp .grid-header .search-result-display-count {
          display: none; } }
    .container.page-plp .grid-header .show-hide-filters-button {
      display: none !important; }
    .container.page-plp .grid-header .all-rang {
      position: absolute;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      font-family: "tiempos_text_regular", arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 2rem;
      line-height: 38px;
      text-align: center;
      left: 50%;
      transform: translate(-50%, 0);
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-align: center;
          align-items: center;
      z-index: 1; }
      @media (max-width: 768.98px) {
        .container.page-plp .grid-header .all-rang {
          bottom: 80px;
          height: auto; } }
    @media (max-width: 768.98px) {
      .container.page-plp .grid-header .display-sorting-order {
        padding: 0; } }
    @media (max-width: 543.98px) {
      .container.page-plp .grid-header .display-sorting-order.with-layout-mobile {
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; } }
    .container.page-plp .grid-header .display-sorting-order .sort-order-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 543.98px) {
        .container.page-plp .grid-header .display-sorting-order .sort-order-container {
          margin-left: 0; } }
      .container.page-plp .grid-header .display-sorting-order .sort-order-container .label-sort-order {
        margin-right: 12px;
        font-family: "tiempos_text_regular", arial, sans-serif;
        font-style: italic;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 1.0625rem; }
        @media (max-width: 768.98px) {
          .container.page-plp .grid-header .display-sorting-order .sort-order-container .label-sort-order {
            min-width: 100px;
            text-align: right; } }
      .container.page-plp .grid-header .display-sorting-order .sort-order-container .btn-show-sort-order {
        min-width: 141px;
        width: -moz-max-content;
        width: max-content;
        height: 48px;
        font-family: "pp_right_groteskmedium", arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 1.0625rem;
        text-align: right;
        background: #f7f7eb;
        border: 1px solid #424242;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        padding: 0 44px 0 24px;
        border-radius: 25px;
        text-transform: uppercase;
        position: relative;
        cursor: pointer;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: start;
            justify-content: flex-start; }
        @media (max-width: 768.98px) {
          .container.page-plp .grid-header .display-sorting-order .sort-order-container .btn-show-sort-order {
            padding: 1px 28px 0 16px;
            height: 32px;
            min-width: 117px; } }
        .container.page-plp .grid-header .display-sorting-order .sort-order-container .btn-show-sort-order:focus {
          outline: 1px solid #0e1111;
          outline-offset: 0;
          border-radius: 25px; }
        .container.page-plp .grid-header .display-sorting-order .sort-order-container .btn-show-sort-order::before {
          position: absolute;
          width: 7.5px;
          height: 6px;
          right: 24px;
          background: url("../images/arrow-down.png") no-repeat center right;
          content: "";
          top: 50%;
          transform: translate(0, -50%); }
          @media (max-width: 768.98px) {
            .container.page-plp .grid-header .display-sorting-order .sort-order-container .btn-show-sort-order::before {
              right: 12px; } }
      .container.page-plp .grid-header .display-sorting-order .sort-order-container .filter-results {
        display: none; }
    .container.page-plp .grid-header .display-sorting-order .hide-filters-text {
      font-family: "tiempos_text_regular", arial, sans-serif;
      font-size: 14px;
      font-style: italic; }
  .container.page-plp .product-badges {
    z-index: 1; }
  @media (min-width: 769px) {
    .container.page-plp .product-grid {
      margin-left: -4rem;
      margin-right: -4rem; } }
  @media (max-width: 768.98px) {
    .container.page-plp .product-grid {
      margin: auto; } }
  .container.page-plp .product-grid .item-product-grid {
    border-right: 1px solid #444; }
    @media (max-width: 543.98px) {
      .container.page-plp .product-grid .item-product-grid {
        border-right: 0; } }
    .container.page-plp .product-grid .item-product-grid.child-3 {
      border-right: 0; }
    .container.page-plp .product-grid .item-product-grid .product-tile {
      border-bottom: 1px solid #444;
      border-top: 0;
      padding: 3.0625rem 4rem 3rem; }
      @media (max-width: 1199.98px) {
        .container.page-plp .product-grid .item-product-grid .product-tile {
          padding: 3rem 0.9375rem; } }
      @media (max-width: 543.98px) {
        .container.page-plp .product-grid .item-product-grid .product-tile {
          padding: 3rem 0 !important; } }
      .container.page-plp .product-grid .item-product-grid .product-tile.bm-0 {
        border-bottom: 0; }
      .container.page-plp .product-grid .item-product-grid .product-tile .product-badges {
        z-index: 1;
        position: absolute;
        left: 0;
        width: 100%;
        display: none; }
      .container.page-plp .product-grid .item-product-grid .product-tile .productName .pdp-link {
        font-weight: 700;
        font-size: 5.3125rem;
        line-height: 83.5%;
        /* or 100px */
        text-align: center;
        letter-spacing: -0.03em;
        z-index: 2;
        position: relative;
        overflow: hidden;
        padding-bottom: 18px;
        margin: 0 -48px; }
        @media (max-width: 1199.98px) {
          .container.page-plp .product-grid .item-product-grid .product-tile .productName .pdp-link {
            font-size: 4rem;
            line-height: 83.5%;
            margin: 0; } }
        @media (max-width: 768.98px) {
          .container.page-plp .product-grid .item-product-grid .product-tile .productName .pdp-link {
            margin: 0;
            font-size: 3.375rem; } }
        @media (max-width: 543.98px) {
          .container.page-plp .product-grid .item-product-grid .product-tile .productName .pdp-link {
            overflow: visible;
            min-height: 106px; } }
        .container.page-plp .product-grid .item-product-grid .product-tile .productName .pdp-link.overflow-wrap {
          font-size: 2.5rem; }
        .container.page-plp .product-grid .item-product-grid .product-tile .productName .pdp-link .link {
          text-decoration: none;
          outline: none; }
          @media (max-width: 543.98px) {
            .container.page-plp .product-grid .item-product-grid .product-tile .productName .pdp-link .link {
              display: block;
              margin: auto; } }
          .container.page-plp .product-grid .item-product-grid .product-tile .productName .pdp-link .link .ellip {
            text-decoration: none; }
            .container.page-plp .product-grid .item-product-grid .product-tile .productName .pdp-link .link .ellip span {
              display: inline-block; }
              .container.page-plp .product-grid .item-product-grid .product-tile .productName .pdp-link .link .ellip span:last-child {
                display: block; }
              .container.page-plp .product-grid .item-product-grid .product-tile .productName .pdp-link .link .ellip span.ellip-line {
                display: inline-block; }
      .container.page-plp .product-grid .item-product-grid .product-tile .image-container {
        background: #e1e1d2;
        margin-top: -25px;
        margin-bottom: 1.5rem;
        position: relative;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        padding: 3.375rem 0 4.5rem; }
        @media (max-width: 768.98px) {
          .container.page-plp .product-grid .item-product-grid .product-tile .image-container {
            padding: 3.5625rem 0;
            margin-bottom: 0.75rem; } }
        .container.page-plp .product-grid .item-product-grid .product-tile .image-container a {
          outline: none; }
      .container.page-plp .product-grid .item-product-grid .product-tile .add-to-card-cta {
        text-align: center;
        transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -khtml-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s; }
        @media (max-width: 768.98px) {
          .container.page-plp .product-grid .item-product-grid .product-tile .add-to-card-cta {
            display: block;
            position: static;
            opacity: 1; } }
        .container.page-plp .product-grid .item-product-grid .product-tile .add-to-card-cta .add-to-cart {
          min-width: 214px;
          width: auto;
          background: #f08f59;
          height: 3rem;
          text-decoration: none;
          border-radius: 25px;
          line-height: 3rem;
          padding: 0 1.5rem;
          border: 1px solid #444;
          color: #444; }
          @media (max-width: 768.98px) {
            .container.page-plp .product-grid .item-product-grid .product-tile .add-to-card-cta .add-to-cart {
              min-width: 9.6875rem;
              max-width: 100%;
              line-height: normal; } }
          @media (max-width: 543.98px) {
            .container.page-plp .product-grid .item-product-grid .product-tile .add-to-card-cta .add-to-cart {
              min-width: 13.375rem; } }
          .container.page-plp .product-grid .item-product-grid .product-tile .add-to-card-cta .add-to-cart span {
            font-weight: 400;
            font-size: 14px;
            font-family: "pp_right_groteskmedium", arial, sans-serif; }
      .container.page-plp .product-grid .item-product-grid .product-tile .tile-body {
        -ms-flex-pack: start;
            justify-content: start; }
        .container.page-plp .product-grid .item-product-grid .product-tile .tile-body .subtitle-1 {
          margin-bottom: 1.5rem; }
          @media (max-width: 768.98px) {
            .container.page-plp .product-grid .item-product-grid .product-tile .tile-body .subtitle-1 {
              margin-bottom: 0.75rem; } }
          .container.page-plp .product-grid .item-product-grid .product-tile .tile-body .subtitle-1 span {
            font-size: 1.5rem;
            line-height: 1.8125rem;
            font-family: "pp_right_groteskregular", arial, sans-serif;
            font-weight: 400;
            display: block; }
            @media (max-width: 768.98px) {
              .container.page-plp .product-grid .item-product-grid .product-tile .tile-body .subtitle-1 span {
                font-size: 1.125rem;
                line-height: 1.375rem; } }
        .container.page-plp .product-grid .item-product-grid .product-tile .tile-body .subtitle-2 {
          margin-bottom: 1.5rem; }
          @media (max-width: 768.98px) {
            .container.page-plp .product-grid .item-product-grid .product-tile .tile-body .subtitle-2 {
              margin-bottom: 0.75rem; } }
          .container.page-plp .product-grid .item-product-grid .product-tile .tile-body .subtitle-2 span {
            font-size: 0.875rem;
            line-height: 1.0625rem;
            font-family: "tiempos_text_regular", arial, sans-serif;
            font-weight: 400;
            font-style: italic;
            display: block; }
            @media (max-width: 768.98px) {
              .container.page-plp .product-grid .item-product-grid .product-tile .tile-body .subtitle-2 span {
                font-size: 0.875rem;
                line-height: 1.0625rem; } }
        .container.page-plp .product-grid .item-product-grid .product-tile .tile-body .product-tile-price-per-liter {
          font-family: "tiempos_text_regular", arial, sans-serif;
          font-style: italic;
          font-weight: 400;
          font-size: 0.875rem;
          line-height: 1.0625rem;
          text-align: center; }
      .container.page-plp .product-grid .item-product-grid .product-tile .product-type {
        display: none; }
      @media (min-width: 544px) {
        .container.page-plp .product-grid .item-product-grid .product-tile:hover .image-container {
          background: #d03b27; } }
      .container.page-plp .product-grid .item-product-grid .product-tile:hover .add-to-card-cta {
        display: block;
        opacity: 1; }
    @media (max-width: 543.98px) {
      .container.page-plp .product-grid .item-product-grid.col-6 .productName .pdp-link {
        font-size: 2.125rem;
        overflow: hidden;
        padding-bottom: 8px;
        min-height: 4.1875rem; } }
    @media (max-width: 543.98px) {
      .container.page-plp .product-grid .item-product-grid.col-6 .image-container {
        margin-top: -13px; } }
    @media (max-width: 543.98px) {
      .container.page-plp .product-grid .item-product-grid.col-6 .product-tile .add-to-card-cta .add-to-cart {
        min-width: 155px;
        max-width: 100%;
        line-height: normal;
        padding: 0 1.125rem; } }
    @media (max-width: 543.98px) {
      .container.page-plp .product-grid .item-product-grid.col-12 .productName .pdp-link {
        height: auto !important; } }
    @media (max-width: 543.98px) {
      .container.page-plp .product-grid .item-product-grid.col-12 .image-container {
        margin-top: -25px; } }

.promo-component {
  width: 100%;
  position: relative; }
  .promo-component::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1440px;
    height: 1px;
    display: block;
    background: #444; }
    @media (max-width: 543.98px) {
      .promo-component::after {
        left: -24px;
        right: -24px; } }
  @media (max-width: 543.98px) {
    .promo-component .img-promo-component {
      margin: 0 -24px;
      border-top: 1px solid #444; } }
  .promo-component .img-promo-component img {
    object-fit: cover; }
  .promo-component .info-promo-component {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0 3.125rem; }
    @media (max-width: 768.98px) {
      .promo-component .info-promo-component {
        padding: 3rem 0; } }
    .promo-component .info-promo-component .titre-secondaire {
      margin-bottom: 0.75rem;
      font-family: "tiempos_text_regular", arial, sans-serif;
      font-style: italic;
      font-weight: 400;
      font-size: 1.5rem;
      line-height: 1.8125rem; }
      @media (max-width: 768.98px) {
        .promo-component .info-promo-component .titre-secondaire {
          font-size: 1.125rem;
          line-height: 1.375rem;
          margin-bottom: 0.5rem; } }
    .promo-component .info-promo-component .titre-principale {
      font-style: normal;
      font-weight: 700;
      font-size: 7.5rem;
      line-height: 6.25rem;
      letter-spacing: -0.03em;
      margin-bottom: 1.5rem; }
      @media (max-width: 1199.98px) {
        .promo-component .info-promo-component .titre-principale {
          font-size: 4rem;
          line-height: 3.3125rem;
          letter-spacing: -0.03em; } }
    .promo-component .info-promo-component p {
      font-family: "pp_right_groteskregular", arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1.5rem;
      line-height: 1.8125rem;
      margin-bottom: 1.5rem; }
      @media (max-width: 768.98px) {
        .promo-component .info-promo-component p {
          font-size: 1.125rem;
          line-height: 1.375rem;
          letter-spacing: -0.03em; } }
    .promo-component .info-promo-component .btn-participate {
      font-family: "pp_right_groteskregular", arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 1.0625rem;
      border: 1px solid #444;
      border-radius: 25px;
      min-width: 121px;
      padding: 15px 24px 14px;
      background: #f7f7eb;
      color: #444;
      text-align: center; }
      @media (max-width: 768.98px) {
        .promo-component .info-promo-component .btn-participate {
          min-width: 13.375rem; } }
      .promo-component .info-promo-component .btn-participate:hover {
        background: #e1e1d2; }

.promo-component-2 {
  max-width: 1440px;
  position: relative; }
  @media (max-width: 768.98px) {
    .promo-component-2 {
      margin: 0 -24px; } }
  .promo-component-2::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1440px;
    height: 1px;
    display: block;
    background: #444; }
    @media (max-width: 543.98px) {
      .promo-component-2::after {
        left: -24px;
        right: -24px; } }
  .promo-component-2 .col-order-2 {
    -ms-flex-order: 2;
        order: 2;
    padding-left: 0 !important;
    border-left: 1px solid #444; }
    @media (max-width: 543.98px) {
      .promo-component-2 .col-order-2 {
        -ms-flex-order: 1;
            order: 1;
        border-left: 0; } }
    .promo-component-2 .col-order-2 .img-promo-component {
      -ms-flex-order: 2;
          order: 2;
      text-align: center;
      height: 100%; }
      @media (max-width: 768.98px) {
        .promo-component-2 .col-order-2 .img-promo-component {
          -ms-flex-order: 1;
              order: 1; } }
      @media (max-width: 543.98px) {
        .promo-component-2 .col-order-2 .img-promo-component {
          border-top: 1px solid #444; } }
      .promo-component-2 .col-order-2 .img-promo-component img {
        object-fit: cover;
        object-position: left;
        width: 100%;
        height: 100%; }
        @media (max-width: 543.98px) {
          .promo-component-2 .col-order-2 .img-promo-component img {
            height: 375px; } }
  .promo-component-2 .col-order-1 {
    -ms-flex-order: 1;
        order: 1;
    padding-right: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (max-width: 768.98px) {
      .promo-component-2 .col-order-1 {
        -ms-flex-order: 2;
            order: 2; } }
    @media (max-width: 543.98px) {
      .promo-component-2 .col-order-1 {
        padding-top: 0;
        padding-bottom: 0; } }
    .promo-component-2 .col-order-1 .info-promo-component {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 0 4rem 0 3.125rem;
      width: 100%; }
      @media (max-width: 768.98px) {
        .promo-component-2 .col-order-1 .info-promo-component {
          padding: 0 1.5rem 3rem; } }
      @media (max-width: 543.98px) {
        .promo-component-2 .col-order-1 .info-promo-component {
          padding: 3rem 1.5rem 3rem; } }
      .promo-component-2 .col-order-1 .info-promo-component .titre-principale {
        font-style: normal;
        font-weight: 700;
        font-size: 7.5rem;
        line-height: 6.25rem;
        letter-spacing: -0.03em;
        margin-bottom: 1.5rem; }
        @media (max-width: 1199.98px) {
          .promo-component-2 .col-order-1 .info-promo-component .titre-principale {
            font-size: 4rem;
            line-height: 3.3125rem;
            letter-spacing: -0.03em; } }
      .promo-component-2 .col-order-1 .info-promo-component .titre-secondaire {
        margin-bottom: 1.5rem;
        font-family: "tiempos_text_regular", arial, sans-serif;
        font-style: italic;
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 1.8125rem; }
        @media (max-width: 1199.98px) {
          .promo-component-2 .col-order-1 .info-promo-component .titre-secondaire {
            font-size: 1.125rem;
            line-height: 1.375rem; } }
      .promo-component-2 .col-order-1 .info-promo-component .bloc-btn {
        display: -ms-flexbox;
        display: flex; }
        .promo-component-2 .col-order-1 .info-promo-component .bloc-btn .btn-sign-up {
          margin: 0 0.375rem;
          padding: 0.9375rem 1.5rem 0.875rem;
          line-height: 1.0625rem;
          min-width: 5.9375rem;
          text-align: center;
          text-transform: uppercase; }
          @media (max-width: 768.98px) {
            .promo-component-2 .col-order-1 .info-promo-component .bloc-btn .btn-sign-up {
              min-width: 5.9375rem; } }
        .promo-component-2 .col-order-1 .info-promo-component .bloc-btn .btn-learn-more {
          text-transform: uppercase;
          font-family: "pp_right_groteskmedium", arial, sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 0.875rem;
          line-height: 1.0625rem;
          border: 1px solid #444;
          border-radius: 25px;
          min-width: 123px;
          padding: 0.9375rem 1.5rem 0.875rem;
          background: #f7f7eb;
          color: #444;
          text-align: center;
          margin: 0 0.375rem; }
          .promo-component-2 .col-order-1 .info-promo-component .bloc-btn .btn-learn-more:hover {
            background: #e1e1d2; }
    .promo-component-2 .col-order-1 .bloc-benefits {
      margin-top: 3.125rem;
      text-align: center;
      max-width: 720px; }
      @media (max-width: 1199.98px) {
        .promo-component-2 .col-order-1 .bloc-benefits {
          max-width: 508px; } }
      @media (max-width: 768.98px) {
        .promo-component-2 .col-order-1 .bloc-benefits {
          margin-top: 0;
          max-width: 392px; } }
      @media (max-width: 543.98px) {
        .promo-component-2 .col-order-1 .bloc-benefits {
          max-width: 375px;
          margin-bottom: 3rem; } }
      .promo-component-2 .col-order-1 .bloc-benefits .text-bloc-benefits {
        font-size: 1.5rem;
        line-height: 1.8125rem;
        font-style: normal;
        font-weight: 400;
        margin: 0 4.0625rem 1.5rem;
        font-family: "pp_right_groteskregular", arial, sans-serif;
        position: relative;
        padding: 1.5rem 0 0;
        border-top: 1px solid #444; }
        @media (max-width: 1199.98px) {
          .promo-component-2 .col-order-1 .bloc-benefits .text-bloc-benefits {
            font-size: 1.125rem;
            line-height: 1.375rem; } }
        @media (max-width: 768.98px) {
          .promo-component-2 .col-order-1 .bloc-benefits .text-bloc-benefits {
            font-size: 1.125rem;
            line-height: 1.375rem;
            margin: 0 0.96875rem 0.75rem;
            border-bottom: 1px solid #444;
            padding-bottom: 1.125rem;
            padding-top: 0;
            border-top: 0; } }
      .promo-component-2 .col-order-1 .bloc-benefits .caroussel-slick-center {
        width: 100%;
        padding-left: 15px; }
        .promo-component-2 .col-order-1 .bloc-benefits .caroussel-slick-center .slick-list {
          width: 100%; }
          .promo-component-2 .col-order-1 .bloc-benefits .caroussel-slick-center .slick-list .bloc-img-benefits {
            margin-right: 0.75rem; }
            .promo-component-2 .col-order-1 .bloc-benefits .caroussel-slick-center .slick-list .bloc-img-benefits img {
              background-color: #e1e1d2; }
            .promo-component-2 .col-order-1 .bloc-benefits .caroussel-slick-center .slick-list .bloc-img-benefits h3 {
              margin: 0.5rem 0 0;
              font-weight: 400;
              font-size: 0.875rem;
              line-height: 1.0625rem;
              text-transform: uppercase;
              font-family: "pp_right_groteskmedium", arial, sans-serif;
              text-align: left;
              padding: 0 5px; }

.promo-component-3 {
  width: 100%;
  position: relative; }
  .promo-component-3::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1440px;
    height: 1px;
    display: block;
    background: #444; }
    @media (max-width: 543.98px) {
      .promo-component-3::after {
        left: -24px;
        right: -24px; } }
  @media (max-width: 768.98px) {
    .promo-component-3 .img-promo-component {
      height: 100%; } }
  @media (max-width: 543.98px) {
    .promo-component-3 .img-promo-component {
      margin: 0 -24px;
      border-top: 1px solid #444; } }
  .promo-component-3 .img-promo-component img {
    object-fit: cover; }
    @media (max-width: 768.98px) {
      .promo-component-3 .img-promo-component img {
        height: 100%; } }
  .promo-component-3 .info-promo-component {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%;
    width: 100%; }
    @media (max-width: 768.98px) {
      .promo-component-3 .info-promo-component {
        padding: 3rem 0; } }
    .promo-component-3 .info-promo-component .titre-secondaire {
      margin-bottom: 0.75rem;
      font-family: "tiempos_text_regular", arial, sans-serif;
      font-style: italic;
      font-weight: 400;
      font-size: 1.5rem;
      line-height: 1.8125rem; }
      @media (max-width: 768.98px) {
        .promo-component-3 .info-promo-component .titre-secondaire {
          font-size: 1.125rem;
          line-height: 1.375rem;
          margin-bottom: 0.5rem; } }
    .promo-component-3 .info-promo-component .titre-principale {
      font-style: normal;
      font-weight: 700;
      font-size: 7.5rem;
      line-height: 6.25rem;
      letter-spacing: -0.03em;
      margin-bottom: 1.5rem; }
      @media (max-width: 1199.98px) {
        .promo-component-3 .info-promo-component .titre-principale {
          font-size: 4rem;
          line-height: 3.3125rem;
          letter-spacing: -0.03em; } }
    .promo-component-3 .info-promo-component p {
      font-family: "pp_right_groteskregular", arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1.5rem;
      line-height: 1.8125rem;
      margin-bottom: 1.5rem;
      color: #444; }
      @media (max-width: 768.98px) {
        .promo-component-3 .info-promo-component p {
          font-size: 1.125rem;
          line-height: 1.375rem;
          letter-spacing: -0.03em;
          margin-bottom: 1.5rem; } }
      @media (max-width: 768.98px) {
        .promo-component-3 .info-promo-component p br {
          display: none; } }
    .promo-component-3 .info-promo-component .bloc-btn {
      display: -ms-flexbox;
      display: flex; }
      .promo-component-3 .info-promo-component .bloc-btn .btn-primary {
        margin: 0 6px;
        font-family: "pp_right_groteskmedium", arial, sans-serif;
        font-style: "normal";
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 1.0625rem;
        border: 1px solid #444;
        border-radius: 25px;
        padding: 15px 24px 14px;
        text-align: center; }
      .promo-component-3 .info-promo-component .bloc-btn .btn-participate {
        min-width: 121px;
        background: #f7f7eb;
        color: #444;
        text-align: center; }
        .promo-component-3 .info-promo-component .bloc-btn .btn-participate:hover {
          background: #e1e1d2; }

.position-left {
  text-align: left !important;
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

.position-center {
  text-align: center !important;
  -ms-flex-align: center !important;
      align-items: center !important; }

.position-right {
  text-align: right !important;
  -ms-flex-align: end !important;
      align-items: flex-end !important; }

.homepage-product-listing {
  padding: 0 4rem;
  max-width: 1440px;
  margin: auto; }
  @media (max-width: 768.98px) {
    .homepage-product-listing {
      padding: 0; } }
  .homepage-product-listing .image-container {
    background-color: #e1e1d2;
    position: relative; }
    .homepage-product-listing .image-container::after {
      position: absolute;
      top: 0;
      right: 15px;
      content: "";
      width: 1px;
      height: calc(100% - 48px);
      z-index: 1;
      background: #444; }
      @media (max-width: 768.98px) {
        .homepage-product-listing .image-container::after {
          width: calc(100% - 48px);
          height: 1px;
          top: initial;
          bottom: 12px;
          left: 50%;
          transform: translateX(-50%);
          right: 0; } }
  .homepage-product-listing .tile-body-highlight-product .tag-badge {
    font-family: "tiempos_text_regular", arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    margin-top: 4rem;
    margin-bottom: 0.75rem; }
    @media (max-width: 768.98px) {
      .homepage-product-listing .tile-body-highlight-product .tag-badge {
        margin-top: 1.25rem;
        font-size: 1.125rem;
        line-height: 1.375rem;
        margin-bottom: 0.5rem; } }
  .homepage-product-listing .tile-body-highlight-product .product-name {
    font-family: "girott", arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.5rem;
    line-height: 6.25rem;
    max-width: 480px;
    margin: 0.75rem auto 4rem;
    text-transform: none; }
    @media (max-width: 768.98px) {
      .homepage-product-listing .tile-body-highlight-product .product-name {
        font-size: 4rem;
        line-height: 3.3125rem;
        margin-bottom: 2rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    .homepage-product-listing .tile-body-highlight-product .product-name span {
      display: block; }
  .homepage-product-listing .tile-body-highlight-product .content {
    padding: 2rem 3.0625rem 1.5rem;
    font-family: "pp_right_groteskregular", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    border-top: 1px solid #444; }
    @media (max-width: 768.98px) {
      .homepage-product-listing .tile-body-highlight-product .content {
        padding: 1.5rem;
        font-size: 1.125rem; } }
    .homepage-product-listing .tile-body-highlight-product .content p {
      font-size: inherit; }
  .homepage-product-listing .tile-body-highlight-product .add-to-card-cta {
    width: 100%;
    text-align: left;
    padding: 0 3.0625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    @media (max-width: 768.98px) {
      .homepage-product-listing .tile-body-highlight-product .add-to-card-cta {
        padding: 0 1.5rem 0.75rem; } }
    .homepage-product-listing .tile-body-highlight-product .add-to-card-cta .btn-primary {
      margin: 0 0.375rem;
      text-transform: uppercase;
      padding: 0.875rem 1.5rem 1.0625rem;
      font-size: 0.875rem;
      text-align: center; }
    .homepage-product-listing .tile-body-highlight-product .add-to-card-cta .producttile-add-to-cart {
      min-width: 9.75rem;
      margin-left: 0;
      padding: 0.6875rem 1.5rem; }
      @media (max-width: 768.98px) {
        .homepage-product-listing .tile-body-highlight-product .add-to-card-cta .producttile-add-to-cart {
          min-width: 10.625rem;
          padding: 0 1.5rem;
          height: 3rem; } }
      @media (max-width: 543.98px) {
        .homepage-product-listing .tile-body-highlight-product .add-to-card-cta .producttile-add-to-cart {
          padding: 0 0.4375rem; } }
      @media screen and (max-width: 374px) {
        .homepage-product-listing .tile-body-highlight-product .add-to-card-cta .producttile-add-to-cart {
          max-width: 10.625rem;
          min-width: 8.75rem;
          line-height: normal; } }
    .homepage-product-listing .tile-body-highlight-product .add-to-card-cta .learn-more {
      background-color: #f7f7eb;
      margin-right: 0;
      min-width: 7.6875rem;
      padding: 0.6875rem 1.5rem; }
      .homepage-product-listing .tile-body-highlight-product .add-to-card-cta .learn-more:hover {
        background-color: #e1e1d2;
        color: #444; }
      @media (max-width: 768.98px) {
        .homepage-product-listing .tile-body-highlight-product .add-to-card-cta .learn-more {
          padding: 0 1.5rem;
          height: 3rem; } }
      @media (max-width: 543.98px) {
        .homepage-product-listing .tile-body-highlight-product .add-to-card-cta .learn-more {
          padding: 0 0.4375rem; } }
      @media screen and (max-width: 374px) {
        .homepage-product-listing .tile-body-highlight-product .add-to-card-cta .learn-more {
          max-width: 175px;
          line-height: normal; } }
  .homepage-product-listing .tile-body-highlight-product .product-tile-price-per-liter {
    margin: 1.5rem 3.0625rem 0;
    padding-left: 1.25rem;
    text-align: left; }


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