/* 07-10-26 */
:root {
  /*--dash-welcome-bgnd: #EAEAEA;*/
  /* for Valentines day */
  --home-neutral-bgnd: #F2F4F8;
  --home-font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  --home-btn-border-radius: 4rem;
  --home-border-radius: 10px;
  --home-width: 1128px;
}
div.main {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
div.main * {
  box-sizing: border-box;
}
/*for global downtime messages*/
.downtime {
  margin: 1rem auto 0;
  max-width: 1360px;
  border-radius: var(--home-border-radius);
}
@media only screen and (max-width : 1392px) {
  .downtime {
    margin: 1rem 1rem 0;
  }
}
/*.travel-nav .has-travel {
    display: block;
}*/
.home-two-grid, .home-four-grid, .home-six-grid {
  display: grid;
  gap: 1rem;
  /* align-items: center; */
  justify-content: center;
}
/*.home-two-grid > div, .home-two-grid > a, .home-four-grid > div, .home-four-grid > a, .home-six-grid > div, .home-six-grid > a {
    border-radius: var(--home-border-radius);
    overflow: hidden;
}*/
.home-two-grid a, .home-four-grid > a, .home-six-grid > a {
  border-radius: var(--home-border-radius);
  overflow: hidden;
}
.home-two-grid a {
  display: block;
  position: relative;
}
.twoUpBlackBorder {
  border: solid 1px black;
}
.home-two-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 1.375rem;
}
.text-2up {
  container-type: inline-size;
  font-size: 1rem;
}
.text-2up a div {
  position: absolute;
  left: 0;
  color: var(--body-txt-color);
  font-family: var(--home-font-family);
  font-size: 3cqi;
  display: flex;
  flex-flow: wrap;
  top: 50%;
  transform: translateY(-50%);
  gap: 1.125cqi;
}
/*.text-2up a::before {
  content: '';
  background: rgba(0,0,0,0);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}*/
