/*** Uncomment only for local testing ***/
@font-face {
  font-family: Lucas;
  src: url(https://s3.eu-central-1.amazonaws.com/nespresso-cms/fonts/NespressoLucas-Light.woff) format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Lucas;
  src: url(https://s3.eu-central-1.amazonaws.com/nespresso-cms/fonts/NespressoLucas-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Lucas;
  src: url(https://s3.eu-central-1.amazonaws.com/nespresso-cms/fonts/NespressoLucas-Medium.woff) format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Lucas;
  src: url(https://s3.eu-central-1.amazonaws.com/nespresso-cms/fonts/NespressoLucas-SemiBd.woff) format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Lucas;
  src: url(https://s3.eu-central-1.amazonaws.com/nespresso-cms/fonts/NespressoLucas-Bold.woff) format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Lucas;
  src: url(https://s3.eu-central-1.amazonaws.com/nespresso-cms/fonts/NespressoLucas-XtraBd.woff) format("woff");
  font-style: normal;
  font-weight: 800;
}
/*** Uncomment this when going i ***/
/* ==========================================================================
Tools: functions, mixin
========================================================================== */ /* ==========================================================================
Variables
========================================================================== */
#loyalty-offer {
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  font-family: Lucas, Helvetica, Arial, sans-serif;
  padding-bottom: 30px;
  /* ==========================================================================
  Reset
  ========================================================================== */
  /* ==========================================================================
  Nespresso Base styles
  ========================================================================== */
  /* ==========================================================================
  Buttons
  ========================================================================== */
  /* ==========================================================================
  Header styles
  ========================================================================== */
  /*** Desktop ***/
  /*** Tablet ***/
  /*** Mobile ***/
  /* ==========================================================================
  Body styles
  ========================================================================== */
  /*** Tablet ***/
  /*** Desktop ***/
  /*** Mobile ***/
  /* ==========================================================================
  Footer styles
  ========================================================================== */
  /*** Desktop ***/
  /*** Tablet ***/
  /*** Mobile ***/
}
#loyalty-offer html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
#loyalty-offer body {
  margin: 0;
  padding: 0;
}
#loyalty-offer h1, #loyalty-offer h2, #loyalty-offer h3, #loyalty-offer h4, #loyalty-offer h5, #loyalty-offer p, #loyalty-offer blockquote, #loyalty-offer figure, #loyalty-offer ol, #loyalty-offer ul {
  margin: 0;
  padding: 0;
}
#loyalty-offer h1, #loyalty-offer h2, #loyalty-offer h3, #loyalty-offer h4, #loyalty-offer h5 {
  font-size: inherit;
}
#loyalty-offer strong {
  font-weight: bold;
}
#loyalty-offer a, #loyalty-offer button {
  transition: 0.3s;
}
#loyalty-offer a {
  text-decoration: none;
}
#loyalty-offer ::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#loyalty-offer :focus {
  outline: 0;
}
#loyalty-offer img {
  max-width: 100%;
  height: auto;
  border: 0;
}
#loyalty-offer h1, #loyalty-offer h2, #loyalty-offer h3, #loyalty-offer h4, #loyalty-offer h5 {
  font-family: Lucas, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#loyalty-offer h1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
  letter-spacing: 4px;
}
#loyalty-offer h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 6px;
}
#loyalty-offer h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 3px;
}
#loyalty-offer h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 2px;
}
#loyalty-offer h5 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 800;
  letter-spacing: 1px;
}
#loyalty-offer p {
  font-family: Lucas, Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
