.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;
}

body {
  background-color: #353535;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.heading {
  font-weight: 400;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.div-block {
  width: 100%;
  height: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.div-block-2 {
  width: 100%;
  height: 40%;
}

.div-block-3 {
  height: 50%;
}

.div-block-4 {
  width: 100%;
  height: 50%;
}

.section {
  width: 100%;
  height: 500px;
}

.section-2 {
  height: 500px;
}

.html-embed-2 {
  height: 100%;
}

.section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  min-height: 50vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.container-2 {
  height: 200px;
  min-height: 1000px;
}

.html-embed-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  min-height: 100%;
}

.div-block-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 75%;
  min-height: 0px;
  background-color: #65696d;
}

.div-block-6 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.section-3 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 25%;
  min-height: 25vh;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(163, 155, 155, 0.5)), to(rgba(163, 155, 155, 0.5)));
  background-image: linear-gradient(180deg, rgba(163, 155, 155, 0.5), rgba(163, 155, 155, 0.5));
  background-clip: border-box;
}

.html-embed-4 {
  position: relative;
  width: 50%;
  height: 100%;
}

.div-block-7 {
  position: fixed;
  top: 132px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 0px;
  max-width: 500px;
  margin-top: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  position: fixed;
}

.heading-3 {
  position: relative;
  left: 60px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-size: 100px;
}

.section-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vh;
  background-color: #000;
}

.container-3 {
  max-width: 1600px;
}

.grid {
  grid-template-areas: "Area-2 Area";
}

.container-4 {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-5 {
  position: absolute;
  left: 98px;
  top: 701.25px;
  display: -ms-grid;
  display: grid;
  max-width: 500px;
  -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: 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;
}

.buitton {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #5eff4c;
}

.div-block-8 {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: red;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(60px, 60px) auto;
  grid-template-rows: minmax(60px, 60px) auto;
}

.grid-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  grid-auto-flow: row;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  padding-right: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 0.5fr 0px 3fr 0px 2.25fr;
  grid-template-columns: 0.5fr 3fr 2.25fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.body {
  background-color: #000;
  background-image: url('../images/background.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.main {
  overflow: visible;
  width: 100%;
  height: 65vh;
}

.verge3d {
  position: static;
  display: block;
  overflow: hidden;
  height: 100%;
  opacity: 1;
}

.div-block-10 {
  background-color: #333437;
}

.heading-4 {
  text-align: center;
}

.navbar {
  background-color: transparent;
}

.watch-grid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 90%;
  max-width: 8%;
  margin-top: auto;
  margin-left: 40px;
  padding-left: 0px;
  -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;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(39, 39, 39, 0);
}

.div-block-12 {
  height: 100%;
  margin-top: 0px;
  background-color: silver;
}

.section-5 {
  height: 100vh;
}

.div-block-13 {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.div-block-14 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 10%;
  background-color: rgba(54, 54, 54, 0.26);
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5%;
  min-height: 50px;
  padding-right: 75px;
  padding-left: 75px;
  -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;
  background-color: hsla(0, 0%, 51.2%, 0);
  opacity: 1;
}

.grid-watch {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 53%;
  height: 40%;
  max-height: 90%;
  margin-top: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 20px;
  justify-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  opacity: 1;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  position: relative;
  overflow: visible;
  max-height: 100%;
  max-width: 200px;
  min-width: 0px;
  margin-top: 0px;
  cursor: pointer;
}

.image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 5vh;
  max-width: none;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
}

.blurb {
  position: absolute;
  left: auto;
  top: 69%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 40%;
  height: 30%;
  min-width: auto;
  margin-right: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
}

.add-to-cart {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-color: #181818;
}

.preorder {
  position: absolute;
  font-size: 30px;
  font-weight: 400;
}

.heading-5 {
  font-weight: 400;
}

.bold-text {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  font-weight: 400;
}

