@charset "UTF-8";
:root {
  /* Base font size */
  font-size: 16px;
  scroll-behavior: smooth;
  --clr-gift: #f05b59;
  --clr-cb: #cedddf;
  --clr-save: #467290;
}

/* Set color */
.uppercase {
  text-transform: uppercase;
}

.text-lgrey {
  color: #d8d0dc;
}

.text-grey {
  color: #7d7d7d;
}

.text-sunset {
  color: #f6ebdc;
  font-family: "TTNormsProNormal", sans-serif;
}

.text-merlin {
  color: #27336f;
}

.text-epic {
  color: #f37107;
  font-family: "TTNormsProNormal", sans-serif;
}

.text-tq {
  color: #467290;
  font-family: "TTNormsProNormal", sans-serif;
}

.text-dtq {
  color: #f05b59;
  font-family: "TTNormsProNormal", sans-serif;
}

.text-coral {
  color: #f58b7f;
}

.icon::before {
  /* removed font- based rules */
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-family: "TTNormsProBold";
  color: #fff;
}

h4 {
  font-family: "TTNormsProBold";
}

h4 .text-bg-secondary {
  position: relative;
  top: -5px;
  font-family: "TTNormsProNormal";
}

b {
  font-family: "TTNormsProBold";
}

.modal {
  font-family: "TTNormsProNormal";
}
.modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6 {
  font-family: "TTNormsProBold";
}
.modal h6 {
  font-size: 1.125rem;
}
.modal .modal-body {
  padding: 0;
}
.modal .modal-body div {
  padding: 2rem;
  margin-top: -2rem;
}
.modal .modal-body a {
  color: #467290;
  transition: all 300ms ease;
}
.modal .modal-body a:hover {
  color: #85acbe;
  transition: all 300ms ease;
}
.modal .mask {
  -webkit-mask-image: url(../img/mask.png);
  mask-image: url(../img/mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.modal .mask img {
  width: 100%;
}
.modal .modal-footer button.bg-merlin {
  background-color: #fff;
  color: #27336f;
  border-color: #27336f;
  text-transform: capitalize;
  font-family: "TTNormsProBold";
}
.modal .modal-footer button.bg-merlin:hover {
  color: #fff;
  background-color: #27336f;
}
.modal .modal-footer button.bg-tq {
  background-color: #fff;
  color: #467290;
  border-color: #467290;
  text-transform: capitalize;
  font-family: "TTNormsProBold";
}
.modal .modal-footer button.bg-tq:hover {
  color: #fff;
  background-color: #467290;
}
.modal .modal-footer button.bg-epic {
  background-color: #fff;
  color: #f37107;
  border-color: #f37107;
  text-transform: capitalize;
  font-family: "TTNormsProBold";
}
.modal .modal-footer button.bg-epic:hover {
  color: #fff;
  background-color: #f37107;
}

body {
  padding: 0;
  background: #fff6ef;
  overflow-x: hidden;
  font-family: "TTNormsProNormal", sans-serif !important;
}

#wrap {
  min-height: calc(100vh - 60px);
}

footer.wrap {
  height: 35px;
  margin-top: 25px;
}

footer p {
  font-family: "TTNormsProNormal", sans-serif !important;
}

.sml {
  font-size: 0.75rem;
  color: #7d7d7d;
}
.sml a {
  color: #000;
  text-decoration: none;
}
.sml a:hover {
  color: #85acbe;
}

.bg-scan {
  background-color: #3b81bb;
}

.bg-ocuk {
  background-color: #f58b7f;
}

.bg-stormforce {
  background-color: #fce302;
  color: #000;
  border: 1px solid #7d7d7d;
}

.bg-gift {
  background-color: #f6ebdc;
}

.bg-cashback {
  background-color: #f58b7f;
  color: rgba(255, 255, 255, 0.7);
}
.bg-cashback .fa-lg {
  color: #fff;
  font-size: 1.125em;
}

.bg-save {
  background-color: #85acbe;
  color: white;
}
.bg-save .fa-lg {
  color: #fff;
  font-size: 1.125em;
}

.text-blue {
  color: #86cff3;
  font-weight: 700;
  margin-top: 1rem;
  list-style: none;
  border-bottom: 0 !important;
}

.img-fluid {
  float: right;
  padding: 0.5rem;
  margin-left: 1rem;
  width: 17vh;
}

.udid {
  position: absolute;
  bottom: 0;
  right: 1.25rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.5rem;
  color: #d8d0dc;
  font-family: "TTNormsProNormal", sans-serif;
}

.hero {
  max-width: 420px;
  margin-top: 13rem;
  margin-bottom: 0;
  z-index: 0;
  transition: all 250ms ease;
}
.hero:hover {
  filter: brightness(1.05);
}

#giveaway .hero {
  max-width: 580px;
  margin-top: 13rem;
}