#loyalty-offer p.xl {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 2px;
}
#loyalty-offer p.l {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
}
#loyalty-offer p.m {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}
#loyalty-offer p.s {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 1px;
}
#loyalty-offer p.xs {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  #loyalty-offer h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: 3px;
  }
}
#loyalty-offer .base-btn {
  font-size: 20px;
  line-height: 24px;
  padding: 12px 30px;
  letter-spacing: 1px;
  border: 1px solid transparent;
  box-sizing: border-box;
  font-family: Lucas, Helvetica, Arial, sans-serif;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  transition: all 0.4s;
  cursor: pointer;
}
#loyalty-offer .base-btn--green {
  color: #fff;
  background: #257a58;
}
#loyalty-offer .base-btn--green:hover {
  background: #000000;
}
#loyalty-offer .base-btn--green:active {
  background: #000000;
}
#loyalty-offer .base-btn--brown {
  color: #fff;
  background: #8f7247;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#loyalty-offer .base-btn--brown:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  background: #79613c;
}
#loyalty-offer .base-btn--brown:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  background: #79613c;
}
#loyalty-offer .base-btn--light {
  color: #000;
  border: 2px solid #000;
  background: #ffffff;
}
#loyalty-offer .base-btn--light:hover {
  background: #000;
  color: #fff;
}
#loyalty-offer .base-btn--light:active {
  color: #fff;
  background: #262626;
}
#loyalty-offer .base-btn--dark {
  color: #fff;
  border: 1px solid #fff;
  background: #000000;
}
#loyalty-offer .base-btn--dark:hover {
  background: #fff;
  color: #000;
}
#loyalty-offer .base-btn--dark:active {
  color: #000;
  background: #D9D9D9;
}
#loyalty-offer .contact-btn {
  font-size: 20px;
  line-height: 24px;
  padding: 12px 30px;
  letter-spacing: 1px;
  border: 1px solid transparent;
  box-sizing: border-box;
  font-family: Lucas, Helvetica, Arial, sans-serif;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  transition: all 0.4s;
  cursor: pointer;
}
#loyalty-offer .contact-btn--green {
  color: #fff;
  background: #257a58;
}
#loyalty-offer .contact-btn--green:hover {
  background: #000000;
}
#loyalty-offer .contact-btn--green:active {
  background: #000000;
}
#loyalty-offer .contact-btn--brown {
  color: #fff;
  background: #8f7247;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#loyalty-offer .contact-btn--brown:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  background: #79613c;
}
#loyalty-offer .contact-btn--brown:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  background: #79613c;
}
#loyalty-offer .contact-btn--light {
  color: #000;
  border: 2px solid #000;
  background: #ffffff;
}
#loyalty-offer .contact-btn--light:hover {
  background: #000;
  color: #fff;
}
#loyalty-offer .contact-btn--light:active {
  color: #fff;
  background: #262626;
}
#loyalty-offer .contact-btn--dark {
  color: #fff;
  border: 1px solid #fff;
  background: #000000;
}
#loyalty-offer .contact-btn--dark:hover {
  background: #fff;
  color: #000;
}
#loyalty-offer .contact-btn--dark:active {
  color: #000;
  background: #D9D9D9;
}
#loyalty-offer .loyalty-header {
  max-width: 1560px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: end;
  justify-content: center;
  background-size: cover !important;
  background-position: center !important;
}
#loyalty-offer .loyalty-header:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#loyalty-offer .loyalty-header h1 {
  text-align: center;
  color: #fff;
  padding: 60px 0px;
}
#loyalty-offer .loyalty-header .fluid-container {
  z-index: 10;
}
#loyalty-offer .loyalty-header .sub-area {
  width: 100%;
  max-width: 996px;
  color: #000;
  background: #fff;
  border-radius: 20px 20px 0px 0px;
  margin-top: auto;
  text-align: center;
  padding: 40px 40px 0px 40px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.6s;
  transform: translateY(100px);
}
#loyalty-offer .loyalty-header .sub-area.intro-animate {
  opacity: 1;
  transform: translateY(0px);
}
#loyalty-offer .loyalty-header hr {
  border-color: #f3f3f3;
  margin: 0px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #loyalty-offer .loyalty-header h1 {
    padding: 40px 0px;
  }
  #loyalty-offer .loyalty-header .sub-area {
    padding: 20px 20px 0px 20px;
    border-radius: 0px;
  }
  #loyalty-offer .loyalty-header hr {
    margin-top: 20px;
  }
}
#loyalty-offer .fluid-container {
  width: 100%;
  max-width: 996px;
  padding: 0px 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #loyalty-offer .fluid-container {
    padding: 0px 20px;
  }
}
#loyalty-offer #offer-wrap {
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  max-width: 996px;
  margin-bottom: 40px;
  padding: 40px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s;
}
#loyalty-offer #offer-wrap.intro-animate {
  opacity: 1;
  transform: translateY(0px);
}
#loyalty-offer #offer-wrap .machine-grid {
  display: grid;
  gap: 60px 30px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
