﻿.pi-promo {
  height: 100%;
  background: #fff; }
  .pi-promo .promo-header .promo-text span,
  .pi-promo .promo-header .promo-text h3 {
    width: 60%; }
    @media (min-width: 375px) {
      .pi-promo .promo-header .promo-text span,
      .pi-promo .promo-header .promo-text h3 {
        min-width: 67.5%; } }
    @media (min-width: 1200px) {
      .pi-promo .promo-header .promo-text span,
      .pi-promo .promo-header .promo-text h3 {
        width: 75%; } }
  .pi-promo .promo-header, .pi-promo .promo-header .slick-slide {
    height: 400px;
    width: 100%;
    position: relative; }
  .pi-promo .promo-text {
    color: white;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column; }
  .pi-promo .promo-body {
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between; }
  .pi-promo .stamp {
    background: #fae4e2;
    color: black;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    width: 100px;
    height: 100px; }
    @media (min-width: 1200px) {
      .pi-promo .stamp {
        width: 115px;
        height: 115px; } }
  .pi-promo .stamp p {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 11px; }
  .pi-promo .stamp * {
    margin-bottom: 0;
    line-height: 1; }
  .pi-promo .stamp .intro.lg {
    font-size: 30px;
    margin-bottom: 7px;
    line-height: 1.25; }
    @media (min-width: 1200px) {
      .pi-promo .stamp .intro.lg {
        font-size: 40px;
        margin-bottom: 10px; } }
  .pi-promo .promo-offer p {
    margin-bottom: 5px; }
  .pi-promo em {
    font-family: "Playfair Display"; }
  .pi-promo .promo-button .btn,
  .pi-promo .promo-offer .btn,
  .pi-promo .promo-offer .intro.lg {
    margin-bottom: 0 !important;
    line-height: 1 !important; }
  .pi-promo .intro.lg {
    font-size: 48px;
    line-height: 57px;
    margin-bottom: 50px; }