.jumbotron {
  background: url("../img/kv-bg.png") no-repeat;
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: 0rem;
  margin-top: 0rem;
  padding: 0;
  background-color: #fff6ef;
  max-width: 1600px;
  height: clamp(200px, 50vw, 800px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.jumbotron h1 {
  font-family: "TTNormsProMedium", sans-serif;
  font-weight: 100;
  font-size: 3.2rem;
  text-align: center;
  margin: 0;
}

.jumbotron p {
  margin: 0;
  text-align: center;
}

.navbar {
  justify-content: space-between;
  background-color: #fff !important;
}
.navbar.sticky-top {
  border-bottom: 1px #d8d0dc solid;
}

.towin {
  margin-top: -12rem;
}

.section1 {
  background-image: url("../img/rog-elite-kv.png");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: -10% 100%;
  padding-bottom: 2rem;
}
.section1 .steps {
  width: clamp(250px, 15vw, 300px);
}

.pcgiveaway {
  background: url("../img/dawn.png") repeat-x;
  background-position: 100% 100%;
  background-size: contain;
  background-color: #100033;
  display: grid;
}
.pcgiveaway .stars {
  background: url("../img/stars.png") repeat-x;
  background-size: 80%;
  grid-area: 1/1/2/2;
}
.pcgiveaway .container {
  grid-area: 1/1/2/2;
}

.retailers {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 4, 50, 0.8239889706) 59%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 4, 50, 0.8239889706) 59%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 4, 50, 0.8239889706) 59%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000432",GradientType=1);
}

.cashback {
  background-image: url("../img/strip.svg");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  padding-top: 1.5rem;
}

.section3 {
  padding-bottom: 2rem;
}
.section3 .steps {
  width: clamp(250px, 15vw, 300px);
}

.grid {
  max-width: 1480px;
  margin: 0 auto;
}

h4.cat {
  font-family: "TTNormsProBold", sans-serif;
  font-size: 3.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #467290 !important;
  -webkit-text-stroke: 1px #fff6ef;
  text-shadow: 3px 3px 0px #f05b59;
  padding: 0 0.825rem;
}
h4.cat.home {
  color: #467290 !important;
}
h4.cat .badge {
  background-color: #f58b7f !important;
  border-radius: 0;
  --g: #0000 98%,#000;
  --r: 0.5rem;
  mask: radial-gradient(var(--r) at 0 0, var(--g)) 0 0, radial-gradient(var(--r) at 100% 0, var(--g)) 100% 0, radial-gradient(var(--r) at 0 100%, var(--g)) 0 100%, radial-gradient(var(--r) at 100% 100%, var(--g)) 100% 100%;
  mask-size: 51% 51%;
  mask-repeat: no-repeat;
}

nav.navbar {
  background-color: #f37107;
}

nav#mainNav li.nav-item a {
  font-size: 1.15rem;
}

.navbar-brand {
  padding-left: 6px;
}

.navbar-nav {
  margin-left: auto;
  font-size: 0.96rem;
}

nav {
  padding: 2rem 1rem;
  font-family: "TTNormsProNormal", sans-serif;
}

nav .nav-link {
  color: #7d7d7d;
}
nav .nav-link:hover {
  color: #f05b59;
}