#loyalty-offer #offer-wrap .machine-grid .machine {
  grid-column: span 4/span 4;
  min-height: 150px;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro {
  border: 1px solid #bdbdbd;
  position: relative;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .label {
  padding: 8px 12px;
  background: #8f7247;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0px;
  line-height: 7px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .m-title {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 10px 10px 0px 10px;
  width: 100%;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  justify-content: center;
  text-align: center;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .m-title p {
  margin-bottom: 0px;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .carousel .item {
  height: 170px;
  background-position: center center !important;
  background-size: cover !important;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .carousel-control.right, #loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .carousel-control.left {
  background: #e1e1e1;
  height: 26px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 11px;
  width: 26px;
  line-height: 0px;
  top: 50%;
  transform: translateY(-50%);
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .carousel-control.right .glyphicon, #loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .carousel-control.left .glyphicon {
  text-shadow: none;
  color: #000;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .machine_specs {
  padding: 10px;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .machine_specs .ms_trigger {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  display: flex;
  padding: 10px;
  margin-bottom: 0px;
  transition: all 0.4s;
  cursor: pointer;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .machine_specs .ms_trigger:hover {
  background: #f9f9f9;
  border-radius: 4px;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .machine_specs .ms_trigger span {
  text-decoration: underline;
  margin-right: auto;
  font-weight: 500;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .machine_specs .ms_trigger .glyphicon {
  font-size: 14px;
  transition: all 0.4s;
  transform: rotate(90deg);
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .machine_specs ul.usps {
  margin-left: -4px;
  overflow: hidden;
  transition: all 0.4s;
  max-height: 0px;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .machine_specs ul.usps li {
  padding: 0px 10px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .machine_specs ul.usps li:last-child {
  padding-bottom: 10px;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .machine_specs ul.usps li .invisable {
  opacity: 0;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .machine_specs ul.usps li img {
  width: 26px;
  margin-right: 5px;
  margin-top: -5px;
  padding-bottom: 5px;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .machine_specs.active ul.usps {
  max-height: 500px;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .machine_specs.active .ms_trigger .glyphicon {
  transform: rotate(-90deg);
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-offer {
  padding: 20px;
  background: #f4efe7;
  border: 1px solid #bdbdbd;
  margin-top: 15px;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-offer .offer-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-offer p {
  margin-bottom: 0px;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-offer ul li {
  display: flex;
  align-items: center;
  margin: 10px 0px 0px 0px;
  font-size: 16px;
  cursor: pointer;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-offer ul li:hover {
  text-decoration: underline;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-offer ul li:hover .circle:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 3px;
  margin-top: 3px;
  border-radius: 100%;
  background: #d2c5b1;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-offer ul li .circle {
  min-width: 16px;
  min-height: 16px;
  border-radius: 100%;
  border: 1px solid #000;
  margin-right: 10px;
}
#loyalty-offer #offer-wrap .machine-grid .machine .machine-offer ul li.active .circle:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 3px;
  margin-top: 3px;
  border-radius: 100%;
  background: #000;
}
#loyalty-offer #offer-wrap .machine-grid .machine .action-block .action-title {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0px 0px 0px;
}
#loyalty-offer #offer-wrap .machine-grid .machine .action-block .price {
  display: flex;
}
#loyalty-offer #offer-wrap .machine-grid .machine .action-block .price .striped-price {
  font-weight: 700;
  font-size: 26px;
  text-decoration: line-through;
}
#loyalty-offer #offer-wrap .machine-grid .machine .action-block .price .sale-price {
  font-size: 20px;
  font-weight: 700;
  color: #257a58;
  margin-left: 10px;
}
#loyalty-offer #offer-wrap .machine-grid .machine .action-block .btw {
  margin-top: -7px;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 15px;
}
#loyalty-offer #offer-wrap .machine-grid .machine .action-block .base-btn, #loyalty-offer #offer-wrap .machine-grid .machine .action-block .contact-btn {
  width: 100%;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loyalty-offer #offer-wrap .machine-grid .machine .action-block .base-btn img.loading, #loyalty-offer #offer-wrap .machine-grid .machine .action-block .contact-btn img.loading {
  width: 20px;
  display: none;
}
#loyalty-offer #offer-wrap .machine-grid .machine .action-block .base-btn.loading span, #loyalty-offer #offer-wrap .machine-grid .machine .action-block .contact-btn.loading span {
  display: none;
}
#loyalty-offer #offer-wrap .machine-grid .machine .action-block .base-btn.loading img.loading, #loyalty-offer #offer-wrap .machine-grid .machine .action-block .contact-btn.loading img.loading {
  display: block;
}
@media only screen and (max-width: 768px) {
  #loyalty-offer #offer-wrap {
    border-radius: 0px 0px 20px 20px;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    max-width: 996px;
    margin-bottom: 25px;
    padding: 40px 20px 20px 20px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.6s;
  }
  #loyalty-offer #offer-wrap.intro-animate {
    opacity: 1;
    transform: translateY(0px);
  }
  #loyalty-offer #offer-wrap .machine-grid {
    display: grid;
    gap: 30px 15px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  #loyalty-offer #offer-wrap .machine-grid .machine {
    grid-column: span 6/span 6;
    min-height: 150px;
    margin-bottom: 40px;
  }
  #loyalty-offer #offer-wrap .machine-grid .machine .machine-intro {
    border: 1px solid #bdbdbd;
    position: relative;
  }
  #loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .label {
    padding: 8px;
  }
  #loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .m-title {
    letter-spacing: -0.5px;
  }
  #loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .machine_specs {
    padding: 5px;
  }
  #loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .machine_specs .ms_trigger {
    font-size: 16px;
  }
  #loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .machine_specs .ms_trigger:hover {
    background: none;
  }
  #loyalty-offer #offer-wrap .machine-grid .machine .machine-offer {
    padding: 15px;
  }
  #loyalty-offer #offer-wrap .machine-grid .machine .offer-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
  }
  #loyalty-offer #offer-wrap .machine-grid .machine ul li {
    font-size: 14px;
  }
  #loyalty-offer #offer-wrap .machine-grid .machine .action-block .action-title {
    font-size: 16px;
  }
  #loyalty-offer #offer-wrap .machine-grid .machine .action-block .price .striped-price {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  #loyalty-offer #offer-wrap .machine-grid .machine .action-block .price .sale-price {
    font-size: 16px;
  }
  #loyalty-offer #offer-wrap .machine-grid .machine .action-block .btw {
    font-size: 14px;
  }
}
@media only screen and (max-width: 420px) {
  #loyalty-offer #offer-wrap .machine-grid {
    display: grid;
    gap: 30px 15px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  #loyalty-offer #offer-wrap .machine-grid .machine {
    grid-column: span 12/span 12;
    min-height: 150px;
    margin-bottom: 40px;
  }
  #loyalty-offer #offer-wrap .machine-grid .machine .machine-intro .machine_specs ul li.invisible {
    height: 0px;
  }
}
@keyframes jumpBlinkLabel {
  0% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
  }
  30% {
    transform: scale(1.1) translate(-46%, -50%);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.95) translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes jumpBlink {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    transform: scale(1.3);
    opacity: 0.7;
  }
  60% {
    transform: scale(0.95);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#loyalty-offer .animate {
  animation: jumpBlink 0.6s ease;
}
#loyalty-offer .animateLabel {
  animation: jumpBlinkLabel 0.6s ease;
}
#loyalty-offer .popup-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
}
#loyalty-offer .popup-wrap.visible {
  pointer-events: auto;
  opacity: 1;
}
#loyalty-offer .popup-wrap .popup-bg {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}
#loyalty-offer .popup-wrap .popup {
  max-width: 768px;
  width: calc(100% - 60px);
  position: absolute;
  background: #fff;
  padding: 40px 40px 30px 40px;
  border-radius: 20px;
}
#loyalty-offer .popup-wrap .popup .close {
  width: 30px;
  height: 30px;
  opacity: 0.4;
  display: flex;
  transition: all 0.4s;
  align-items: center;
  justify-content: center;
}
#loyalty-offer .popup-wrap .popup .close:before {
  content: "";
  position: absolute;
  transition: all 0.2s;
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
}
#loyalty-offer .popup-wrap .popup .close:after {
  content: "";
  position: absolute;
  transition: all 0.2s;
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  transform: rotate(-45deg);
}
#loyalty-offer .popup-wrap .popup .close:hover {
  opacity: 1;
}
#loyalty-offer .popup-wrap .popup .inner-popup .p-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
#loyalty-offer .popup-wrap .popup .inner-popup .sub-title {
  font-size: 18px;
  font-weight: 700;
}
#loyalty-offer .popup-wrap .popup .inner-popup .base-btn {
  margin-right: 20px;
}
#loyalty-offer .popup-wrap .popup .offer {
  display: flex;
  align-items: center;
  background: #f3eee6;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  display: none;
}
#loyalty-offer .popup-wrap .popup .offer.visible {
  display: flex;
}
#loyalty-offer .popup-wrap .popup .offer img.machine {
  width: 60px;
  margin-right: 20px;
}
#loyalty-offer .popup-wrap .popup .offer img.check {
  width: 30px;
  margin-right: 5px;
}
#loyalty-offer .popup-wrap .popup a.add_capsule {
  display: flex;
  padding: 10px 0px 10px 0px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  color: #000;
}
#loyalty-offer .popup-wrap .popup a.add_capsule img {
  margin-right: 10px;
}
#loyalty-offer .popup-wrap .popup .base-btn {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #loyalty-offer .popup-wrap .popup {
    max-width: 768px;
    width: calc(100% - 40px);
    position: absolute;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
  }
  #loyalty-offer .popup-wrap .popup .close {
    width: 20px;
    height: 20px;
  }
  #loyalty-offer .popup-wrap .popup .close:before {
    width: 15px;
  }
  #loyalty-offer .popup-wrap .popup .close:after {
    width: 15px;
  }
  #loyalty-offer .popup-wrap .popup .close:hover {
    opacity: 1;
  }
  #loyalty-offer .popup-wrap .popup .inner-popup .p-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  #loyalty-offer .popup-wrap .popup .inner-popup .sub-title {
    font-size: 16px;
    font-weight: 700;
  }
  #loyalty-offer .popup-wrap .popup .inner-popup .base-btn {
    margin-right: 20px;
  }
  #loyalty-offer .popup-wrap .popup .offer {
    display: flex;
    align-items: center;
    background: #f3eee6;
    border-radius: 10px;
    padding: 8px 15px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    display: none;
  }
  #loyalty-offer .popup-wrap .popup .offer.visible {
    display: flex;
  }
  #loyalty-offer .popup-wrap .popup .offer img.machine {
    width: 40px;
    margin-right: 15px;
  }
  #loyalty-offer .popup-wrap .popup .offer img.check {
    width: 30px;
    margin-right: 5px;
  }
  #loyalty-offer .popup-wrap .popup a.add_capsule {
    display: flex;
    padding: 10px 0px 10px 0px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    color: #000;
  }
  #loyalty-offer .popup-wrap .popup a.add_capsule img {
    margin-right: 10px;
  }
  #loyalty-offer .popup-wrap .popup .base-btn {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 996px) {
  #loyalty-offer {
    padding-bottom: 15px;
  }
}

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