<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @font-face {
  font-family: CFAstyStd-Book;
  src: url("subset-CFAstyStd-Book.woff2") format("woff2"),
    url("subset-CFAstyStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: CFAstyStd-Medium;
  src: url("cfastystd-medium-webfont.eot");
  src: url("cfastystd-medium-webfont.eot?#iefix") format("embedded-opentype"),
    url("cfastystd-medium-webfont.woff2") format("woff2"),
    url("cfastystd-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: CFAstyStd-Bold;
  src: url("subset-CFAstyStd-Bold.woff2") format("woff2"),
    url("subset-CFAstyStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: CFAstyStd-Light;
  src: url("subset-CFAstyStd-Light.woff2") format("woff2"),
    url("subset-CFAstyStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
} */

/* clear page paddings*/
.pageContent &gt; .wrapper {
  max-width: 100% !important;
  padding: 0px;
}
.col-12 {
  padding: 0 !important;
}
/* clear page paddings*/

.valentineContainer {
  width: 100%;

  margin: auto !important;
  font-family: CFAstyStd-Book;

  font-size: 24px;
  line-height: 31px;
  color: #000;
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  transform-origin: left 0px;
  overflow: hidden;
}
.valentineContainer .outer-width {
  width: 100%;
  max-width: 1055px;
  margin: 0 auto;
}
.valentineContainer .text-right {
  text-align: right;
}
.valentineContainer strong {
  font-family: CFAstyStd-Bold;
}
.valentineContainer .medium {
  font-family: CFAstyStd-Medium;
}
.valentineContainer .normal {
  font-family: CFAstyStd-Book;
}
.valentineContainer .light {
  font-family: CFAstyStd-Light;
}
.valentineContainer p,
.valentineContainer h1,
.valentineContainer h2,
.valentineContainer h3,
.valentineContainer h4,
.valentineContainer h5 {
  color: #000;
  
}
.valentineContainer .color-white {
  color: #fff !important;
}
.valentineContainer .dark {
  background: #242b45 !important;
}

.valentineContainer p,
.valentineContainer h2 {
  margin-block-start: 0.2em;
  margin-block-end: 0.2em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.valentineContainer .gap400 {
  height: 400px;
}
.valentineContainer .gap300 {
  height: 400px;
}
.valentineContainer .gap250 {
  height: 250px;
}
.valentineContainer .gap200 {
  height: 200px;
}
.valentineContainer .gap150 {
  height: 150px;
}
.valentineContainer .gap100 {
  height: 100px;
}
.valentineContainer .gap60 {
  height: 60px;
}
.valentineContainer .gap40 {
  height: 40px;
}
.valentineContainer .gap30 {
  height: 30px;
}
.valentineContainer .gap20 {
  height: 20px;
}
.valentineContainer .gap10 {
  height: 10px;
}
.valentineContainer .sectiongap {
  height: 375px;
}
.valentineContainer img {
  display: inline-block;
}

.valentineContainer .imgresp {
  max-width: 100%;
}
.valentineContainer img.fit {
  width: 100%;
}

/* .valentineContainer section {
  width: 100%;
  
} */

.valentineContainer section .inner-width {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.valentineContainer section.vheader{
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, #DA2128 0%, #AE171C 65.1%, #9A0608 100%);

}
.valentineContainer section.vheader .flx {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  font-family: CFAstyStd-Medium;
}
.valentineContainer section.vheader .flx .left{
  position: relative;
  width:50%;
  
}

.valentineContainer section.vheader .flx .left .toplogo {
  width: 676px;
  position: absolute;
  top:20%;
  left: calc((100vw - 1400px)/2);
  transform-origin: top right;
}
.valentineContainer section.vheader .flx .left .toplogo .abs {
  position: absolute;
  
  display: block;
  width:100%;
}
.valentineContainer section.vheader .flx .left .toplogo .star1 {
position: absolute;
right:80px;
top:220px;
animation: star-anim 600ms ease-in-out infinite alternate;
}
@keyframes star-anim {
  from {
    opacity:0.8;
    
  }
  to {
    opacity:1;
  }
}
.valentineContainer section.vheader .flx .left .toplogo .star2 {
  position: absolute;
  left:50px;
  top:280px;
  animation: star-anim 600ms 500ms ease-in-out infinite alternate;
  }
  .valentineContainer section.vheader .flx .left .toplogo .hearttop {
    position: absolute;
    right:20px;
    top:650px;
    
    }
    .valentineContainer section.vheader .flx .left .toplogo .circle {
      position: absolute;
      right:130px;
      top:630px;
      
      }
  .valentineContainer section.vheader .flx .left .toplogo .bubbleCustom {
    position: absolute;
    right:0px;
    top:280px;
    
    }
.valentineContainer section.vheader .flx .left .toplogo .bubbleCustom p {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-40%);
  width:80%;
  font-size:24px;
  line-height: 31px;
}
.valentineContainer section.vheader .flx .right {
  position: relative;
  width: 50%;
}
.valentineContainer section.vheader .flx .right .abs {
  position: absolute;
  right: 0;
  top:0;
  z-index: 4;
}

.valentineContainer section.tairi {
  background-image: url(https://kotsovolos.blob.core.windows.net/promos/2021/valentines-day/images/love-pattern2.png);
  padding-top: 29vw;
}

.valentineContainer section .flx-3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.valentineContainer section .flx-3 .item {
  width: 32%;
  background-color: #fc5161;
  border-radius: 47px;
  margin-bottom: 9vw;
  position: relative;
  
  transform:scaleX(0)
}
.valentineContainer section .flx-3 .item.moved {
  transition: 900ms;
  transition-property: transform;
  transform:scaleX(1);
}
.valentineContainer section .flx-3 .item:first-child {
  transition: 0ms;
  transition-property: transform;
  transform:scaleX(1);
}

.valentineContainer section .flx-3 .item.nobg {
  background-color: transparent;
}
.valentineContainer section .flx-3 .item.blank {
  background-color: transparent;
}
.valentineContainer section .flx-3 .item.pink {
  background: #ffd1ce !important;
  color: #fc5161;
  position: relative;
}

.valentineContainer section .flx-3 .item.galazio {
  background: #dbf4ff !important;

  color: #29b6f6;
  position: relative;
}
.valentineContainer section .flx-3 .item.pink .lorem,
.valentineContainer section .flx-3 .item.galazio .lorem {
 
  font-family: CFAstyStd-Bold;
  font-size: 26px;
  line-height: 33px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
 width: 70%;

}

.valentineContainer section .flx-3 .item .image {
  position: relative;
  background-color: #fff;
  border-top-left-radius: 47px;
  border-top-right-radius: 47px;
}
.valentineContainer section .flx-3 .item.nobg,
.valentineContainer section .flx-3 .item.nobg .image {
  background-color: transparent;
}
.valentineContainer section .flx-3 .item .image .abs {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -19%;
}

.valentineContainer section .flx-3 .item .text {
  position: relative;
  text-align: center;
  font-family: CFAstyStd-Book;
  font-size: 16px;
  line-height: 20px;
  padding: 30px 0;
  padding-bottom: 40px;
}
.valentineContainer section .flx-3 .item.nobg .text {
  padding: 0 !important;
  padding-bottom: 0 !important;
}
.valentineContainer section .flx-3 .item .text p {
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;
}
.valentineContainer section .flx-3 .item .text .title {
  font-family: CFAstyStd-Bold;
  font-size: 18px;
  line-height: 19px;
  text-transform: uppercase;
}

.valentineContainer section .generic-btn {
  color: #000;
  background: #ffd933;
  font-family: CFAstyStd-Medium;
  font-size: 17px;
  line-height: 17px;
  padding: 13px 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3%;
  text-decoration: none;
  z-index: 20;
  transition: 200ms;
}
.valentineContainer section .generic-btn:hover {
  letter-spacing: 2px;
}
.valentineContainer section .flx-3 .item .title-top {
  position: absolute;
  font-family: CFAstyStd-Bold;
  font-size: 24px;
  line-height: 31px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: #000;
  border-radius: 25px;
  padding: 15px 43px;
  top: -5%;
  text-align: center;
  word-break: keep-all;
  width: 60%;
}
.valentineContainer .hearts1 {
  position: absolute;
  left: 0;
  width: 23.6%;
  top: -5%;
  z-index: 5;
  border:1px solid #000;
  display: none;
}
.valentineContainer .heart1_1 {
  position: absolute;
  left: 0;
  width: 58.1%;
  top: 0;
  transform-origin: right center;
}
.valentineContainer .heart1_2 {
  position: absolute;
  right: 0;
  width: 39.7%;
  top: 57.1%;
}

.valentineContainer .hearts {
  position: absolute;
  right: 0;
  width: 26.4%;
  bottom: -11%;
}
.valentineContainer .heart1 {
  position: absolute;
  left: 0;
  width: 31.8%;
  top: 67%;
}
.valentineContainer .heart2 {
  position: absolute;
  left: 19%;
  width: 48%;
  top: 0;
}
.valentineContainer .heart3 {
  position: absolute;
  right: 0;
  width: 31.8%;
  top: 41%;
}

@keyframes valentine-heart-anim {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

@keyframes valentine-heart00-anim {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.7) translateX(100%);
  }
  70%{
    transform: scale(0.7) translateX(100%);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.valentineContainer section.kitchen {
  background-image: url(https://kotsovolos.blob.core.windows.net/promos/2021/valentines-day/images/kitchen_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.valentineContainer section.kitchen .vheader {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  color: #fff;
}
.valentineContainer section.kitchen .vheader p {
  font-family: CFAstyStd-Medium;
  color: #fff;
  margin-top: 20px;
}
.valentineContainer section.kitchen .vtitle {
  color: #ffebcc;
  font-family: CFAstyStd-Bold;
  font-size: 42px;
  line-height: 54px;
  margin-top: 20px;
}

.valentineContainer section .flx-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.valentineContainer section .flx-2.start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.valentineContainer section .flx-2.reversed {
  flex-direction: row-reverse;
}
.valentineContainer section .flx-2 .item {
  border-radius: 47px;

  margin-bottom: 4vw;
  position: relative;
}
.valentineContainer section .flx-2 .item.text {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: CFAstyStd-Book;
}
.valentineContainer section .flx-2 .item.image {
  width: 64%;
  
  overflow: hidden;
}
.valentineContainer section .flx-2 .item.text.red {
  background: #d51317;
}
.valentineContainer section .flx-2 .item.text .inner {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.valentineContainer section .flx-2 .item.text .inner .kitchen-title {
  font-family: CFAstyStd-Bold;
  font-size: 28px;
  line-height: 36px;
}
.valentineContainer section .flx-2 .item.text .inner .kitchen-subtitle {
  font-family: CFAstyStd-Bold;
  font-size: 18px;
  line-height: 23px;
  margin-top: 25px;
}
.valentineContainer section .flx-2 .item.text .inner p {
  font-size: 16px;
  line-height: 21px;
  margin-top: 20px;
}
.valentineContainer section .flx-2 .item.text.red .kitchen-title,
.valentineContainer section .flx-2 .item.text.red .kitchen-subtitle,
.valentineContainer section .flx-2 .item.text.red p {
  color: #fff;
}
.valentineContainer .creme {
  background: #ffebcc;
}
.valentineContainer section .flx-2 .item.text.creme {
  background: #ffebcc;
}
.valentineContainer section.kitchen{
  position: relative;
}
.valentineContainer section.kitchen .abs{
  position: absolute;
  right:10vw;
  top:-10vw;
  max-width:29%;
}
.valentineContainer section.delivery24h{
  background: #D51317;
  padding: 20px 0;

}
.valentineContainer section.delivery24h .flx-2 div{
padding:0 15px;
}
.valentineContainer section.delivery24h .flx-2 .text{
  color:#fff;
  font-family: CFAstyStd-Bold;
  }
.valentineContainer section.bottom .flx{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}
.valentineContainer section.bottom .flx div{
position: relative;
padding:4vw;
}
.valentineContainer section.bottom .flx .text{
  width:70%;
}
.valentineContainer section.bottom .flx .image{
  width:30%;
}

.valentineContainer section .generic-btn.bottom {
  top:50%;
  transform: translate(-50%,-50%);
  bottom:unset;
}
.valentineContainer section.bottom p {
  font-family: CFAstyStd-Bold;
}


  .valentineContainer .scrollIndicator {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    bottom:60px;
  }
  
  .valentineContainer .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    margin-left:15px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: scroll-move 3s ease-out infinite;
  }
  
  .valentineContainer .chevron:first-child {
    animation: scroll-move 3s ease-out 1s infinite;
  }
  
  .valentineContainer .chevron:nth-child(2) {
    animation: scroll-move 3s ease-out 2s infinite;
  }
  
  .valentineContainer .chevron:before,
  .valentineContainer .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
  }
  
  .valentineContainer .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
  }
  
  .valentineContainer .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }
  
  @keyframes scroll-move {
    25% {
      opacity: 1;
  
    }
    33% {
      opacity: 1;
      transform: translateY(30px);
    }
    67% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }
  

@media (min-width:1600px){
  .valentineContainer section .flx-3 .item {
   
    margin-bottom: 140px;
    
  }
  .valentineContainer section.tairi {
    
    padding-top: 400px;
  }
}

@media (max-width: 1200px) {
  .valentineContainer section .flx-2 .item.text {
    width: 43%;
  }
  .valentineContainer section .flx-2 .item.image {
    width: 54%;
  }

  .valentineContainer section .flx-2 .item.text .inner .kitchen-title {
    font-size: 21px;
    line-height: 24px;
  }
  .valentineContainer section .flx-2 .item.text .inner .kitchen-subtitle {
    font-size: 16px;
    line-height: 21px;
    margin-top: 10px;
  }
  .valentineContainer section .flx-2 .item.text .inner p {
    font-size: 14px;
    line-height: 19px;
    margin-top: 15px;
  }
  
}
@media (max-width: 1024px) {
  .valentineContainer section .flx-2 .item.text .inner {
    width: 92%;
  
  }
  .valentineContainer section .flx-2 .item.text {
    width: 39%;
  }
  .valentineContainer section .flx-2 .item.image {
    width: 60%;
  }

  .valentineContainer section .flx-2 .item.text .inner .kitchen-title {
    font-size: 18px;
    line-height: 21px;
  }
  .valentineContainer section .flx-2 .item.text .inner .kitchen-subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
  .valentineContainer section .flx-2 .item.text .inner p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 15px;
  }
  .valentineContainer section.kitchen .vheader {
padding: 0 15px;
  }
  .valentineContainer section.kitchen .inner-width {
    width:98%;
      }
}




@media (max-width: 768px) {
  .valentineContainer section.vheader .flx .right img{
    display: none;
  }
  .valentineContainer section.vheader .flx .right .abs {
    display: block;
    position: relative;
    right: unset;
    top: unset;
    z-index: 4;
}
  .valentineContainer section.vheader .flx .left .toplogo {
    width: 676px;
    position: absolute;
    top:20px;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: top left;
  }

  .valentineContainer .scrollIndicator {
    position: absolute;
    width: 24px;
    height: 24px;
   
    top:50%;
    left: 50%;
    transform: translate(-50%,300%);
    bottom:unset;
  }


  .valentineContainer section .flx-2 {
flex-direction: column-reverse;
margin-bottom: 60px;
  }
  .valentineContainer section .flx-2:last-child {
margin-bottom:0px;
  }
  .valentineContainer section .flx-2.reversed {
    flex-direction: column-reverse;
      }
  .valentineContainer section .flx-2 .item.text .inner {
    width: 92%;
  
  }
  .valentineContainer section .flx-2 .item.text {
    width: 100%;
    min-height: 300px;
  }
  .valentineContainer section .flx-2 .item.image {
    width: 100%;
    text-align: center;
  }

  .valentineContainer section .flx-2 .item.text .inner .kitchen-title {
    font-family: CFAstyStd-Bold;
    font-size: 28px;
    line-height: 36px;
  }
  .valentineContainer section .flx-2 .item.text .inner .kitchen-subtitle {
    font-family: CFAstyStd-Bold;
    font-size: 18px;
    line-height: 23px;
    margin-top: 25px;
  }
  .valentineContainer section .flx-2 .item.text .inner p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 20px;
  }

  .valentineContainer .gap150 {
    height: 70px;
  }
  .valentineContainer section.vheader .flx {
    flex-direction: column-reverse;
  }
  .valentineContainer section.vheader .flx .right{
    width: 100%;
  }
  .valentineContainer section.vheader .flx .left{
    width: 95%;
    padding-left: 0;
    margin:0 auto;
  }

  .valentineContainer section .flx-3 {
    justify-content: space-around;
  }
  .valentineContainer section .flx-3 .item {
    width: 45%;
    margin-bottom: 15vw;
   
  }

  .valentineContainer section.kitchen .abs{
    position: relative;
    right:unset;
    top:unset;
    margin:0 auto;
    display: block;
    max-width: 70%;
    margin-bottom: 20px;
  }

  .valentineContainer .gap100 {
    display: none;
  }

}

.valentineContainer .mobonly{
  display: none;
}

@media (max-width: 600px) {
  .valentineContainer .scrollIndicator {
    position: absolute;
    width: 24px;
    height: 24px;
   
    top:40%;
    left: 50%;
    transform: translateX(-50%);
    bottom:unset;
  }

  .valentineContainer .mobonly{
    display: block;
  }
  .valentineContainer .notmob{
    display: none;
  }
  
  .valentineContainer section.bottom .flx{
    flex-direction: column;
  }
  .valentineContainer section.bottom .flx .text{
    width:90%;
  }
  .valentineContainer section.bottom .flx .image{
    width:90%;
  }
  .valentineContainer section.bottom .flx div{
    position: relative;
    
    }
    .valentineContainer section.bottom .flx div:last-child{
      text-align: center;
      padding-bottom: 30px;
    }
    .valentineContainer section .generic-btn.bottom{
      top:unset;
      transform:unset;
      left: unset;
      position: relative;
      margin-bottom: 20px;
    }
  .valentineContainer ,.valentineContainer section .flx-3 .item .title-top{
    font-size: 20px;
    line-height: 26px;
  }

  .valentineContainer .gap150 {
    height: 50px;
  }

  .valentineContainer section.vheader .flx {
    flex-direction: column-reverse;
  }

  .valentineContainer .text-right {
    text-align: center;
    width: 100%;
    margin: auto;
  }
  .valentineContainer section .flx-3 {
    justify-content: space-around;
  }
  .valentineContainer section .flx-3 .item {
    width: 90%;
    margin-bottom: 35vw;
    text-align: center;
  }

  .valentineContainer section .flx-2 .item.text {
    width: 100%;
    min-height: 250px;
  }
  .valentineContainer section .flx-2 .item.text .inner .kitchen-title {
    font-size: 18px;
    line-height: 21px;
  }
  .valentineContainer section .flx-2 .item.text .inner .kitchen-subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
  .valentineContainer section .flx-2 .item.text .inner p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 15px;
  }
  .valentineContainer section .flx-2 .item {
    border-radius: 25px;
  }

  .valentineContainer section.kitchen .inner-width {
    width:90%;
      }
 .valentineContainer section.kitchen .vtitle {
    
    font-size: 32px;
    line-height: 44px;
    margin-top: 20px;
  }

}
@media (max-width: 480px) {
  .valentineContainer section.vheader .flx .left .toplogo {
    width: 90%;
    margin: 0 auto;
    margin-top:10px;
    padding-bottom: 300px;
    position: relative;
    top:unset;
    left: unset;
    transform-origin: unset;
    transform: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
}
  .valentineContainer section.vheader .flx .left img{
    display: none;
  }
  .valentineContainer section.vheader .flx .left .toplogo img{
    display: block;
  }
  .valentineContainer section.vheader .flx .left .toplogo .abs {
    position: relative;
    
    display: block;
    width:100%;
  }
  .valentineContainer section.vheader .flx .left .toplogo .bubbleCustom {
    position: absolute;
    right:0px;
    top:unset;
    bottom: -12%;
    
    }
    .valentineContainer section.vheader .flx .left .toplogo .bubbleCustom p {
      font-size: 4vw;
      line-height: 6vw;
    }
    .valentineContainer section.vheader .flx .left .toplogo .star1 {
      position: absolute;
      right:unset;
      left:50%;
      transform: translateX(-50%);
      top:120px;
      
      }
    .valentineContainer section.vheader .flx .left .toplogo .hearttop,.valentineContainer section.vheader .flx .left .toplogo .star2 {
      display: none;
    }
}

@media (max-width: 320px) {
  .valentineContainer .scrollIndicator {
    position: absolute;
    width: 24px;
    height: 24px;
   
    top:40%;
    left: 50%;
    transform: translateX(-50%);
    bottom:unset;
  }
  .valentineContainer section.kitchen .vtitle {
    
    font-size: 32px;
    line-height: 44px;
    margin-top: 20px;
  }
  .valentineContainer section .flx-3 .item .text p {
    width: 80%;
  }
}

@keyframes slidein {
  from {
    opacity: 0;
    bottom: -100px;
  }

  to {
    opacity: 1;
    bottom: 0;
  }
}

/* @akrinis */
.valentineContainer .giftcard {
  background: url('https://kotsovolos.blob.core.windows.net/promos/2021/valentines-day/images/bg_giftcards.jpg') top left no-repeat;
  background-size: cover;
}

.valentineContainer .flexRules {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.valentineContainer .align-self-center {
  align-self: center
}

.valentineContainer .text-center {
  text-align: center
}

.valentineContainer .white {
  color: #fff;
}

.valentineContainer .inner {
  padding: 15px 0px;
}

.inner.flexRules &gt; div {
  max-width: calc( 100% / 3);
  padding: 0px 15px;
}

.inner.flexRules &gt; div:nth-child(1) &gt; span:nth-child(1) {
  font-size:38px;
  line-height:44px;
}

.inner.flexRules &gt; div:nth-child(1) &gt; span:nth-child(2) {
  font-size:58px;
  line-height:66px;
}

.inner.flexRules &gt; div:nth-child(1) &gt; span:nth-child(3) {
  font-size:30px;
  line-height:36px;
}

.valentineContainer .inner span {
  display: block;
}

.valentineContainer .giftcard a {
  position: relative;
  display: block;
}

.valentineContainer .giftcard .generic-btn {
  color: #000 !important;
  display: inline-block;
  transform: none;
  bottom: 10px;
  right: -70px;
  text-align: center;
  left: auto;
}

@media screen and (max-width: 1280px) {
  .valentineContainer .giftcard .generic-btn {
    right: 0px;
  }
}

@media screen and (max-width: 1140px) {
  .inner.flexRules &gt; div:nth-child(1) &gt; span:nth-child(1) {
    font-size:32px;
    line-height:40px;
  }

  .inner.flexRules &gt; div:nth-child(2) &gt; span:nth-child(2) {
    font-size:54px;
    line-height:60px;
  }

  .inner.flexRules &gt; div:nth-child(3) &gt; span:nth-child(3) {
    font-size:26px;
    line-height:30px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 993px) {
  .valentineContainer .giftcard .generic-btn {
    bottom: 0px;
    right: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .valentineContainer .flexRules {
    flex-direction: column;
  }

  .inner.flexRules &gt; div {
    max-width: 100%;
    margin: 30px 0px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .inner.flexRules &gt; div:nth-child(1) &gt; span:nth-child(1) {
    font-size:28px;
    line-height:34px;
  }

  .inner.flexRules &gt; div:nth-child(2) &gt; span:nth-child(2) {
    font-size:48px;
    line-height:56px;
  }

  .inner.flexRules &gt; div:nth-child(3) &gt; span:nth-child(3) {
    font-size:20px;
    line-height:24px;
  }

  .giftcards {
    max-width: 430px;
  }
}

@media screen and (max-width: 480px) {
  .valentineContainer .giftcard .generic-btn {
    position: relative;
    top: 20px;
    right: 0px;
    left: 0px;
    display: table;
    margin: 0 auto;
  }
}</pre></body></html>