nav .nav-link.active {
  color: #fff !important;
  background: linear-gradient(135deg, #86cff3 0%, #f58b7f 100%);
  border-radius: 0rem;
  padding: 0.25rem 1rem;
  width: fit-content;
  --g: #0000 98%,#000;
  --r: 0.3rem;
  mask: radial-gradient(var(--r) at 0 0, var(--g)) 0 0, radial-gradient(var(--r) at 100% 0, var(--g)) 100% 0, radial-gradient(var(--r) at 0 100%, var(--g)) 0 100%, radial-gradient(var(--r) at 100% 100%, var(--g)) 100% 100%;
  mask-size: 51% 51%;
  mask-repeat: no-repeat;
}

#home nav .btn-link {
  color: #7d7d7d;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}
#home nav .btn-link:hover {
  color: #f05b59;
  transition: all 300ms ease;
}

#home nav .nav-item:not(:first-child):before {
  font: var(--fa-font-solid);
  content: "\f005";
  color: #d8d0dc;
}
#home nav .nav-item:nth-child(even) {
  color: #85acbe;
}

#home .btn-redeem {
  font-size: 1.05em;
  width: fit-content;
}

#holding .msg {
  margin-top: -20rem;
}
#holding .btn-redeem {
  font-size: 1.75em;
  width: fit-content;
  margin: 0.5em auto;
}

