.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.slide-1 {
  background-color: #fbdc05;
}

.slide-1.cliq {
  background-color: #fbe974;
}

.slide-1.ivy-1 {
  background-color: #eeb8d5;
}

.slide-1.cliq-plus-1 {
  background-color: #47c7e2;
}

.slide-2 {
  background-color: #fbdbde;
}

.slide-2.cliq-2 {
  height: 100vh;
}

.slide-2.cliq-plus-2 {
  background-color: #eeb8d5;
}

.slide-2.ivy-2 {
  background-color: #a9efdc;
}

.slide-3 {
  background-color: #dbebf0;
}

.slide-3.cliq-plus-3 {
  background-color: #dde0e0;
}

.slide-3.ivy-3 {
  background-color: #dde0e0;
}

.logo {
  display: inline-block;
  width: 20%;
  padding-top: 24px;
  text-align: left;
}

.logo-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.feature-image {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.product-columns {
  width: 100vw;
  height: 100vh;
}

.slider {
  height: 100vh;
  margin-right: -10px;
  margin-left: -10px;
}

.product-gallery {
  width: 100vw;
  height: 100vh;
}

.left-arrow {
  position: absolute;
  left: 0%;
  top: 80%;
  right: auto;
  bottom: 0%;
}

.specs-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 53px;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  color: #48413b;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  text-shadow: -4px 3px 16px rgba(0, 0, 0, 0.79);
}

.specs-paragraph.cliq-paragraph {
  font-size: 14px;
}

.specs-paragraph.ivy-intro-copy {
  font-size: 14px;
}

.specs-paragraph.cliq-plus-paragraph {
  padding-bottom: 36px;
  font-size: 14px;
}

.div-block-2 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.product-title {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 50px;
  font-family: 'Changa One', Impact, sans-serif;
  color: #7e7e7b;
  font-size: 24px;
  line-height: 44px;
  font-weight: 400;
}

.product-title.bumble-bee {
  margin-bottom: 12px;
  color: #d99928;
}

.product-title.ruby-red {
  color: #a1256a;
}

.product-title.sapphire-blue {
  color: #194787;
}

.product-title.ladybug-red {
  color: #f6a0ac;
}

.product-title.pearl-white {
  color: #acaca9;
}

.product-title.rose-gold {
  margin-top: 4px;
  color: #fff;
}

.product-title.seaside-blue {
  color: #b7dff7;
}

.product-title.mint-green {
  color: #8cd1bf;
}

.div-block-3 {
  position: static;
  margin-top: 80px;
  font-size: 10px;
  text-align: center;
}

.ivy-cliq.single-column {
  height: 100vh;
}

.ivy.single-column {
  height: 100%;
}

.paragraph {
  margin-top: -30px;
  margin-bottom: -15px;
  font-family: 'Changa One', Impact, sans-serif;
  color: #7e7e7b;
  font-size: 20px;
}

.grid-4 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(200px, 580px) minmax(200px, 580px);
  grid-template-columns: minmax(200px, 580px) minmax(200px, 580px);
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.feature-stories-heading {
  font-family: Montserrat, sans-serif;
}

.feature-stories {
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 24px;
}

.portable-pocketsized {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.if-its-instagram-worthy-its-print-worthy {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.customize-your-photos {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  text-align: right;
}

.peel-and-stick {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: right;
}

.hero_banner_-desktop {
  width: 100vw;
  height: 100vh;
}

.body {
  margin-right: auto;
  margin-left: auto;
  background-color: #b8e0f8;
}

.ivy-family-paragraph {
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 42px;
}

.shop-ivy-family {
  position: -webkit-sticky;
  position: sticky;
  top: 92.1vh;
  width: auto;
  height: auto;
  background-color: #c00;
}

.text-span {
  color: #fff;
  font-style: italic;
}

.shop-now {
  position: static;
  right: 0%;
  bottom: -56.0104px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 22px;
  float: right;
  border-radius: 20px;
  background-color: #fff;
  font-family: 'Changa One', Impact, sans-serif;
  color: #000;
}

.ivy-family-div-block {
  position: -webkit-sticky;
  position: sticky;
  top: 92vh;
  display: block;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #c00;
}

.shop-now-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-now-container {
  height: 100%;
}

.ivy-family-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ivy-family-columns {
  display: block;
  width: 100vw;
  height: 8vh;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: both;
}

.slide-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  top: 90%;
}

.right-arrow-2 {
  top: 90%;
}

.right-arrow-3 {
  top: 80%;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 70px;
  line-height: 0px;
  font-weight: 400;
  text-align: left;
}

.heading.meet-the {
  margin-right: -85px;
}

.heading.text-family {
  margin-top: -11px;
  margin-bottom: -11px;
}

.columns {
  margin-right: 449px;
  margin-left: 449px;
}

.hero-banner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". ." "Area Area";
  -ms-grid-columns: minmax(200px, 1fr) 0px minmax(200px, 1fr) 0px minmax(200px, 1fr) 0px minmax(200px, 1fr) 0px minmax(200px, 1fr);
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  background-color: #b8e0f8;
}