.text-2up a h2 {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.125;
  margin: 0;
  font-weight: 700;
  font-family: var(--home-font-family);
  color: inherit;
}
.text-2up a p {
  font-size: 1em;
  line-height: 1.1875;
  margin: 0 0 1.5cqi;
  color: inherit;
}
.text-2up a span.home-cta-btn {
  font-weight: 700;
  font-size: .875em;
  flex-grow: 0;
  min-width: 3cqi;
  flex-shrink: 1;
  padding: 0 4cqi;
  height: 7cqi;
}
/* can be used as a class on <a /> tags */
.html-txt {
  display: block;
  position: relative;
  container-type: inline-size;
  border-radius: var(--home-border-radius);
  overflow: hidden;
  color: var(--body-txt-color);
}
.html-txt > div {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 2%;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  width: 50%;
  font-size: 1.75cqi;
  gap: 0;
  transform: translateY(-50%);
}
.html-txt h2 {
  font-family: inherit;
  font-size: 1.5em;
  line-height: 1.125;
  margin: 0;
  letter-spacing: .04em;
  font-weight: 700;
}
.html-txt p {
  margin: 0 0 .5em;
  font-size: .9em;
  font-weight: 500;
  font-family: inherit;
}
.html-txt .cta-btn {
  background: var(--btn-primary-bgnd-color);
  color: var(--btn-primary-txt-color);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.25em;
  width: 54%;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 800px) {
  .html-txt > div {
    left: 4.75%;
    font-size: 3.4cqi;
    width: 36%;
  }
  .html-txt h2 {
    margin-bottom: 0;
  }
  .html-txt p {
    /* font-size: .88em; */
  }
  .html-txt .cta-btn {
    height: 2.1em;
    width: 77%;
  }
}
.home-four-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.home-six-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.product-grid > div {
  
}
.product-grid > div > a {
  display: flex;
  flex-flow: column;
  height: 100%;
  text-align: center;
  align-items: center;
  gap: .75rem;
  color: var(--body-txt-color);
  container-type: inline-size;
}
.img-wrapper {
  overflow: hidden;
}
.img-wrapper img {
  transition: all .5s ease !important;
}
a:hover .img-wrapper img {
  transform: scale(1.1);
}
#dwContent, #dwCarousel {
  display: none;
}
#hh-callouts #dwContent {
  display: block;
  text-align: center;
}
.home-cta-btn {
  display: inline-flex;
  height: 2.75rem;
  background: var(--btn-primary-bgnd-color);
  color: var(--btn-primary-txt-color);
  align-items: center;
  justify-content: center;
  border-radius: var(--home-btn-border-radius);
  padding: 0 1.5rem;
  min-width: 10rem;
  font-family: var(--home-font-family);
  font-size: 1rem;
  text-transform: capitalize;
  transition: box-shadow .3s ease-in-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.home-cta-btn:hover, .home-cta-btn:focus {
  box-shadow: 0 5px 9px 0 rgba(0, 0, 0, .2);
  background: var(--btn-primary-bgnd-color-hover);
  color: var(--btn-primary-txt-color-hover);
}
#homeStandard {
  max-width: calc(1360px + 2rem);
  margin: 0 auto;
  padding: 1rem 1rem 1.5rem;
  font-family: var(--home-font-family);
}
#homeStandard a {
  text-decoration: none;
}
#homeStandard a:focus-visible {
  outline-width: 2px;
}
#homeStandard img {
  display: block;
  width: 100%;
}
.home24 img.mobile, #homeStandard img.mobile {
  display: none;
}
@media only screen and (max-width : 800px) {
  .home24 img.mobile, #homeStandard img.mobile {
    display: block;
  }
  .home24 img.desktop, #homeStandard img.desktop {
    display: none;
  }
}
.top-skinny {
  margin-bottom: 1rem;
}
.top-skinny a {
  overflow: hidden;
  border-radius: var(--home-border-radius);
  display: block;
}
#homeDash {
  display: grid;
  /*grid-template-columns: [first] auto [line2] 442px;*/
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 3%;
}
#dashHero {
  position: relative;
  overflow: hidden;
  border-radius: var(--home-border-radius);
  /*height: 540px;*/
  grid-column: auto / span 2;
}
.dh-placement {
  position: absolute;
  bottom: 19%;
  left: 4%;
  color: #FFF;
}
.dh-placement h1 {
  color: #FFF;
  font-family: var(--home-font-family);
  text-transform: uppercase;
  font-size: 2.6125rem;
  line-height: 1.0625;
  margin-bottom: 8%;
}
#homeStandard h1 {
  font-family: var(--home-font-family);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
}
.dh-placement p {
  font-size: 1.375rem;
  margin-bottom: 10%;
  line-height: 1.25;
}
.dh-placement .home-cta-btn {
  height: 3.125rem;
  background: #fff;
  color: #000;
  max-width: 250px !important;
  width: 100% !important;
  font-weight: 500;
  font-size: 1.125rem;
}
@media only screen and (max-width : 1290px) {
  #dashHero > img {
    /*height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        right: 0;*/
    /*left: 50%;
        transform: translateX(-50%);*/
  }
}
#dashColumn {
  display: flex;
  gap: 1rem;
  flex-flow: column;
  text-align: center;
}
#dashWelcome-m {
  background: var(--dash-welcome-bgnd);
  padding: 1rem;
  border-radius: var(--home-border-radius);
  overflow: hidden;
  text-align: center;
}
#dashWelcome-m > span {
  display: block;
}
#dashWelcome-m > div {
  display: inline-block;
}
#dashWelcome {
  background: var(--dash-welcome-bgnd);
  border-radius: var(--home-border-radius);
  padding: 1.5rem;
  flex-basis: 170px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#dashFeatured {
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex-grow: 1;
  overflow: hidden;
}
#dashFeatured h2 {
  font-size: 2rem;
  font-family: var(--home-font-family);
  text-transform: uppercase;
  margin-bottom: 4%;
}
#dashFeatured .home-cta-btn {
  margin: 5% auto 0;
}
.dw-greeting {
  font-size: 1.25rem;
  font-weight: 700;
}
.dw-balance {
  font-size: 2rem;
  font-weight: 700;
}
.dw-balance br {
  display: none;
}
#dashWelcome .home-cta-btn {
  margin-top: 5%;
  /*background: #FFF;
    color: var(--body-txt-color);*/
  /* for Valentines day */
  background: #B30F0F;
  color: #FFF;
}
#dashWelcome-m .home-cta-btn {
  /*background: #FFF;
    color: var(--body-txt-color);*/
  /* for Valentines day */
  background: #B30F0F;
  color: #FFF;
}
#home-hero-main {
  /* overflow: hidden; */
  font-family: var(--home-font-family);
  /* padding-bottom: 1rem; */
  position: relative;
  container-type: inline-size;
  background: var(--background-light-blue);
}
#hh-carousel {
  height: 100%;
  /* container-type: inline-size; */
  background: var(--home-neutral-bgnd);
}
#home-hero-main .play-pause-control button {
  border: none;
  background: #FFF;
  padding: 0;
  color: inherit;
  width: 2rem;
  height: 2rem;
  font-size: inherit;
  border-radius: var(--border-radius-small);
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-hero-main .play-pause-control button svg {
  /* color: #000; */
  width: 1.5rem;
  height: 1.5rem;
}
#home-hero-main .hh-playing .pause-btn, #home-hero-main .play-btn {
  display: flex;
}
#home-hero-main .hh-playing .play-btn, #home-hero-main .hh-paused .pause-btn {
  display: none;
}
#home-hero-main .play-pause-control button:focus, #hh-carousel .slick-arrow:focus {
  /* outline-color: #FFF; */
  outline-offset: 0;
}
.hh-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
  container-type: inline-size;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-color: var(--home-neutral-bgnd) !important;
}
@media only screen and (min-width : 1414px) {
  .hh-slide {
    background-size: 100% auto;
  }
}
.hh-slide > img {
  height: auto;
  width: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hh-slide > img.hh-m {
  display: none !important;
}
.hh-slide-copy {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-size: 1.65cqi;
  /* font-size: 1.25em; */
  z-index: 1;
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 1em;
}
.hh-slide-copy-inner {
  padding: 2em;
  width: 21.5em;
  text-align: left;
  background: #FFF;
  border-radius: var(--home-border-radius);
  color: #333;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* For Safari support */
  
  /* Set background opacity (0.0 to 1.0) */
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  flex-flow: column;
  gap: .5em;
}
.hh-slide-copy-inner h2 {
  font-size: 2em !important;
  /* text-transform: uppercase; */
  font-family: var(--home-font-family);
  color: inherit;
  font-weight: 400;
}
.hh-slide-copy-inner p {
  font-size: .875em;
  line-height: 1.25;
  margin-bottom: .625em;
}
.hh-slide-cta {
  text-align: left;
}
.hh-slide-cta a {
  text-decoration: none;
  background: var(--btn-primary-bgnd-color);
  color: var(--btn-primary-txt-color);
  border-radius: var(--home-btn-border-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 3em;
  padding: 0 2em;
  margin-left: 0;
  border: none;
  font-weight: 600;
  font-size: .875em;
}
.hh-slide-cta a:focus-visible {
  outline: revert;
  outline-offset: revert;
}
#hh-callouts {
  position: absolute;
  right: 2rem;
  top: 2rem;
  height: calc(100% - 4rem);
  display: flex;
  flex-flow: column;
  gap: 1rem;
  width: 15.75rem;
  font-size: 1rem;
  overflow-y: auto;
  scrollbar-width: thin;
  overscroll-behavior: none;
}
#hh-callouts > div, #hh-callouts .hh-alert {
  background: #FFF;
  border-radius: var(--home-border-radius);
  font-size: 1em !important;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .25);
  padding: 1rem 1rem .875rem;
  text-align: center;
  color: var(--body-txt-color);
  margin: 0;
}
#hh-callouts .hh-alert a:hover, #hh-callouts .hh-alert a:focus-visible {
  text-decoration: underline;
}
#hh-callouts #dwContent > span {
  display: none;
}
#hh-callouts #dwContent .dw-greeting {
  font-weight: normal;
  font-size: 1em;
}
#hh-callouts #dwContent .dw-msg {
  white-space: nowrap;
}
#hh-callouts #dwContent .dw-balance {
  font-weight: 600;
  font-size: 1.5em;
}
@media only screen and (max-width : 1290px) {
  .dh-placement h1 {
    font-size: 2.5vw !important;
  }
  .dh-placement.contextFix p {
    font-size: 1.6vw !important;
  }
  .dh-placement .home-cta-btn {
    max-width: 17.5vw !important;
    font-size: 1.3vw;
    height: 3.4vw;
    padding-left: .5rem;
    padding-right: .5rem;
  }
  #dashFeatured h2, .dw-balance {
    font-size: 1.5rem;
  }
  .dw-greeting {
    font-size: 1.125rem;
  }
  .home-cta-btn {
    height: 2.5rem;
    padding: 0 1.25rem;
    min-width: 9rem;
    font-size: .875rem;
  }
}
@media only screen and (max-width : 1118px) {
  #dashFeatured h2, .dw-balance {
    font-size: 1.5rem;
  }
  .dw-greeting {
    font-size: 1.125rem;
  }
  .home-cta-btn {
    height: 2.5rem;
    padding: 0 1.25rem;
    min-width: 9rem;
    font-size: .875rem;
  }
}
@media only screen and (max-width : 1100px) {
  #dashWelcome-m {
    display: block !important;
    grid-column: auto / span 3;
    align-items: center;
    justify-content: center;
  }
  #dashWelcome-m .dw-greeting {
    font-size: 1.125rem;
  }
  #dashWelcome-m .dw-balance {
    font-size: 1.125rem;
  }
  #dashWelcome-m .home-cta-btn {
    margin-top: 1rem;
  }
  #dashWelcome {
    display: none;
  }
  #hh-carousel {
    /* height: 384px; */
  }
  .hh-slide-copy {
    /* font-size: 1rem; */
    /* width: 23rem; */
  }
  .hh-slide-copy::before {}
  .hh-slide-copy-inner {
    /* padding: 0 0 0 3em; */
    /* width: 17em; */
    /* position: relative; */
  }
  #hh-callouts {
    width: 13.75rem;
    right: 1rem;
    top: 1rem;
    font-size: .875rem;
    height: calc(100% - 2rem);
  }
}
.home-base {
  margin-bottom: 2rem;
}
.home-section-ttl {
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: space-between;
  padding: 0 0 1.5rem;
  max-width: var(--home-width);
  width: 100%;
  margin: 0 auto;
}
#wyn-home h2 {
  font-size: 2.25rem;
  font-weight: 300;
  font-family: var(--home-font-family);
  /* text-transform: uppercase; */
  margin: 0;
  color: var(--body-txt-color);
}
#wyn-home .wyn-inner .ttl-centered {
  margin-bottom: 1rem;
}
@media only screen and (max-width : 1290px) {
  .home-section-ttl h2 {
    font-size: 1.75rem;
  }
}
#giftCards .home-four-grid a {
  border: 1px solid #d8d8d8;
  text-align: center;
  display: flex;
  flex-flow: column;
  padding: 7.875%;
  align-items: center;
  justify-content: space-between;
  color: var(--body-txt-color);
  font-size: 1.25rem;
  height: 100%;
}
#giftCards .home-four-grid p {
  margin: 0;
}
#giftCards .home-four-grid img {
  max-width: 145px;
  margin-bottom: 8%;
  max-height: 90px;
}
#featuredBrands .home-six-grid > a {
  background: #F7F7F7;
  padding: 1% 2% calc(76% - 2%);
  position: relative;
}
/* fit without cropping, any image */
#featuredBrands img {
  object-fit: contain;
  height: calc(100% - 40%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
}
.img-circle {
  border-radius: 100%;
  overflow: hidden;
  /* padding to maintain 1:1 aspect ratio*/
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1rem;
}
/* fit and crop any image within the circle */
.img-circle img {
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}
#trendingItems .home-four-grid {
  gap: 5%;
}
#trendingItems .home-four-grid > div {
  height: 100%;
}
#trendingItems .product-grid a {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  color: var(--body-txt-color);
}
#trendingItems .product-grid img {
  margin-bottom: 1rem;
}
#trendingItems .product-grid p {
  margin: 0;
}
#featuredCategories .home-six-grid img {}
#featuredCategories .home-six-grid a {
  color: var(--body-txt-color);
  text-align: center;
  display: block;
}
.carousel-outer-wrapper {
  position: relative;
  padding-bottom: 2px;
  overflow: hidden;
  max-width: var(--home-width);
  width: 100%;
  margin: 0 auto;
}
/* Slick styles */
.carousel-outer-wrapper::after {
  content: '';
  display: block;
  background-image: linear-gradient(to right, #ffffff00, #ffffff);
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 100%;
}
.light-blue .carousel-outer-wrapper::after {
  background-image: linear-gradient(to right, #F2F4F800, #f2f4f8);
}
@media only screen and (max-width : 858px) {
  #home-hero-main {
    /* height: 384px; */
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
    /* gap: 1rem; */
  }
  .hh-slide-copy {
    /* font-size: .875rem; */
    width: 18rem;
  }
  .hh-slide-copy-inner {
    /* padding: 0 0 0 1.25em; */
    /* width: 16em; */
  }
}
p.c-price {
  margin-bottom: 0;
  font-weight: 300;
  font-size: .75rem;
}
p.c-desc {
  flex-grow: 1;
}
#home-hero-main .play-pause-control {
  /* color: #FFF; */
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width : 1290px) {
  #giftCards .home-four-grid a {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width : 1024px) {
  .home-cta-btn {
    height: 2.25rem;
    padding: 0 1.125rem;
    min-width: 8rem;
    font-size: .75rem;
  }
}
@media only screen and (max-width : 700px) {
  #homeDash {
    display: flex;
    gap: 1rem;
    flex-flow: column;
  }
  .home-section-ttl h2 {
    font-size: 1.5rem;
  }
  #dashHero {
    margin-bottom: 1rem;
  }
  #dashHero > img {
    width: 130%;
    position: relative;
    left: 100%;
    transform: translate(-103%, -5%) !important;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 90%);
  }
  .dh-placement {
    position: static;
    color: #FFF;
    background: #213c05;
    text-align: center;
    padding: 1.5rem 1rem;
    margin-top: -8%;
  }
  .dh-placement br {
    display: none;
  }
  .dh-placement.contextFix h1 {
    font-size: 1.5rem !important;
    margin-bottom: .875rem;
    color: #FFF !important;
  }
  .dh-placement.contextFix p {
    font-size: .875rem !important;
    margin-bottom: .875rem;
    color: #FFF !important;
  }
  .dh-placement .home-cta-btn {
    height: 2.5rem;
    max-width: 230px !important;
    font-size: .875rem;
    color: var(--body-txt-color) !important;
    background: #FFF !important;
  }
  #dashFeatured .home-cta-btn {
    margin: 5% auto 1rem;
  }
  #dashFeatured h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  #dashFeatured .home-cta-btn {
    margin: 1rem auto 1rem;
  }
  .home-two-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .home-four-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-six-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #trendingItems .home-four-grid {
    gap: 6%;
    max-width: 500px;
    margin: 0 auto;
  }
  #giftCards .home-four-grid a {
    font-size: 2.75vw;
  }
}
@media only screen and (max-width : 430px) {
  .dh-placement h1 {
    font-size: 1.25rem;
  }
  .dh-placement p {
    font-size: .875rem;
    line-height: 1.5;
  }
  .dh-placement .home-cta-btn {
    height: 2.5rem;
    max-width: 230px !important;
    font-size: .875rem;
  }
  .home-section-ttl {
    flex-flow: column;
    gap: 1rem;
  }
  .home-section-ttl h2 {
    font-size: 1.25rem;
    margin-bottom: .5rem;
  }
  .home-six-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* wide hero style */
#wide-dash {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  order: 1;
  margin-top: 2.5%;
  margin-bottom: 1rem;
}
#wide-dash #dwContent, #dashWelcome-m-w {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: var(--home-border-radius);
  background: #F7F7F7;
  border: 1px solid #e7e7e7;
  padding: 1rem;
  text-align: center;
}
#wide-dash #dwCarousel {
  display: block;
}
#wide-dash .dw-balance {
  margin-bottom: 1rem;
}
#wide-dash .home-section-ttl {
  padding: 0 0 1.25rem;
  align-items: end;
}
#wide-dash #dwCarousel {
  grid-column: auto / span 3;
}
img.sh-m {
  display: none !important;
}
.sh-copy {
  position: absolute;
  gap: .25em;
  top: 0;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #FFF;
  container-type: inline-size;
  font-size: 1.25cqi;
  width: 38%;
  left: 1.5em;
  text-shadow: 1px 1px 2px #000;
}
.sh-copy h2 {
  font-size: 2em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.125;
  font-family: var(--home-font-family);
  color: #FFF;
}
.sh-copy p {
  font-size: 1.125em;
  margin: 0 0 .5em;
}
.sh-copy .sh-cta span {
  font-size: 1.125em;
  margin: 0;
  /* font-weight: bold; */
  display: inline-flex;
  align-items: center;
  color: #000;
  background: #FFF;
  border-radius: var(--home-btn-border-radius);
  padding: 0 1.25em;
  height: 2.125em;
  text-shadow: none;
}
.skinny-html a::before {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, .5) 62%, rgba(0, 0, 0, 0) 100%);
}
.XMcartHeader {
    margin: 0;
}