.btn-redeem {
  border: 0;
  font-size: 0.95em;
  background-color: #27336f;
  border-radius: 0rem;
  box-shadow: 3px 3px 0 #86cff3;
  padding: 0.3rem 1rem;
  margin: 0rem 0.5rem;
  transition: 100ms;
}
.btn-redeem i {
  color: #f05b59;
}
.btn-redeem a {
  font-family: "TTNormsProBold", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.btn-redeem:hover {
  background-color: #27336f;
  border-color: #27336f;
  transform: translate(3px, 3px);
  box-shadow: none;
  transition: 100ms;
}

.btn-cta {
  border: 0;
  background-color: #467290;
  border-radius: 0;
  box-shadow: 3px 3px 0 #f6ebdc;
  padding: 5px 0.75rem;
  transition: 100ms;
}
.btn-cta a {
  font-family: "TTNormsProBold", sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.btn-cta:hover {
  background-color: #467290;
  border-color: #f6ebdc;
  transform: translate(3px, 3px);
  box-shadow: none;
  transition: 100ms;
}

.lazy {
  opacity: 0.25;
}

.lazy.loaded {
  opacity: 1;
  transition: opacity 0.25s ease-in;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
  gap: 1rem;
  padding: 1rem;
  background: transparent;
}

.grid > div {
  padding: 0.1rem 0.5rem 1.25rem 0.5rem;
  background: rgba(0, 0, 0, 0.05);
  display: grid;
  place-items: center;
  border-radius: 0rem;
  border: 1px solid transparent;
  transition: all 150ms !important;
  --g: #0000 98%,#000;
  --r: 1rem;
  mask: radial-gradient(var(--r) at 0 0, var(--g)) 0 0, radial-gradient(var(--r) at 100% 0, var(--g)) 100% 0, radial-gradient(var(--r) at 0 100%, var(--g)) 0 100%, radial-gradient(var(--r) at 100% 100%, var(--g)) 100% 100%;
  mask-size: 51% 51%;
  mask-repeat: no-repeat;
}
.grid > div:hover {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid transparent;
  z-index: 999;
  transform: scale(1.02);
  transition: all 300ms ease;
}
.grid > div.active:after {
  font: var(--fa-font-solid);
  content: "\f00c";
  color: #f05b59;
  font-size: 1.25rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.grid > div > h5 {
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  grid-area: 1/1/2/2;
  justify-self: end;
  align-self: start;
  font-size: 0.75rem;
  text-align: right;
  margin-right: 0.5rem;
  margin-top: 0.75rem;
}

.grid > div > h5 span {
  color: #121212;
}

.grid > div > img {
  width: 80%;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  /*   height: 90%; */
  /*   object-fit: contain; */
  padding: 1.25rem 0.5rem 2rem 0.5rem;
  grid-area: 1/1/2/2;
}

#gfx .grid > div > img {
  padding: 1.25rem 0.5rem 0.5rem 0.5rem;
}

.grid > div > h6 {
  font-family: "TTNormsProMedium", sans-serif;
  letter-spacing: 0.05em;
  grid-area: 1/1/2/2;
  margin: 1rem 0.5rem 0.25rem 0.5rem;
  justify-self: center;
  align-self: end;
  font-size: 1rem;
}

.badge {
  /*   border-radius: 3rem; */
  padding: 0.5rem 0.7rem 0.4rem 0.7rem;
}

.caption {
  color: #7d7d7d;
  font-size: 0.9rem;
}
.caption:hover {
  color: #fff;
}

.grid > div > h3 {
  font-size: 1.4rem;
  padding: 0.5rem 0.75rem;
  font-weight: 700;
  font-family: "TTNormsProBold", sans-serif;
  text-align: center;
  align-self: center;
  grid-area: 2/1/3/2;
  margin-bottom: 0;
  background: linear-gradient(140deg, #86cff3 0%, #f58b7f 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .grid > div.rog {
  border-top: 0.5rem #F7323F solid;
} */
.grid > div > ul {
  padding: 0 1rem;
  width: 90%;
  list-style-type: none;
  text-align: left;
  align-self: start;
  justify-self: center;
  grid-area: 3/1/4/2;
}

.grid > div > ul > li {
  font-size: 0.87rem;
  padding: 2px;
  font-family: "TTNormsProNormal", "微軟正黑體", "Microsoft JhengHei", Arial, "新細明體";
  border-bottom: 1px dotted #aaa;
}

.grid > div > ul > li.sub {
  text-align: center;
  width: fit-content;
  margin: -0.25rem auto 1rem auto;
  border: 0;
  font-size: 0.95rem;
  font-family: "TTNormsProBold", sans-serif;
}

.grid > div > ul > li.valid {
  text-align: center;
  width: fit-content;
  margin: 8px auto;
  border: 0;
  border-radius: 2px;
  padding: 3px 6px 1px 6px;
  background-color: #fff;
}
.grid > div > ul > li.valid:before {
  content: "";
  font: var(--fa-font-regular);
  content: "\f017";
  padding-right: 4px;
}

.grid > div > p {
  font-family: "TTNormsProNormal", "微軟正黑體", "Microsoft JhengHei", Arial;
  padding: 0.5rem;
  font-size: 0.9rem;
  text-align: center;
}

.grid > div > .wtb {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  font-family: "TTNormsProMedium", sans-serif;
}
.grid > div > .wtb .btn-outline-danger {
  color: #f58b7f;
  border-color: #f58b7f;
}
.grid > div > .wtb .btn-outline-danger:hover {
  color: #fff;
  background-color: #f05b59;
  border-color: #f05b59;
}

.grid > div > .wtb > a > img {
  width: max(12%, 2.3rem);
  margin: auto 0.15rem;
  object-fit: contain;
  background: #ffffff;
  padding: 0.2rem;
  border-radius: 0.3rem;
}

.grid > div > .prices {
  padding-bottom: 1rem;
  font-size: 1.125rem;
  align-self: end;
  font-family: "TTNormsProMedium", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 600;
  /*grid-area: 4 / 1 / 5 / 2;*/
}

.grid > div > .prices > .was {
  text-decoration-line: line-through;
  color: #888;
  font-weight: 300;
  font-size: 0.9rem;
}

.was::before {
  content: "SRP £";
  color: #888;
}

.now::before {
  content: " Now £";
}

.price::before {
  content: " Price £";
}

.sansnow::before {
  content: " £";
}

.grid > div.proart::before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  /*   outline: 1px solid red; */
  border-radius: 2rem;
  grid-area: 1/1/2/2;
  background-color: #000;
  background-image: url("../img/proart.svg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
}

.grid > div.rog::before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  /*   outline: 1px solid red; */
  border-radius: 2rem;
  grid-area: 1/1/2/2;
  background-color: #f7323f;
  background-image: url("../img/rog-logo-w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
}

.grid > div.tuf::before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  /*   outline: 1px solid red; */
  border-radius: 2rem;
  grid-area: 1/1/2/2;
  background-color: #121212;
  /*     background-color: rgba(248,185,66,1); */
  background-image: url("../img/tuf-logo-w.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center 9px;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
}

.grid > div.asus::before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  /*   outline: 1px solid red; */
  border-radius: 2rem;
  grid-area: 1/1/2/2;
  background-color: #2a4b81;
  background-image: url("../img/ASUS_Logo-W.svg");
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: center 15px;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
}

.grid > div.pba::before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  /*   outline: 1px solid red; */
  border-radius: 2rem;
  grid-area: 1/1/2/2;
  background-color: #000000;
  background-image: url("../img/pba.svg");
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: 0px 13px;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
}

.grid > div.scan::before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  /*   outline: 1px solid red; */
  border-radius: 2rem;
  grid-area: 1/1/2/2;
  background-color: transparent;
  background-image: url("../img/scan.png");
  background-repeat: no-repeat;
  background-size: 107%;
  background-position: -1px -2px;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
}

