/* 01-06-26 */
#css-board {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  margin-bottom: 2em;
  position: relative;
  gap: 0;
  border: .25em solid #FFF;
  padding: .25em;
  height: 8.03em;
  background: #a4bccd;
}
/*.swa-site #css-board {
  background: #58788D;
}*/
.bonvoy-site #css-board {
  background: #CEDCDF;
}
.wyn-site .fancybox-wrap.scratch-modal {
  --home-border-radius: 0 !important;
}
.btn-scratch {
  appearance: none;
  font-family: inherit;
  background: #e7e7e7;
  border: none;
  padding: 0;
  color: black;
  font-size: 2em;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.btn-scratch:focus-visible, .btn-scratch:focus {
  outline: none !important;
}
.btn-scratch:focus-visible::before {
  border: 2px dashed var(--body-txt-color);
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
}
.btn-scratch:is(:disabled, :disabled:active) {
  opacity: .6;
}
.btn-scratch.scratched:is(:disabled, :disabled:active) {
  opacity: 1;
}
.scratch-container {}
.scratch-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: silver;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease;
  z-index: 2;
}
.scratch-deal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(231, 231, 231, 1) 72%);
  color: #2a3222;
  font-weight: bold;
  font-size: .4em;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-transform: uppercase;
  flex-flow: column;
}
.scratch-deal > div {
  font-size: 1.5em;
}
.bonvoy-site .scratch-deal {
  font-weight: 900;
}
/*.swa-site .scratch-deal {
  color: #304db2;
}*/
.scratch-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: crosshair;
  width: 100%;
  height: 100%;
}
.btn-scratch.locked {
  opacity: 0.5;
  filter: blur(1px);
  pointer-events: none;
  transition: all 0.3s ease;
}
#cyber-scratch-sale * {
  box-sizing: border-box;
}
#cyber-scratch-sale {
  background: #2a3222;
  max-width: 800px;
  color: #303E5D;
  container-type: inline-size;
  box-sizing: border-box;
  text-align: center;
  font-family: var(--home-font-family);
  position: relative;
}
.bonvoy-site #cyber-scratch-sale strong {
  font-weight: 900;
}
#itemListing #cyber-scratch-sale:not(.wyn-site #cyber-scratch-sale, .swa-site #cyber-scratch-sale, .bonvoy-site #cyber-scratch-sale) {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.swa-site #cyber-scratch-sale, .bonvoy-site #cyber-scratch-sale {
  font-family: var(--body-font-family);
}
.wyn-site #cyber-scratch-sale {
  font-family: ff-meta-web-pro, sans-serif;
  color: #202c5d;
}
#cyber-scratch-sale a {
  color: #303E5D;
  text-decoration: underline;
  font-weight: 600;
}
#cyber-scratch-sale a:focus-visible {
  outline: 1.5px dashed var(--body-txt-color);
}
.css-inner h2 {
  font-size: 5em;
  margin: 0;
}
.css-inner {
  font-size: 2cqi;
  padding: 4.5cqi 6.8cqi 7cqi;
}
.css-inner:not(.bonvoy-site .css-inner) {
  background: #bfd6e3 url(/images/homePage/jan26/scratch-save-jan26-bgnd-d.webp) no-repeat top center / 100%;
}
/*.swa-site .css-inner {
  background: #304db2 url(/images/homePage/Nov25/swa-scratch-bgnd-d.svg) no-repeat top center / 100%;
}*/
.bonvoy-site .css-inner {
  background: #CEDCDF url(/images/homePage/jan26/bonvoy-scratch-save-jan26-bgnd-d.webp) no-repeat top center / 100%;
}
.scratch-msg {
  font-size: 1.4em;
  margin: 0;
}
.scratch-msg div {
  display: inline;
}
.scratch-msg:focus, .scratch-msg:focus-visible {
  outline: none;
}
.scratch-msg br {
  display: none;
}
#cyber-scratch-sale .css-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 4em;
  border: .125em solid #303D5C;
  color: #303D5C;
  text-decoration: none;
  max-width: 14.25em;
  height: 2.625em;
  font-size: 1.25em;
  margin: 0 auto;
  width: 100%;
  font-weight: 600;
}
.swa-site #cyber-scratch-sale .css-cta a {
  background: #FFBF27;
  color: #000;
  border-radius: 0;
  border-color: #FFF;
}
.bonvoy-site #cyber-scratch-sale .css-cta a {
  background: #FFF;
  color: #1c1c1c;
  border-color: #FFF;
}
.wyn-site #cyber-scratch-sale .css-cta a {
  background: #202c5d;
  color: #FFF;
  border: none;
  border-radius: 0;
}
.wyn-site #cyber-scratch-sale .css-cta a:hover, .wyn-site #cyber-scratch-sale .css-cta a:focus-visible {
  background: #005ead;
}
#cyber-scratch-sale img {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
#cyber-scratch-sale img.css-m {
  display: none;
}
.css-hdr img {
  width: 18cqi;
}
.css-hdr {
  padding: 2.1em 1.4em 1.35em;
}
.css-disc {
  font-size: 1.6cqi;
  text-transform: uppercase;
  letter-spacing: .125cqi;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
button#btn-reset {
  appearance: none;
  border: none;
  width: 10cqi;
  height: 10cqi;
  padding: 0;
  background: #2a3222b0;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 2cqi;
  opacity: 0;
}
.fancybox-wrap.scratch-modal {
  width: calc(100% - 2rem) !important;
  max-width: 800px !important;
  border-radius: var(--home-border-radius);
  overflow: hidden !important;
  /* border: 2px solid #627644; */
}
.swa-site .fancybox-wrap.scratch-modal {
  /*border: 2px solid #e5e3e3;*/
  border-radius: 0 !important;
}
.bonvoy-site .fancybox-wrap.scratch-modal {
  /*border: 2px solid #bdbdbd;*/
}
#itemListing .fancybox-wrap.scratch-modal:not(.wyn-site .fancybox-wrap.scratch-modal), .bonvoy-site .fancybox-wrap.scratch-modal {
  border-radius: 10px;
}
.scratch-modal .fancybox-inner {
  width: 100% !important;
  height: 100% !important;
}
button#btn-reset.hide {
  display: none;
}
.scratch-modal .fancybox-skin {
  padding: 0 !important;
}
.scratch-modal .fancybox-close {
  background-color: #FFF;
  border-radius: 5rem;
  top: 5px;
  right: 5px;
}
.scratch-modal .fancybox-close:focus-visible {
  outline: 2px dashed var(--body-txt-color);
}
/* overrides */
.swa-nmp {
  display: none;
}
#home.swa-site .skinny-cybersale25, #home.bonvoy-site .skinny-cybersale25 {
  display: none;
}
#home.swa-site .swa_homepage_home .skinny-cybersale25 {
  display: block;
  max-width: 950px;
  margin: 1rem auto 3% auto;
  width: calc(100% - 3rem);
}
@media only screen and (max-width : 520px) {
  button#btn-reset {
    /* bottom: 0 !important; */
    /* top: auto; */
  }
  .scratch-deal {
    font-size: .8em;
  }
  .css-disc {
    font-size: 3.25cqi;
    letter-spacing: .25cqi;
    padding: 2.75cqi;
    background: #bfd6e3;
    position: static;
    transform: none;
  }
  .swa-site .css-disc {
    background: #58788D;
  }
  .bonvoy-site .css-disc {
    background: #1c1c1c;
    color: #FFF;
  }
  .css-inner:not(.bonvoy-site .css-inner) {
    font-size: 2cqi;
    padding: 6.4cqi 6.4cqi 10cqi;
    background: #bfd6e3 url(/images/homePage/jan26/scratch-save-jan26-bgnd-m.webp) no-repeat top center / 100%;
  }
  /*.swa-site .css-inner {
    background: #304db2 url(/images/homePage/Nov25/swa-scratch-bgnd-m.svg) no-repeat top center / 100%;
  }*/
  .bonvoy-site .css-inner {
    background: #bfd6e3 url(/images/homePage/jan26/bonvoy-scratch-save-jan26-bgnd-m.webp) no-repeat top center / 100%;
  }
  .css-hdr {
    padding: 2.5em 3.5em 3em;
  }
  #cyber-scratch-sale img {
    margin-bottom: 3em;
  }
  #cyber-scratch-sale img.css-d {
    display: none;
  }
  #cyber-scratch-sale img.css-m {
    display: block;
  }
  .scratch-msg {
    font-size: 2.8em;
  }
  .scratch-msg br {
    display: inline;
  }
  #css-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: 33.06em;
    border: .5em solid #FFF;
    row-gap: 2em;
    padding: 1em .25em;
    margin-bottom: 3em;
  }
  #cyber-scratch-sale .css-cta a {
    border-width: .125em;
    max-width: 13.25em;
    height: 2.75em;
    font-size: 2.65em;
  }
}