.div-block-16 {
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.icon {
  position: relative;
  width: 60px;
}

.icon:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.icon.search:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.icon.search:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.cart {
  position: relative;
  width: 60px;
  min-width: 0px;
}

.cart.icon:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.menu {
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu.icon:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.menu.icon:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.cgstirk {
  position: relative;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}

.cgstirk.icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
}

.cgstirk.icon:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.footer-text:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-text:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.heading-8 {
  position: absolute;
}

.price {
  position: absolute;
}

.pre-order-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #0f0f0f;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.pre-order-button:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.pre-order {
  margin-top: 10px;
  padding-left: 20px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.watch-price {
  margin-top: 10px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.paragraph {
  padding-right: 10px;
  padding-left: 10px;
  direction: ltr;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0.5px;
}

.blurb-title {
  padding-left: 7px;
  color: #fff;
  text-align: left;
  letter-spacing: 0px;
}

.returns {
  width: 65px;
  height: 65px;
  opacity: 0.95;
}

.returns.icon:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.shipping {
  width: 60px;
  height: 60px;
  opacity: 0.95;
}

.shipping.icon:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.info-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.location {
  width: 65px;
  height: 65px;
  margin-left: 0px;
  padding-left: 0px;
  opacity: 0.95;
}

.location.icon:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.secure-checkout {
  width: 65px;
  height: 65px;
  opacity: 0.95;
}

.secure-checkout.icon:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.container-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  max-width: 30%;
  padding-top: 100px;
  padding-left: 10px;
}

.heading-9 {
  margin-bottom: -23px;
  padding-left: 10px;
  opacity: 0;
  font-size: 20px;
  font-weight: 400;
}

.button {
  padding: 0px 10px;
  background-color: rgba(56, 152, 236, 0);
  font-size: 16px;
}

.watch-style {
  margin-bottom: -25px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.link {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .body {
    background-image: none;
  }

  .main {
    height: 100vh;
  }

  .footer {
    position: absolute;
    top: auto;
  }

  .grid-watch {
    position: absolute;
    left: -1px;
    overflow: hidden;
    width: 25%;
    height: 100%;
    margin-top: 130px;
    margin-left: 68px;
    padding-left: 0px;
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
    opacity: 0;
  }

  .image {
    overflow: hidden;
  }

  .header {
    opacity: 1;
  }

  .blurb {
    top: 18%;
    display: none;
    width: 15%;
    height: 25%;
    margin-right: 100px;
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .div-block-7 {
    top: 7px;
  }

  .grid-4 {
    height: 62%;
    grid-auto-flow: row;
    grid-template-areas: "."
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (minmax(200px, 1fr))[auto-fit] minmax(130px, 0.25fr);
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr)) minmax(130px, 0.25fr);
  }

  .body {
    overflow: hidden;
    background-color: #5e5e5e;
    background-image: url('../images/background.jpg');
    background-size: 188px;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .main {
    overflow: scroll;
    height: 100vh;
  }

  .verge3d {
    width: 100%;
    height: 80%;
  }

  .watch-grid {
    left: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-12 {
    height: 50%;
    margin-top: 189px;
  }

  .section-5 {
    height: 100vh;
    background-color: transparent;
  }

  .footer {
    position: static;
    height: 3%;
  }

  .grid-watch {
    position: static;
    top: 52%;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 0px;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 20px;
    opacity: 1;
  }

  .image {
    width: 100%;
    max-width: 75%;
  }

  .header {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .blurb {
    position: static;
    left: 48%;
    top: 53%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    width: 100%;
    height: 26vh;
    margin-right: 0px;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .secure-checkout.icon {
    left: 8px;
  }

  .link {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    height: 100vh;
  }

  .verge3d {
    height: 80%;
  }

  .watch-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 3%;
    opacity: 1;
  }

  .grid-watch {
    position: static;
    top: 53.5%;
    overflow: hidden;
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .header {
    position: absolute;
    padding-right: 40px;
    padding-left: 40px;
  }

  .blurb {
    position: static;
    left: 283px;
    overflow: visible;
    width: 100%;
    height: 28vh;
    padding-right: 40px;
    padding-left: 40px;
  }

  .pre-order-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pre-order {
    font-size: 18px;
  }

  .watch-price {
    font-size: 18px;
  }

  .paragraph {
    padding-top: 0px;
    font-size: 14px;
    text-align: left;
  }

  .blurb-title {
    font-size: 30px;
  }

  .secure-checkout.icon {
    left: 8px;
  }

  .link {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-7 {
    font-size: 14%;
    line-height: 20%;
  }

  .body {
    overflow: visible;
  }

  .main {
    overflow: scroll;
    height: 100vh;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .verge3d {
    height: 80%;
  }

  .footer {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    height: 3%;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .grid-watch {
    position: static;
    top: 41%;
    width: 100%;
    margin-top: 10px;
    padding-right: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .header {
    position: absolute;
    height: 5vh;
    padding-right: 10px;
    padding-left: 10px;
  }

  .blurb {
    position: static;
    left: 3%;
    top: 50%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    width: 100%;
    height: 30vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon {
    width: 30px;
  }

  .cart {
    width: 30px;
    height: 30px;
  }

  .menu {
    width: 25px;
    height: 25px;
  }

  .cgstirk {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .footer-text {
    font-size: 16px;
    line-height: 20px;
  }

  .pre-order-button {
    margin-right: 10px;
    margin-left: 10px;
  }

  .pre-order {
    font-size: 18px;
  }

  .watch-price {
    font-size: 18px;
  }

  .paragraph {
    font-size: 14px;
    text-align: left;
  }

  .blurb-title {
    margin-bottom: 0px;
    font-size: 28px;
    font-weight: 700;
  }

  .returns.icon {
    width: 40px;
    height: 40px;
  }

  .shipping.icon {
    left: -7px;
    width: 40px;
    height: 40px;
  }

  .info-icons {
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .location.icon {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .secure-checkout.icon {
    left: 3px;
    width: 45px;
    height: 45px;
  }

  .watch-style {
    margin-bottom: -30px;
  }

  .link {
    font-size: 14px;
  }
}

#button_black.w-node-dc834cac-a7e9-4b9c-95e7-e4e8cdad2769-03e9ccd9 {
  -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;
}

@media screen and (max-width: 991px) {
  #button_black.w-node-dc834cac-a7e9-4b9c-95e7-e4e8cdad2769-03e9ccd9 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #button_black-gold.w-node-_8b3e038c-35b6-4813-2fcf-126d0d0d10c5-03e9ccd9 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #button_gold-black.w-node-_8bb7a00a-a5c7-d174-74dd-453c01d3f2d9-03e9ccd9 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #button_silver.w-node-_53b948a7-ee61-6215-bf86-c3d5d7076358-03e9ccd9 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #button_blue.w-node-_0b54a468-e84e-0ff2-2882-445bdc4b1df3-03e9ccd9 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #button_red.w-node-db482989-6a67-a22d-a069-0647896149d3-03e9ccd9 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}