.grid > div.ocuk::before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  /*   outline: 1px solid red; */
  border-radius: 2rem;
  grid-area: 1/1/2/2;
  background-color: transparent;
  background-image: url("../img/ocuk.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px 0px;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
}

.grid > div.stormforce::before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  /*   outline: 1px solid red; */
  border-radius: 2rem;
  grid-area: 1/1/2/2;
  background-color: #fff;
  background-image: url("../img/stormforce.png");
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: 2px 1px;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
}

.grid > div.pcspecialist::before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  /*   outline: 1px solid red; */
  border-radius: 2rem;
  grid-area: 1/1/2/2;
  background-color: #000;
  background-image: url("../img/pcspecialist.svg");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 2px 2px;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
}

.msg {
  position: relative;
  margin-top: -19.5rem;
  margin-bottom: 10rem;
}

@media only screen and (max-width: 1600px) {
  .jumbotron {
    background-size: 103vw;
    background-position-y: -12px;
  }
  .hero {
    max-width: 24vw;
    margin-top: 12vw;
  }
  #giveaway .hero {
    max-width: 36vw;
    margin-top: 13vw;
  }
  .msg {
    position: relative;
    margin-top: -19.5vw;
    margin-bottom: 10vw;
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 1400px) {
  #holding .msg {
    margin-top: -17rem;
  }
}
@media only screen and (max-width: 1200px) {
  .jumbotron {
    background-size: 115vw;
    background-position-y: -2vw;
  }
  .hero {
    max-width: 25vw;
    margin-top: 12vw;
  }
  .msg {
    margin-top: -17.5vw;
    margin-bottom: 12vw;
  }
  #holding .msg {
    margin-top: -15rem;
  }
  h4.cat {
    font-size: 2.6rem;
  }
  nav#mainNav li.nav-item a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 990px) {
  .jumbotron {
    background-position-y: -15px;
  }
  .hero {
    max-width: 24vw;
    margin-top: 12vw;
  }
  #giveaway .hero {
    max-width: 36vw;
    margin-top: 13vw;
  }
  #holding .msg {
    margin-top: -13.5rem;
  }
  .searchcontainer {
    margin-top: 22vw;
  }
  .towin {
    margin-top: -9rem;
  }
  .section1 {
    background-size: 130%;
    background-repeat: no-repeat;
    background-position: 32% 100%;
  }
  .section1 .elite {
    height: 500px;
  }
  #home nav .nav-item:not(:first-child):before {
    display: none;
  }
  .msg {
    margin-bottom: 18vw;
  }
  h4.cat {
    font-size: 2.4rem;
    margin-bottom: -6vw;
  }
  .tooltip {
    display: none;
  }
  nav#mainNav ul li.nav-item {
    border-bottom: 1px dotted #86cff3 !important;
    width: 32ch;
    font-size: 1.25rem;
  }
  nav#mainNav ul li.nav-item:hover {
    background-color: rgba(134, 207, 243, 0.1);
    cursor: pointer;
  }
  nav#mainNav ul li.nav-item:hover:after {
    font: var(--fa-font-solid);
    content: "\f061";
    position: relative;
    top: 3px;
    color: #7d7d7d;
  }
  nav#mainNav ul li.nav-item a {
    font-family: "TTNormsProMedium", sans-serif;
    border: 0;
    font-size: 1.25rem;
    width: 90%;
    text-align: left;
  }
  nav#mainNav ul li.nav-item a::before {
    content: "Browse ";
    color: #85acbe;
  }
  nav#mainNav ul li.nav-item a::after {
    content: " deals";
    color: #85acbe;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    max-width: 380px;
    margin-top: 14vw;
  }
  #giveaway .hero {
    min-width: 380px;
    margin-top: 14vw;
  }
  h4.cat {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 752px) {
  #home #wrap {
    min-height: calc(100vh - 70px);
  }
  #holding .msg {
    margin-top: -12.5rem;
  }
  #holding .btn-redeem {
    margin-top: 6rem;
  }
  .section1 {
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: 35% 100%;
  }
  .section1 .elite {
    max-height: 370px;
  }
  .grid > div {
    grid-template-columns: minmax(150px, 40%) 1fr;
    grid-template-rows: 92px 1fr;
    padding: 0.1rem 1rem 1rem 0.5rem;
  }
  .grid > div > img {
    width: 100%;
    padding: 0.5rem 0rem 0.5rem 2rem;
    grid-area: 1/1/3/2;
  }
  #gfx .grid > div > img {
    padding: 0.5rem 0rem 0rem 2rem;
    margin-bottom: -0.1rem;
  }
  .grid > div > ul > li.valid {
    margin-left: 0;
  }
  .grid > div > h6 {
    grid-area: 1/1/3/2;
    margin-bottom: -0.75rem;
    margin-left: 3rem;
    justify-self: center;
    align-self: end;
    font-size: 0.9rem;
  }
  .grid > div > h5 {
    grid-area: 1/2/2/3;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    font-size: 0.7rem;
  }
  .grid > div > h3 {
    grid-area: 1/2/2/3;
    font-size: 1.15rem;
    line-height: 1.3rem;
    text-align: left;
    justify-self: start;
    align-self: start;
    margin-top: 2rem;
    /*     outline: 1px solid red; */
    padding-bottom: 0.25rem;
    padding-left: 0.6rem;
  }
  .grid > div > ul {
    grid-area: 2/2/3/3;
    justify-self: start;
    text-align: left;
    padding-left: 0;
    margin-left: 0.5rem;
    margin-right: 1rem;
    width: 100%;
    list-style-type: none;
  }
  .grid > div > ul > li {
    font-size: 0.8rem;
  }
  .grid > div > p {
    text-align: left;
  }
  .grid > div > ul > li.sub {
    margin: 0;
  }
  .grid > div > .wtb,
  .grid > div .dropdown {
    justify-self: end;
    text-align: right;
    margin-right: 0rem;
    margin-left: 0.5rem;
  }
  .grid > div > .wtb > a > img {
    width: max(3rem, 12.8%);
    margin: 0.15rem;
    padding: 0.2rem;
  }
  .grid > div > .prices {
    padding-bottom: 0rem;
    font-size: 0.9rem;
    align-self: end;
    margin-left: 2.5rem;
  }
  #gfx .grid > div > .prices {
    margin-left: 1.5rem;
  }
  .grid > div > .prices > .was {
    font-size: 0.75rem;
  }
  .grid .prices {
    text-align: center;
  }
}
@media only screen and (max-width: 700px) {
  h4.cat {
    font-size: 1.785rem;
  }
}
@media only screen and (max-width: 581px) {
  .grid > div > .prices > .was {
    display: none;
  }
  .searchcontainer {
    margin-top: 18vw;
  }
  .hero {
    max-width: 62vw;
    min-width: 300px;
    margin-top: 75px;
  }
  .msg {
    margin-bottom: 15vw;
  }
  h4.cat {
    letter-spacing: 0;
    text-shadow: 2px 2px 1px #f05b59;
  }
  #holding .msg {
    margin-top: -15.5rem;
  }
  nav#mainNav {
    position: relative;
    top: 2vw;
  }
  nav#mainNav a {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 452px) {
  .jumbotron {
    background-size: 482px;
  }
  .hero {
    max-width: 63vw;
    min-width: 280px;
    margin-top: 13vw;
  }
  h4.cat {
    font-size: 6vw;
    padding-top: 1rem;
  }
  .msg {
    margin-bottom: 15vw;
    margin-top: -25vw;
  }
  #giveaway .hero {
    max-width: 75vw;
    min-width: 270px;
    margin-top: 64px;
  }
  .towin {
    margin-top: -10rem;
  }
  .section1 {
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: 35% 100%;
  }
  .section1 .elite {
    max-height: 65vw;
  }
  .grid > div > h6 {
    font-size: 0.825rem;
  }
  .grid > div > h3 {
    margin-top: 1rem;
  }
  nav#mainNav ul li.nav-item {
    width: 100vw;
    margin: o auto;
  }
  nav#mainNav ul li.nav-item a {
    padding-left: 1.5rem;
    font-size: 1rem;
  }
}
.searchcontainer {
  padding: 0 1rem;
  z-index: 3;
  position: relative;
}