.paragraph-2 {
  position: relative;
  bottom: -20px;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 70px;
}

.ivy-family-intro {
  display: block;
  width: 50%;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 62px;
  text-transform: lowercase;
}

.ivy-family-intro._2 {
  margin-bottom: 21px;
  margin-left: -33px;
  padding-right: 0px;
}

.div-block-6 {
  max-height: 300px;
  max-width: 300px;
  min-height: 150px;
  min-width: 150px;
  background-image: url('../images/Ivy-Logo.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  position: relative;
  margin-left: -107px;
}

.image-3 {
  position: relative;
  top: -15px;
  z-index: 1;
  margin-right: -143px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dealer_selection {
  position: fixed;
  left: 16%;
  top: 20%;
  right: 16%;
  bottom: 20%;
  z-index: 10;
  display: none;
  width: 70vw;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "Area-2";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 5px;
  border-color: #c00;
  border-radius: 20px;
  background-color: #fff;
}

.deaers {
  position: fixed;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-3 {
  display: inline;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.div-block-12 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-13 {
  padding-bottom: 50px;
}

.image-4 {
  margin-top: 24px;
  margin-right: 24px;
}

.image-5 {
  margin-top: 23px;
  margin-left: 24px;
}

.image-6 {
  margin-top: 24px;
  margin-right: 22px;
}

.image-7 {
  margin-top: 23px;
  margin-left: 23px;
}

.image-8 {
  margin-right: 24px;
}

.image-9 {
  margin-top: 24px;
  margin-left: 24px;
}

.image-10 {
  position: relative;
  z-index: 18;
}

.image-11 {
  position: relative;
  left: -228px;
  top: -6px;
  z-index: 18;
  box-shadow: -12px 9px 20px 0 rgba(0, 0, 0, 0.48);
}

.image-11.first-image {
  left: -230px;
  top: -4px;
  z-index: 1;
  margin-left: -559px;
}

.image-11.second-image {
  left: -603px;
  top: -6px;
  z-index: 1;
}

.image-11.third-image {
  left: -416px;
  top: -7px;
  z-index: 1;
}

.image-11.fourth-image {
  left: -226px;
  top: -7px;
  z-index: 1;
}

.ivy-photo {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-14 {
  height: 100px;
}

.animation-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.print-more {
  position: relative;
  left: -222px;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 40px;
  line-height: 35px;
}

.image-12 {
  position: relative;
  z-index: 2;
}

.div-block-16 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  padding-left: 30px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 41px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.select-dealer-copy {
  margin-bottom: 50px;
  padding-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 39px;
  text-align: center;
}

.container {
  height: 100%;
}

.dealer-icon {
  width: 100%;
  height: 50%;
}

.columns-2 {
  width: 80%;
  margin-bottom: 20px;
}

.dealer-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exit_button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 50px;
  padding: 5px;
}

.exit-image {
  width: 30px;
  height: 30px;
}

.shop-now-section {
  display: none;
}

@media (max-width: 991px) {
  .logo {
    padding-top: 0px;
  }
  .logo.ivy {
    padding-top: 0px;
  }
  .specs-paragraph {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 10%;
    margin-bottom: -30px;
  }
  .grid-4 {
    padding: 30px;
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }
  .portable-pocketsized {
    text-align: left;
  }
  .if-its-instagram-worthy-its-print-worthy {
    text-align: left;
  }
  .hero_banner_-desktop {
    height: 50vh;
  }
  .shop-ivy-family {
    top: 92vh;
    z-index: 12;
    padding: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: rgba(204, 0, 0, 0.49);
  }
  .shop-now {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ivy-family-div-block {
    clear: both;
  }
  .ivy-family-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .ivy-family-columns {
    z-index: 13;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
    padding-left: 199px;
    clear: both;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 13px;
  }
  .hero-banner-block {
    display: block;
    height: 50vh;
    padding-right: 61px;
    padding-left: 61px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .ivy-family-intro {
    width: 100%;
    font-size: 57px;
    line-height: 40px;
  }
  .stars {
    padding-top: 0px;
  }
  .dealer_selection {
    position: fixed;
    left: 9%;
    top: 9%;
    right: 9%;
    bottom: 9%;
    display: none;
    width: 80%;
    height: 50vh;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas: "Area-2" "." "Area";
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .div-block-14 {
    height: 200px;
  }
  .animation-block {
    width: 100%;
  }
  .print-more {
    width: 100%;
    font-size: 26px;
  }
  .space-fill-section {
    height: 100px;
  }
  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    grid-auto-rows: minmax(150px, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: minmax(150px, 1fr) minmax(150px, 1fr) 1fr 1fr;
    grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) 1fr 1fr;
    -ms-grid-rows: minmax(150px, 1fr);
    grid-template-rows: minmax(150px, 1fr);
  }
  .select-dealer-copy {
    font-size: 32px;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: -83px 6px 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-13 {
    margin: 16px;
    padding: 0px;
  }
  .dealer_selection_block {
    width: 80vw;
  }
  .dealer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .grid-4 {
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: minmax(200px, 1fr);
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-areas: ".";
  }
  .feature-stories-heading {
    font-size: 16px;
    line-height: 20px;
  }
  .feature-stories {
    font-size: 11px;
    line-height: 16px;
  }
  .portable-pocketsized {
    padding-bottom: 20px;
  }
  .hero_banner_-desktop {
    display: none;
  }
  .ivy-family-paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -186px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 29px;
  }
  .shop-now {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 14px;
    text-align: center;
  }
  .shop-now-block {
    width: 100%;
  }
  .ivy-family-intro {
    line-height: 39px;
  }
  .dealer_selection {
    left: 6%;
    top: 1%;
    right: 6%;
    bottom: 4%;
    display: none;
    width: 90vw;
    height: 90vh;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 1px;
    grid-row-gap: 24px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 24px auto 24px auto 24px auto 24px auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .paragraph-3 {
    font-size: 18px;
  }
  .animation-block {
    margin-left: 195px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .print-more {
    margin-right: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 29px;
  }
  .div-block-16 {
    padding: 29px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .columns-2 {
    display: block;
    margin-bottom: -6px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dealer-grid {
    margin-top: -38px;
  }
}

@media (max-width: 479px) {
  .logo {
    width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .specs-paragraph {
    font-size: 14px;
  }
  .product-title.bumble-bee {
    margin-bottom: -4px;
    line-height: 32px;
  }
  .grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .feature-stories-heading {
    margin-top: 39px;
    line-height: 20px;
    text-align: center;
  }
  .feature-stories {
    text-align: justify;
  }
  .portable-pocketsized {
    padding-bottom: 30px;
    justify-items: center;
  }
  .if-its-instagram-worthy-its-print-worthy {
    padding-bottom: 30px;
  }
  .customize-your-photos {
    padding-bottom: 30px;
  }
  .peel-and-stick {
    padding-bottom: 30px;
    justify-items: center;
  }
  .hero_banner_-desktop {
    clear: both;
  }
  .body {
    display: block;
    clear: both;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ivy-family-paragraph {
    position: relative;
    left: 12px;
    min-width: 200px;
    font-size: 20px;
  }
  .shop-now {
    position: relative;
    left: -80px;
    top: 2.0104px;
    min-width: 200px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ivy-family-div-block {
    top: 88vh;
    height: 100px;
    float: none;
    clear: both;
  }
  .shop-now-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .shop-now-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ivy-family-container {
    position: static;
  }
  .ivy-family-columns {
    height: 100px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .slide-block {
    position: relative;
    top: -38px;
  }
  .ivy-family-intro {
    font-size: 28px;
  }
  .stars {
    margin-bottom: 100px;
    padding-top: 0px;
  }
  .image-2 {
    margin-left: -136px;
  }
  .dealer_selection {
    left: 11%;
    top: 2%;
    right: 11%;
    bottom: 2%;
    display: none;
    width: 80%;
    height: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row dense;
    grid-auto-columns: 1fr;
    grid-column-gap: 1px;
    grid-row-gap: 24px;
    grid-template-areas: ".";
    -ms-grid-columns: minmax(119px, 200px) 1px minmax(200px, 1fr);
    grid-template-columns: minmax(119px, 200px) minmax(200px, 1fr);
    -ms-grid-rows: auto 24px auto 24px auto 24px auto;
    grid-template-rows: auto auto auto auto;
  }
  .paragraph-3 {
    font-size: 20px;
  }
  .print-more {
    font-size: 18px;
  }
  .space-fill-section {
    clear: both;
  }
  .select-dealer-copy {
    display: block;
    margin-bottom: 0px;
    padding-top: 36px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }
  .dealer_selection_block {
    width: 100%;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .column {
    max-height: 64px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .column.column-height {
    max-height: 40px;
  }
  .column.bestbuy {
    max-height: 88px;
  }
  .column-3.column-height {
    max-height: 40px;
  }
  .dealer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .highlight-stories-section {
    clear: both;
  }
  .exit_button {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .shop-now-section {
    position: -webkit-sticky;
    position: sticky;
    top: 88vh;
    display: block;
    height: 100px;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  #w-node-60b42cdffa43-2b2b9591 {
    -ms-grid-row: span 1.00390625;
    grid-row-start: span 1.00390625;
    -ms-grid-row-span: 1.00390625;
    grid-row-end: span 1.00390625;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

#w-node-6c30b4ccb4a8-2b2b9591 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 479px) {
  #w-node-6c30b4ccb4a8-2b2b9591 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-6ccf4e0ca5ac-2b2b9591 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

#w-node-f0fb2e2a7dc4-2b2b9591 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

@media screen and (max-width: 479px) {
  #w-node-f0fb2e2a7dc5-2b2b9591 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

#w-node-7a5b08905a65-2b2b9591 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0ca900c70d2a-2b2b9591 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}