.hhm-outer {
    /* height: 416px; */
    container-type: inline-size;
    margin-bottom: 1rem;
}

.home-base.home-carousel {
    /* max-width: var(--home-width); */
    margin: 0;
    /* width: calc(100% - 3rem); */
    /* background: var(--background-light-blue); */
    /* padding: 2.5rem 0; */
}

.hhs-outer {
    max-width: var(--home-width);
    margin: 0 auto;
    position: relative;
    height: 100%;
    container-type: inline-size;
}

#wyn-home img {
    display: block;
    width: 100%;
}
#hero-pagination .prev-btn {
  order: 1;
}
#hero-pagination .next-btn {
    order: 3;
}
#hero-pagination {
    display: flex;
    align-items: center;
    gap: .75rem;
}
.wyn-inner {
    max-width: var(--home-width);
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    gap: 2rem;
    position: relative;
}

.wyn-3grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.dark-blue {
    background: var(--primary-brand-color);
    color: #FFF;
}

.wyn-row {
    padding: 2.5rem 1.5rem;
}
.wyn-row.get-fired-up {
  padding-top: 1rem;
}
#wyn-home .dark-blue h2, .dark-blue a {
    color: #FFF;
}

.wyn-cell > a img {
    transition: .3s transform ease;
}

.dark-blue a {
    text-decoration: none;
}