.searchcontainer input {
  border-radius: 10rem;
}

#noResultMessage {
  margin-top: 1.5rem;
}

.inmenu_icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: -8px;
  margin-right: 6px;
}

.dropdown .btn,
.dropdown-menu a {
  font-size: 0.9rem;
  font-family: "TTNormsProNormal", "Microsoft JhengHei", Arial, "新細明體";
  font-weight: 600;
}

.disclaimer {
  font-size: 0.85rem;
  color: #7d7d7d !important;
  line-height: 1rem;
  margin-top: 1rem !important;
  font-family: "TTNormsProNormal", "Microsoft JhengHei", Arial, "新細明體";
  max-width: 90ch;
  z-index: 3;
}

.tooltip-inner {
  font-family: "TTNormsProMedium", sans-serif;
}

.tooltip-inner {
  border-radius: 10rem;
  padding: 3px 15px !important;
}
.tooltip-inner::before {
  content: "";
}

.gift-tooltip {
  --bs-tooltip-bg: var(--clr-gift);
}

.cashback-tooltip {
  --bs-tooltip-bg: var(--clr-cb);
}

.save-tooltip {
  --bs-tooltip-bg: var(--clr-save);
}

.btt-tooltip .tooltip-inner::after {
  content: "";
}

#scrollToTopBtn {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  color: black;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 43px;
  width: 48px;
  display: block;
  margin: 0 auto 2rem auto;
  padding-top: 5px;
}

.gleam-frame {
  display: flex;
  justify-content: center;
  max-height: 720px;
  max-width: 540px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 1.5rem auto;
  border: 0;
  transition: max-height 300ms ease;
}

.gleam-frame:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, white 70%);
  background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, white 70%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, white 70%);
  background-color: transparent;
  z-index: 2;
  pointer-events: none;
}

.gleam-frame .e-widget-wrapper {
  width: 100%;
  flex-shrink: 0;
  box-shadow: none;
}

.gleam-frame button {
  display: inline-block;
  width: fit-content;
  font-family: "TTNormsProNormal", sans-serif;
  background: rgba(255, 255, 255, 0.7);
  padding: 8px 0.7rem 4px 0.7rem;
  border: 0;
  border-radius: 0rem;
  font-size: 1rem;
  color: #85acbe;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  right: 0;
  margin: 1em auto 1.5em auto;
  z-index: 3;
  text-align: center;
}
.gleam-frame button .on {
  display: block;
}
.gleam-frame button .on::before {
  content: "";
  vertical-align: text-bottom;
  font: var(--fa-font-solid);
  content: "\f065";
  font-size: 1.4rem;
  padding-right: 6px;
}
.gleam-frame button .off {
  display: none;
}
.gleam-frame button .off::before {
  content: "";
  vertical-align: text-bottom;
  font: var(--fa-font-solid);
  content: "\f066";
  font-size: 1.4rem;
  padding-right: 6px;
}

.gleam-frame.active {
  max-height: 100%;
  padding-bottom: 3em;
  transition: max-height 150ms ease;
}
.gleam-frame.active button .on {
  display: none;
}
.gleam-frame.active button .off {
  display: block;
}
.gleam-frame.active::after {
  display: none;
}