.dark-blue a:focus-visible {
    outline: revert;
    outline-offset: revert;
}

.wyn-cell > a {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 1.25rem;
    overflow: hidden;
    /* border-radius: var(--border-radius-large); */
}

.wyn-cell-cta {
    display: inline-flex;
    height: 3rem;
    align-items: center;
    border: 1px solid var(--btn-primary-brdr-color);
    padding: 0 2rem;
    border-radius: var(--btn-border-radius);
    font-size: 1rem;
    font-weight: 600;
    background: var(--btn-primary-bgnd-color);
    color: var(--btn-primary-txt-color);
    text-decoration: none !important;
    justify-content: center;
}
.wyn-cell-cta:hover {
    background: var(--btn-primary-bgnd-color);
    color: var(--btn-primary-txt-color);
}
.dark-blue .wyn-cell-cta {
    border-color: #FFF;
}

.dark-blue a:hover .wyn-cell-cta {
    background: #FFF;
    color: var(--primary-brand-color);
}

.img-cell {
    overflow: hidden;
    border-radius: var(--border-radius-large);
}

.dark-blue a:hover .img-cell img {
    transform: scale(1.1);
}

.small-cta {
    color: var(--primary-link-color);
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
}

.light-blue {
    background-color: var(--background-light-blue);
}