.subscribe-btn i {
  margin-right: 0.375rem;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1200px);
  }
}
.slider {
  height: 240px;
  margin: 1rem auto 4rem auto;
  overflow: hidden;
  position: relative;
  width: 90vw;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, #fff6ef 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 250px;
  position: absolute;
  width: 120px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 45s linear infinite;
  display: flex;
  width: 2400px;
}
.slider .slide-track:hover {
  animation-play-state: paused;
}
.slider .slide {
  height: 200px;
  width: 200px;
}
.slider img {
  width: 180px;
  height: 180px;
}
.slider h6 {
  margin-top: 1.1vw;
  font-family: "TTNormsProNormal";
  width: fit-content;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  padding: auto 1vw;
  border-radius: 30px;
}

* {
  box-sizing: border-box;
}

.wrapper {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 1vw;
  text-align: center;
}

.polaroid {
  background: transparent;
  padding: 0.5rem 0rem;
}
.polaroid.plr-1 .caption {
  color: #27336f;
  transition: all 200ms;
  filter: none;
}
.polaroid.plr-2 .caption {
  color: #f05b59;
}
.polaroid.plr-3 .caption {
  color: #f37107;
}

.polaroid > img {
  max-width: 100%;
  height: auto;
}

.caption {
  font-size: clamp(1.95rem, 2vw, 1rem);
  line-height: 1.25;
  text-align: center;
  margin-bottom: 0.9rem;
  font-family: "Rye", cursive;
  text-transform: uppercase;
}

.item {
  width: 28%;
  display: inline-block;
  margin-top: 0.5rem;
  filter: grayscale(15%);
}
.item img {
  filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.15));
  transition: all 300ms ease-in-out;
}

@media only screen and (max-width: 991px) {
  .item {
    width: 92%;
  }
  .item img {
    width: 90%;
  }
  .item:not(:first-of-type) {
    margin-top: -3vh;
  }
}
.item .polaroid:before {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 200ms;
}

.item:nth-of-type(4n+1) {
  transform: scale(0.8, 0.8) rotate(2deg);
  transition: all 200ms;
}

.item:nth-of-type(4n+1) .polaroid:before {
  transform: rotate(6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
}

.item:nth-of-type(4n+2) {
  transform: scale(0.8, 0.8) rotate(-3deg);
  transition: all 200ms;
}

.item:nth-of-type(4n+2) .polaroid:before {
  transform: rotate(-6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
}

.item:nth-of-type(4n+3) {
  transform: scale(0.8, 0.8) rotate(3deg);
  transition: all 200ms;
}

.item:nth-of-type(4n+3) .polaroid:before {
  transform: rotate(-4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
}

.item:hover {
  transform: scale(0.96, 0.96) rotate(0deg) !important;
  transition: all 300ms;
  cursor: pointer;
  filter: none;
}
.item:hover img {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.15));
}

.item:hover .polaroid:before {
  content: "";
  position: absolute;
  z-index: -1;
  transform: rotate(0deg);
  height: 80%;
  width: 80%;
  bottom: 0%;
  right: 5%;
  transition: all 200ms;
}

.balloon-container1 {
  animation: balloonmove 175s ease-in-out infinite;
  animation-direction: reverse;
  position: absolute;
  z-index: 1;
  top: -3%;
  cursor: pointer;
}
.balloon-container1 .balloon {
  width: clamp(40px, 8vw, 110px);
  filter: drop-shadow(40px 15px 10px rgba(0, 0, 0, 0.15));
}
.balloon-container1:hover {
  animation-play-state: paused;
}

@keyframes balloonmove {
  0%, 100% {
    transform: translateX(10vw);
  }
  50% {
    transform: translateX(80vw);
  }
}
#countdown {
  margin-bottom: -0.5rem;
}
#countdown ul {
  padding-inline-start: 0;
}
#countdown ul li {
  display: inline-block;
  font-size: 0.6em;
  list-style-type: none;
  padding: 0.3rem;
  text-transform: uppercase;
  text-align: center;
  background-color: #f58b7f;
  color: #fff6ef;
  width: 5rem;
  border-radius: 1rem;
  height: 5rem;
  margin: clamp(0.2vw, 0.5vw, 0.5rem);
  color: #fff6ef;
  border: 1px solid #fff6ef;
  filter: drop-shadow(3px 4px 0px #f6ebdc);
}
#countdown ul li span {
  display: block;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: -0.8rem;
  color: #fff6ef;
}