.wyn-2grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 2rem;
}

.ttl-centered {
    text-align: center;
}

.wyn-cell {
    display: flex;
    flex-flow: column;
    gap: 1.25rem;
    justify-content: center;
    font-size: 1.125rem;
}

.wyn-cell > h3, .wyn-cell > p {
    margin: 0;
}
.wyn-cell > p {
    font-size: 1.125rem;
}
#wyn-home h3 {
    font-weight: 400;
    font-size: 1.75rem;
}

.float-cell {
    position: absolute;
    background: #FFF;
    border-radius: var(--border-radius-large);
    padding: 2.625rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-flow: column;
    font-size: 1.125rem;
    gap: 1.25rem;
    left: 7%;
}

.ninja-favs .img-cell {
    min-height: 248px;
    position: relative;
}

.ninja-favs .img-cell img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: none;
}
@media only screen and (max-width : 800px) {
  img.sh-m {
    display: block !important;
  }
  img.sh-d {
    display: none !important;
  }
  .skinny-html a {
    font-size: 2.25cqi;
  }
  .sh-copy {
    gap: .25em;
    font-size: 2.25cqi;
    width: 40%;
    left: 1.5em;
  }
  .sh-copy h2 {
    font-size: 2em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.125;
  }
  .sh-copy p {
    font-size: 1.25em;
  }
  .sh-copy .sh-cta span {
    font-size: 1.25em;
  }
  .skinny-html a::before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .5) 62%, rgba(0, 0, 0, 0) 100%);
  }
}
@media only screen and (max-width : 1150px) {
  #wide-dash {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #wide-dash #dwCarousel {
    grid-column: auto / span 2;
  }
}
@media only screen and (max-width : 1024px) {
  #wyn-home h2 {
    font-size: 2rem;
  }
  #wyn-home h3 {
    font-size: 1.25rem;
  }
  #wyn-home .wyn-inner .ttl-centered {
    margin-bottom: .65rem;
  }
  .wyn-row {
    padding: 2rem 1.5rem;
  }
  .wyn-cell, .float-cell {
    font-size: .938rem;
  }
  .float-cell {
    left: 5%;
    padding: 2.25rem;
  }
  .wyn-cell br {
    display: none;
  }
  .wyn-2grid {
    gap: 1.5rem;
  }
}
@media only screen and (max-width : 884px) {
  .ninja-favs .img-cell img {
    height: 100%;
    width: auto !important;
  }
}
@media only screen and (max-width : 768px) {
  #wyn-home h3, #wyn-home .float-cell h2 {
    font-size: 1.25rem;
    font-weight: 400;
  }
  .wyn-row {
    padding: 1.75rem 1.5rem;
  }
  .wyn-row.get-fired-up {
    padding-top: 1rem;
  }
  .wyn-cell {
    font-size: .938rem;
  }
  .wyn-cell > div, .wyn-cell > a > div {
    flex-grow: 1;
    width: 100%;
  }
  .wyn-inner {
    gap: 1.5rem;
  }
  .wyn-inner > h2 {
    text-align: center;
  }
  .wyn-3grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
    max-width: 360px;
    margin: 0 auto;
  }
}
@media only screen and (max-width : 750px) {
  #wide-dash {
    display: block;
    order: 2;
  }
  #wide-dash #dwContent {
    display: none;
  }
  #dashWelcome-m-w, #dashWelcome-m-w > span {
    display: block !important;
  }
  #dashWelcome-m-w {
    margin: 1rem 0;
  }
  #dashWelcome-m-w > div {
    display: inline-block;
  }
  #dashWelcome-m-w .dw-greeting, #dashWelcome-m-w .dw-balance {
    font-size: 1.125rem;
  }
  #dashWelcome-m-w .home-cta-btn {
    margin-top: 1rem;
  }
  .wyn-3grid .wyn-cell-cta {
    width: 100%;
    display: flex;
  }
  .wyn-2grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #wyn-home .wyn-inner .ttl-centered {
    margin-bottom: .25rem;
  }
  .float-cell {
    position: static;
    padding: 0;
    transform: none;
  }
  .ninja-favs .img-cell {
    min-height: auto;
  }
  .ninja-favs .img-cell img {
    position: static;
    transform: none;
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width : 640px) {
  .hh-slide {
    height: auto;
  }
  .hh-slide > img {
    height: auto;
    /* width: 125% !important; */
    position: static;
    transform: none;
    /* margin-left: -17%; */
  }
  .hhs-outer {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .hh-slide > img.hh-d {
    display: none !important;
  }
  .hh-slide > img.hh-m {
    display: block !important;
  }
  #hh-carousel {
    height: auto;
  }
  .hh-slide {
    /* background-size: 100% auto; */
  }
  .hh-slide-copy-inner br {
    display: none;
  }
  .hh-slide-copy-inner {
    width: 100%;
    padding: 1.125rem 1.125rem;
  }
  .hh-slide-copy::before {
    display: none;
  }
  .hh-slide-copy {
    bottom: 0;
    transform: none;
    top: auto;
    height: auto;
    width: 100%;
    position: static;
    /* background: #000; */
    font-size: 2.75cqi;
    padding: 1.5em 1.5em;
  }
  .hh-slide-copy-inner h2 {
    font-size: 2.25em !important;
  }
  .hh-slide-copy-inner p {
    font-size: 1.25em;
  }
  .hh-slide-cta a {
    height: 3em;
    padding: 0 2em;
    font-size: 1.25em;
  }
  #home-hero-main .play-pause-control {
    bottom: .875rem;
    left: 3.125rem;
  }
  #home-hero-main .play-pause-control button {
    width: 1.625rem;
    height: 1.625rem;
  }
}
@media only screen and (max-width : 430px) {
  #wide-dash .home-section-ttl {
    align-items: center;
  }
  .wyn-row {
    padding: 1.5rem 1.125rem;
  }
  
  #wyn-home h2 {
    font-size: 1.375rem;
  }
  #wyn-home h3 {
    font-size: 1.188rem;
  }
  .wyn-cell-cta {
    width: 100%;
    display: flex;
  }
}
