@font-face {
  font-family: 'GT-Flexa';
  src: url('../fonts/GT-Flexa-Extended-Light.woff2') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'GT-Flexa';
  src: url('../fonts/GT-Flexa-Extended-Thin.woff2') format('opentype');
  font-weight: 200;
}

@font-face {
  font-family: 'GT-Flexa-text';
  src: url('../fonts/GT-Flexa-Standard-Light.woff2') format('opentype');
}

@font-face {
  font-family: 'Tobias-light';
  src: url('../fonts/Tobias-Light.woff2') format('truetype');
}

@font-face {
  font-family: 'GT-Flexa-Mono';
  src: url('../fonts/GT-Flexa-Mono-Regular.woff2') format('opentype');
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
:after,
:before {
  box-sizing: border-box;
}

::selection {
  background: #F27E40;
}

input {
  cursor: url(../img/pointer-3.svg) 10 10, default;
}

.animate-02-delay {
  animation-duration: 0.3s;
  animation-name: animate-fade;
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
  animation-timing-function: ease-out;
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-variant-ligatures: discretionary-ligatures;
  font-variant-numeric: slashed-zero;
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000;
  cursor: url(../img/pointer-1.svg) 10 10, default;
}

.container-fluid {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

.altar-i,
.altar-i header a,
.altar-i footer a {
  color: #fff;
}

.about header a,
.about footer a {
  color: #000;

}

a,
button {
  text-decoration: none;
  cursor: url(../img/pointer-2.svg) 10 10, default;
}

input:focus {
  outline: none;
  caret-color: #F45500;
}

a:hover {
  animation: link-pulse ease-in-out 0.8s infinite alternate;
}


header,
footer,
.header-preorder {
  font-family: 'Tobias-light', serif;
  font-size: 32px;
  letter-spacing: -2px;
}

.header-container {
  height: 72px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  align-items: center;
  z-index: 3;
}

.header-container::before {
  content: "";
  opacity: 1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .2) 60%, rgba(0, 0, 0, .05) 80%, transparent);
}

.about .header-container::before {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .2) 60%, rgba(255, 255, 255, .05) 80%, transparent);

}

.header-content {
  display: flex;
  align-items: center;
}

.header-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header-preorder {
  height: 48px;
  background-color: #F45500;
  border-radius: 16px;
  border: none;
  color: #ffffff;
  padding-left: 16px;
  padding-right: 16px;
  transition: transform .2s;
  box-shadow: 0 0 30px hsla(21, 100%, 48%, 0.6);
}

.header-preorder-link:hover {
  animation: none;
}

.header-preorder:hover {
  transform: scale(1.05);
}

.header-preorder:active {
  transform: scale(0.98);
}

.interpunct {
  width: 24px;
  text-align: center;
}

.logo a {
  display: flex;
  align-items: center;
}

.logo a::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #F45500;
  display: inline-block;
  margin-top: 4px;
  margin-right: 6px;
  border-radius: 50%;
  box-shadow: 0 0 12px hsla(21, 100%, 48%, 0.9);
}

.footer-container {
  margin: 128px 0 48px 0;
  min-height: 337px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.copyright {
  max-width: 33%;
}

.footer-links {
  width: 50%;
  display: flex;
  flex-direction: row;
}

.footer-links-column-1,
.footer-links-column-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer-links a {
  padding: 8px 0;
}

.video video {
  width: 100%;
  border-radius: 20px;
}

.intro-video {
  padding-top: 72px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  transition: transform .2s;
  cursor: url(../img/pointer-2.svg) 10 10, default !important;
}

.intro-video:hover {
  transform: scale(.99);
}

.intro-video:hover>.play-film-button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  box-shadow: none;
  border: 1px solid #ffffff;
}

.video-time {
  font-family: 'GT-Flexa', sans-serif;
  font-size: 28px;
  color: #9D9D9D;
  position: absolute;
  bottom: 0;
  margin: 0 0 24px 21px;
}

.play-film-button {
  height: 72px;
  border-radius: 20px;
  font-family: 'Tobias-light', sans-serif;
  font-size: 42px;
  letter-spacing: -2px;
  background-color: #ffffff;
  border: none;
  padding: 0 16px 0 16px;
  box-shadow: 0 0 30px hsla(0, 0%, 100%, 0.3);
  position: absolute;
  bottom: 24px;
  align-self: center;
  transition: all 0.2s;
  color: #000;
}

#ios-button {
  width: calc(100% - 32px);
  height: 42px;
  border-radius: 14px;
  font-family: 'Tobias-light', sans-serif;
  font-size: 24px;
  letter-spacing: -1px;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 0 30px hsla(0, 0%, 100%, 0.3);
  position: absolute;
  bottom: 24px;
  align-self: center;
  transition: all 0.2s;
  color: #000;
}

dialog {
  width: 100vw;
  height: 100vh;
  background-color: #202020;
  max-width: 100vw;
  max-height: 100vh;
  position: relative;
  border: none;
  overflow: hidden;
}

html:has(dialog[open]) {
  overflow: hidden;
}

dialog::backdrop {
  background-color: #202020;
}

.video-dialogue-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: stretch;
  height: 100%;
}

.pause-video-button-container {
  display: flex;
  align-self: flex-start;
  width: 100%;
  height: 10%;
  align-items: flex-end;
}

button#pause-video {
  height: 48px;
  border-radius: 16px;
  border: none;
  background-color: #fff;
  min-width: 72px;
  transition: transform .2s;
}

button#pause-video img {
  width: 24px;
  height: auto;
}

button#pause-video:focus {
  outline: none;
}

button#pause-video:hover {
  transform: scale(1.05);
}

button#pause-video:active {
  transform: scale(0.98);
}

#pause-video img {
  height: 20px;
}

.video-content-container {
  display: flex;
  justify-content: center;
  margin-bottom: 10%;
  height: 100%;
  padding: 24px 48px 48px 48px;
}

.video-content-container video {
  border-radius: 30px;
  max-width: 100%;
  max-height: 100%;
}

.video-wrapper {
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
}

#videoMobile {
  position: fixed;
  transform: translateY(-200vh);
  width: 100%;
  display: none;
}

.image-row {
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}

.col-4 {
  flex-grow: 1;
  flex-shrink: 3;
  flex-basis: 33%;
  max-width: 33%;
}

.col-6 {
  flex-grow: 1;
  flex-shrink: 2;
  flex-basis: 50%;
  max-width: 50%;
}

.col-8 {
  flex-grow: 3;
  flex-shrink: 1;
  flex-basis: 66%;
  max-width: 66%;
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.card {
  background-color: #202020;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 4px;
  transition: transform .2s;
  display: flex;

}

.card:hover {
  transform: scale(.99);
}

h1 {
  margin: 0 0 16px 0;
  font-family: 'GT-Flexa', serif;
  font-size: 68px;
  line-height: 68px;
  font-weight: 200;
}

h2 {
  margin: 4px 0 16px 0;
  font-family: 'GT-Flexa', serif;
  font-size: 42px;
  line-height: 48px;
  font-weight: 200;
}

h3 {
  margin: 0 0 4px 0;
  font-family: 'GT-Flexa', serif;
  font-size: 92px;
  line-height: 92px;
  font-weight: 200;
}

.grey-text {
  color: #9D9D9D;
}

img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  width: 100%;
}

.card-heading,
.card-text-small {
  font-family: 'GT-Flexa', serif;
  font-size: 26px;
  line-height: 28px;
}

.card-text-large {
  font-family: 'GT-Flexa', serif;
  font-size: 68px;
  line-height: 72px;
  font-weight: 200;
  width: 66%;
}

.key-features-thin {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.key-features-thin picture {
  width: 66%;
}

.key-features-thin .card-content {
  width: 33%;
  position: relative;
}

.section-header {
  overflow: hidden;
}

.key-features {
  --duration: 12s;
}

.sustainable-materials {
  --duration: 18s;
}

.technical-specifications {
  --duration: 19s;
}

.marquee-wrapper {
  display: flex;
  animation: marquee var(--duration) linear infinite;
  width: fit-content;
}

.marquee-wrapper h3 {
  font-size: 6vw;
  padding: 0 1vw;
  will-change: transform;

}

.animation-delay {
  animation-delay: 13s;
  padding-left: 32px;
}

.tech-specs-table-container {
  width: 100%;
}

.table-row {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #9D9D9D;
  padding: 16px 0;
  transition: background-color .2s ease-out, color .3s;
}

.table-row:hover {
  background-color: #fff;
  color: #000;
}

.table-row:hover a {
  color: #000;
}

.table-row-heading,
.table-row-entries,
.download-table-link {
  font-family: 'GT-Flexa', serif;
  font-size: 26px;
  line-height: 34px;
  font-variant-numeric: tabular-nums slashed-zero;
}

.table-row-heading {
  width: 25%;
  padding-left: 24px;
}

.table-row-entries {
  width: 75%;
}

.table-row-entries a {
  color: #9D9D9D;
  text-decoration: underline;
}

.waitlist-card-container {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 48px 4px 4px 4px;
  display: flex;
  align-items: center;
}

.waitlist-image,
.waitlist-info-container {
  width: 50%;
}

.waitlist-info-container {
  font-family: 'GT-Flexa', sans-serif;
  color: #000;
  padding-right: 96px;
}

.waitlist-heading {
  font-size: 68px;
  line-height: 72px;
  font-weight: 200;
}

.waitlist-text {
  font-size: 24px;
  line-height: 32px;
  padding-top: 16px;
  padding-bottom: 32px;
}

.waitlist-email-field,
.waitlist-email-field input,
.waitlist-email-field button,
#mc-embedded-subscribe,
.mc-field-group {
  height: 72px;
  width: 100%;
  display: flex;
}

.waitlist-dialogue-open .waitlist-dialogue .inline-container {
  max-width: 100% !important;
  width: 100% !important;
}

.optional-parent {
  display: none;
}

.waitlist-email-field {
  border-radius: 20px;
  background-color: #EAEAEA;
}

.waitlist-email-field input {
  border: none;
  background-color: #EAEAEA;
  border-radius: 20px 0 0 20px;
  font-family: 'GT-Flexa', sans-serif;
  font-size: 24px;
  color: #000000;
  font-weight: 200;
  padding-left: 21px;
}

.waitlist-email-field button,
#mc-embedded-subscribe,
.btn-primary {
  /* width: 25% !important; */
  border: none !important;
  background-color: #F45500 !important;
  color: #fff !important;
  max-width: 200px !important;
  border-radius: 20px !important;
  transition: transform .2s !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: url(../img/pointer-2.svg) 10 10, default !important;
}

.waitlist-email-field img {
  width: 48px;
  height: auto;
}

.waitlist-email-field button:hover,
#mc-embedded-subscribe:hover {
  transform: scale(1.02);
}

.waitlist-email-field button:active,
#mc-embedded-subscribe:active {
  transform: scale(0.99);

}

.waitlist-email-field .return-to-website {
  width: 100%;
  max-width: 100% !important;
}

.waitlist-email-field a {
  width: 100%;
}

.pre-order-page-link {
  font-family: 'Tobias-Light', sans-serif;
  font-size: 42px;
  letter-spacing: -2px;
}

/* About + Press page styles */

.about {
  background-color: #fff;
  color: #000;
}

.short-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.about-page-content h1,
.about-page-content ol,
.about-page-content p {
  font-family: 'Tobias-light', serif;
  font-size: 85px;
  line-height: 85px;
  letter-spacing: -4px;
}

.about-page-content h1 {
  padding-top: 128px;
}

.about-page-content a {
  text-decoration: underline;
  text-decoration-thickness: 4px;
  color: inherit;
}

.about-page-content p {
  margin: 64px 0;
}

/* Dark styles */

.dark {
  background-color: #000;
}

.dark .interpunct {
  color: #fff;
}

.dark a {
  color: #fff;
}

.dark h1 {
  color: #fff;
}

.dark .copyright {
  color: #fff;
}

/* Press page styles */

.press-downloads {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.press-downloads-content {
  width: 75%;
  position: relative;
  padding: 24px 16px;
}

.press-download-button-container {
  width: 25%;
  margin-right: 16px;
}

.press-download-button-container button {
  height: 72px;
  width: 100%;
  border: none;
  border-radius: 20px;
  background-color: #F45500;
  transition: transform .2s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: url(../img/pointer-2.svg) 10 10, default;
}

.press-downloads-content .card-heading {
  font-size: 58px;
  color: #fff;
  font-weight: 200;
  line-height: 110%;
}

.press-download-button-container img {
  width: 28px;
  height: auto;
}

/* Update centre styles */

.dark .card-links {
  text-decoration: none;
}

.update-centre .waitlist-email-field {
  margin: 32px 0 48px 0;
}

.update-centre .card:active {
  transform: scale(1.02);
}

.update-centre-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 24px;
}

.update-centre-card-content .card-heading {
  font-size: 58px;
  color: #fff;
  font-weight: 200;
  line-height: 110%;
}

.update-centre-card-content .card-text-small {
  position: absolute;
  bottom: 24px;
}

.update-centre .image-row img {
  border-radius: 20px;
}

.update-centre-card-image {
  margin: 24px;
}

.pill-tag-text {
  border: 3px solid #ffffff;
  font-family: 'GT-Flexa', sans-serif;
  font-size: 24px;
  line-height: 100%;
  border-radius: 22px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  margin-bottom: 8px;
  color: #fff;
}

.subscribe-card-container {
  background-color: #202020;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 48px 4px 4px 4px;
  padding: 32px 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.subscribe-card-container .card-text-large {
  color: #fff;
  margin-bottom: 16px;
}

/* Update centre post styles */

.update-post-header {
  display: flex;
  padding-top: 96px;
}

.update-post-header .card {
  margin: 0 0 32px 0;

}

.update-post-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.update-post-content a {
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.update-centre-post .card-text-small {
  position: inherit;
  margin-top: 12px;
}

.filed-under {
  color: #fff;
  margin-bottom: 8px;
}

.update-centre-post h2 {
  font-family: 'GT-Flexa', sans-serif;
  color: #fff;
  margin: 0 0 8px 0;
  width: 100%;
  align-self: center;
  font-size: 34px;
  font-weight: 300;
  line-height: 100%;
}

.update-centre-post p,
.update-centre-post ul {
  color: #fff;
  font-family: 'GT-Flexa-text', sans-serif;
  font-size: 26px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0 0 32px 0;
  align-self: center;
  width: 100%;
}

.update-centre-post ul {
  padding-left: 24px;
}

.update-centre-post li {
  margin-bottom: 8px;
}

.update-centre-post .lede {
  font-family: 'GT-Flexa', sans-serif;
  font-size: 30px;
  line-height: 33px;
  align-self: flex-end;
}

.update-post-content img {
  margin-bottom: 32px;
}

.post-sign-off {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #F45500;
  display: inline-block;
}

/* Undoing Email Octopus styles */

.subscribe-card-container .waitlist-email-field .inline-container,
.about-page-content .waitlist-email-field .inline-container,
.waitlist-card-container .waitlist-email-field .inline-container {
  position: inherit;
  max-width: 100% !important;
  width: 100% !important;
}

.form-container {
  max-width: 100% !important;
  width: 100% !important;
}

.emailoctopus-form-wrapper {
  margin: 0 !important;
}

.emailoctopus-form-row {
  margin: 0 !important;
}

.main-form,
.btn {
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: normal;
  margin: 0 !important;
  width: auto !important;
  min-width: 100px;
}

input.btn.btn-primary {
  background-image: url(/img/→.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.btn:focus {
  box-shadow: none !important;
}

.btn:hover {
  transform: scale(1.02) !important;
}

.btn:active {
  transform: scale(1) !important;
}

.main-form {
  flex-wrap: nowrap !important;
}

.form-control {
  height: 72px !important;
}

.form-container .main-form .mb-2 {
  margin-bottom: 0 !important;
}

form .main-form .form-group input {
  background-color: #EAEAEA !important;
  border: none !important;
  border-radius: 20px !important;
  font-family: 'GT-Flexa', sans-serif;
  font-weight: 200 !important;
  font-size: 24px !important;
  padding-left: 21px !important;
}

form .main-form .form-group input:focus {
  outline: none !important;
  box-shadow: none !important;
}


/* Altar I preorder page styles */

.preorder h1 {
  padding-top: 72px;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.55em;
  font-size: 0.6em;
  font-weight: 300;
}

.region-select-container {
  height: 72px;
  display: inline-flex;
  background-color: #202020;
  border-radius: 20px;
  font-family: 'GT-Flexa', sans-serif;
  font-size: 32px;
  flex-wrap: nowrap;
  align-items: center;
  margin: 8px 0 32px;
}

.region-name {
  padding: 0 10px;
}

.region-name-unselected a {
  color: #9D9D9D;
}

.region-name-selected {
  background-color: #fff;
  height: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.region-name-selected a {
  color: #000;

}

.preorder h2 {
  margin-bottom: 4px;
}

.preorder-card {
  flex-direction: column;
  font-family: 'GT-Flexa', sans-serif;
  font-weight: 200;
}

.preorder-card:hover {
  transform: none;
}

.preorder-card-info-container {
  margin: 0 16px 56px 16px;
}

.preorder-card-heading,
.preorder-card-price {
  font-size: 88px;
  line-height: 100%;
}

.preorder-card-price,
.preorder-card-meta {
  color: #9D9D9D
}

.preorder-card-description {
  font-size: 32px;
  margin-top: 8px;
}

.preorder-card-cta-container {
  margin: 0 16px 16px 16px;
}

.preorder-card-meta {
  font-size: 21px;
  margin-top: 8px;
}

.preorder-footnotes {
  padding-bottom: 72px;
}

.footnote-bullet {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  vertical-align: baseline;
  position: relative;
  top: 0.1em;
  margin-right: 8px;
  font-size: 40px;
}

.preorder-card-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.sold-out-tag-container {
  height: 72px;
  display: inline-flex;
  background-color: #373737;
  border-radius: 20px;
  font-family: 'GT-Flexa', sans-serif;
  font-size: 32px;
  align-items: center;
  padding: 0 48px;
  color: #9D9D9D;
  font-weight: 300;
  margin-left: 16px;
}

.waitlist-dialogue {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 9999;
  pointer-events: none;
}

.waitlist-dialogue::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease-in-out;
}

.waitlist-dialogue.show::before {
  background-color: rgba(0, 0, 0, 0.5);
}

#closeWaitlistDialogueBtn {
  height: 48px;
  border-radius: 16px;
  border: none;
  background-color: #000000;
  min-width: 72px;
  transition: transform .2s;
}

#closeWaitlistDialogueBtn img {
  width: 24px;
  height: auto;
}

#closeWaitlistDialogueBtn img {
  height: 20px;
}

button#closeWaitlistDialogueBtn:focus {
  outline: none;
}

button#closeWaitlistDialogueBtn:hover {
  transform: scale(1.05);
}

button#closeWaitlistDialogueBtn:active {
  transform: scale(0.98);
}

.waitlist-dialogue.show {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}

.waitlist-dialogue h1 {
  font-family: 'Tobias-light', serif;
  font-size: 85px;
  line-height: 85px;
  letter-spacing: -4px;
}

.waitlist-dialogue-content {
  background-color: white;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: calc(100% - 72px);
  max-width: 100%;
  text-align: left;
  transform: translateY(100%);
  transition: transform 0.2s ease-in-out;
  color: black;
  overflow: hidden;
  pointer-events: auto;
}

.waitlist-dialogue.show.animate .waitlist-dialogue-content {
  transform: translateY(0);
}

.waitlist-dialogue.show.animate .waitlist-dialogue-content {
  transform: translateY(0);
}

#openWaitlistDialogueBtn {
  width: 100%;
  height: 72px;
  background-color: #F45500;
  border: none;
  border-radius: 20px;
  font-family: 'Tobias-Light', serif;
  font-size: 42px;
  letter-spacing: -2px;
  color: #fff;
  transition: transform .2s;
}

#openWaitlistDialogueBtn:hover {
  transform: scale(1.02);
}

#openWaitlistDialogueBtn:active {
  transform: scale(0.99);
}

/* Overriding Shopify Buy Button */

button.shopify-buy__btn {
  width: 100%;
  height: 72px;
  background-color: #F45500;
  border: none;
  border-radius: 20px;
  font-family: 'Tobias-Light', serif;
  font-size: 42px;
  letter-spacing: -2px;
  color: #fff;
  transition: transform .2s;
}

button.shopify-buy__btn-disabled {
  width: 100%;
  height: 72px;
  background-color: #202020;
  border: 3px solid #F45500;
  font-size: 42px;
  letter-spacing: -2px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  pointer-events: none;
}

button.shopify-buy__btn:hover {
  transform: scale(1.02);
}

.shopify-buy-button-container {
  height: 72px;
  background-color: #F45500;
  border-radius: 20px;
}

button.shopify-buy__btn:active {
  transform: scale(0.99);
}

/* Overriding Shopify Card styles */

.shopify-buy-frame--cart {
  height: calc(100% - 24px) !important;
  margin: 12px 24px !important;
}

.shopify-buy-cart-wrapper iframe {
  border-radius: 16px !important;
}

/* Overriding Shopify toggle */

.shopify-buy-frame--toggle {
  display: none !important;
}

/* Legal page styles */

.legal {
  overflow: hidden;
}

.legal h1 {
  font-family: 'Tobias-light', serif;
  font-size: 85px;
  line-height: 85px;
  letter-spacing: -4px;
  padding-top: 128px;
  margin-bottom: 48px;
}

.legal-page-content {
  font-family: 'GT-Flexa', sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.legal-page-content a {
  color: #000;
  text-decoration: underline;
}

.legal-intro {
  font-size: 32px;
  line-height: 42px;
}

.legal-page-content h2 {
  color: #9D9D9D;
  font-size: 26px;
  line-height: 120%;
  font-weight: 300;
  width: 23%;
  margin: 0;
  padding: 0;
}

.legal-section-main-content li {
  padding: 2px 0;
}

.legal-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid #9D9D9D;
  margin: 24px 0 0 0;
  padding: 0 0 8px 0;
  font-variant-numeric: tabular-nums slashed-zero;
  justify-content: space-between;
}

.legal-section-main-content {
  width: 75%;
}

.legal-section-main-content p {
  margin: 0 0 24px;
  padding: 0;
}

/* Field guide styles */

.field-guide h1 {
  text-transform: uppercase;
  max-width: 100%;
  width: 100%;
  font-size: 9.3vw;
  letter-spacing: -10px;
  text-align-last: justify;
  line-height: 50%;
}

.field-guide h2 {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 100%;
  font-family: 'GT-Flexa-Mono', sans-serif;
  padding-top: 16px;
}

.field-guide-subheader {
  display: flex;
  justify-content: space-between;
}

.field-guide-regulatory-logos {
  align-self: flex-end;
  margin-bottom: 16px;
}

.field-guide .field-guide-header img {
  height: 72px;
  width: auto;
}

.field-guide-section {
  border: #fff 2px solid;
  box-sizing: border-box;
  margin-top: 56px;
}

.field-guide-section-header {
  height: 180px;
  border-bottom: #fff 2px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.field-guide-heading-mobile-line-break {
  display: inline;
}

.field-guide-section-header h3 {
  font-family: 'Tobias-light', serif;
  font-size: 115px;
  line-height: 85px;
  letter-spacing: -4px;
  text-align: center;
  height: auto;
}

.field-guide-table-container {
  width: 100%;
}

.field-guide .table-row-entries {
  padding: 0 24px 0 0;
}

.field-guide .table-row-heading {
  padding-right: 24px;
}

.field-guide .table-row a {
  text-decoration-thickness: 1px;
}

.field-guide .table-row {
  border-bottom: 2px solid #fff;
}

.field-guide .no-bottom-border {
  border-bottom: none;
  flex-grow: 2;
}

.field-guide .table-row-heading,
.field-guide .table-row-entries,
.field-guide ol {
  font-family: 'GT-Flexa-Mono', serif;
  font-size: 22px;
  line-height: 100%;
  font-variant-numeric: tabular-nums slashed-zero;
  text-transform: uppercase;
  letter-spacing: normal;
  margin: 0;
}

.lower-alpha-list {
  list-style-type: lower-alpha;
}

button.index-table-button img {
  height: 15px;
  width: auto;
}

button.index-table-button {
  height: 24px;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  box-shadow: none;
  border: 2px solid #ffffff;
  border-radius: 12px;
  padding: 2px 16px 2px 16px;
  margin-right: 24px;
}

.table-row:hover button.index-table-button {
  background-color: #000;
  border: 2px solid #000;
  transition: border .2s;
  transition: background-color .2s;
}

.field-guide .image-row {
  padding: 24px;
  justify-content: space-around;
  border-bottom: 2px solid #fff;
}

.field-guide .index .table-row-heading {
  width: 8.33%;
}

.field-guide .index .table-row-entries {
  width: 80.33%;
}

.field-guide .index .index-table-button-wrapper {
  width: 8.33%;
  display: flex;
  justify-content: flex-end;
}

.field-guide .index .table-row {
  justify-content: space-between;
}

.field-guide .index a {
  text-decoration: none;
}

.field-guide-section img,
.field-guide-section svg {
  width: 100%;
  height: auto;
}

.field-guide .image-row {
  padding: 48px 24px;
  margin: 0;
}

.field-guide .field-guide-split-section {
  border-bottom: none;

}

.field-guide .field-guide-split-section {
  padding: 0;
}

.field-guide .field-guide-split-section .field-guide-table-container {
  display: flex;
  flex-direction: column;
}

.field-guide-split-section img {
  align-self: center;
}

.split-section-image-container {
  display: flex;
  justify-content: center;
  padding: 48px 24px;
  border-right: 2px solid #fff;
}

.field-guide svg path {
  stroke-width: 2px;
}

.charging-battery-life .split-section-image-container {
  padding: 0;
}

.hot-swap-instruction-container {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.hot-swap-instruction-step-container {
  width: 25%;
  border-right: 2px solid #fff;
  display: flex;
  flex-direction: column;
}

.hot-swap-instruction-step-container:last-child {
  border: none;
}

.hot-swap-instruction-step-container .table-row {
  flex-direction: column;
}

.hot-swap-step-text-container .table-row {
  padding-top: 0;
}

.hot-swap-step-text-container {
  border-top: 2px solid #fff;
}

.hot-swap-instruction-step-container .table-row-heading,
.hot-swap-instruction-step-container .table-row-entries {
  padding: 12px;
}

.hot-swap-step-image-container img {
  height: 100%;
}

.hot-swap-step-text-container {
  flex-grow: 1;
}

.hot-swap-step-text-container .field-guide-table-container {
  height: 100%;
}

.hot-swap-step-text-container .table-row {
  height: inherit;
}

.regulatory .field-guide-regulatory-logos {
  height: 68px;
  width: auto;
  position: relative;
  align-self: flex-start;
  margin-top: 16px;
}

.regulatory .regulatory-table {
  display: flex;
  flex-direction: column;
}

.field-guide ul {
  padding-left: 16px;
}

.field-manual-lowercase {
  text-transform: lowercase;
}

/* Download page styles */

.download-table-version-container {
  display: flex;
}

.download-table-version {
  margin: 0 0 12px 0;
  font-family: 'GT-Flexa', serif;
  font-size: 68px;
  line-height: 68px;
  font-weight: 200;
  border: 3px solid #ffffff;
  border-radius: 50px;
  padding: 8px 32px;
  font-variant-numeric: tabular-nums;
}

.installation-heading {
  margin: 0 0 12px 0;
  font-family: 'GT-Flexa', serif;
  font-size: 68px;
  line-height: 68px;
  font-weight: 200;
  padding: 0;
  font-variant-numeric: tabular-nums;
}

.slashed-zero {
  font-variant-numeric: slashed-zero;
}

.download-table-link {
  margin-bottom: 8px;
  color: #ffffff;
}

.download-table-link a {
  text-decoration: underline;
}

.download-table-link a:hover {
  color: #ffffff;
}

.download-table ul {
  margin: 0;
}

.download-table ol {
  font-family: 'GT-Flexa', serif;
  font-size: 26px;
  line-height: 34px;
  font-variant-numeric: tabular-nums slashed-zero;
  letter-spacing: normal;
}

.downloads .table-row {
  background-color: inherit;
  color: inherit;
}

.downloads .table-row:hover {
  background-color: inherit;
  color: inherit;
}

.downloads .table-row:hover a {
  color: #ffffff;
}


/* Embedded Tweet styles */

.twitter-tweet {
  align-self: center;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.twitter-tweet iframe {
  border-radius: 14px;
}

.tweet-wall {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
  padding-bottom: 32px;
}

.tweet-wall img {
  margin-bottom: 0;
  width: 100%;
  padding: 10px;
  border-radius: 14px;
}

.testimonial-tweets-update {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.testimonial-tweets-update .twitter-tweet {
  flex-shrink: 1;
}

/* Embedded IG styles */

.instagram-media {
  border-radius: 14px !important;
  margin: 10px !important;
  /* padding: 0 10px 0 10px !important; */
  width: calc(100% - 20px) !important;
}

/* Mobile styles */

@media (max-width: 768px) {

  .header-container,
  .footer-container {
    height: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .header-container a,
  .footer-container a,
  .footer-container .copyright,
  .footer-container,
  .header-preorder {
    font-size: 24px;
  }

  .header-preorder {
    height: 42px;
    border-radius: 14px;
    padding-left: 12px;
    padding-right: 12px;
    box-shadow: 0 0 10px hsla(21, 100%, 48%, 0.6);
  }

  /* .header-updates-link {
    display: none;
  } */

  .logo-text {
    display: none;
  }

  .logo a::before {
    width: 28px;
    height: 28px;
    box-shadow: 0 0 8px hsla(21, 100%, 48%, 0.9);

  }

  .interpunct {
    width: 16px;
  }

  .video-content-container {
    padding: 0;
  }

  #videoMobile {
    display: block;
  }

  .video-time {
    display: none;
  }

  .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
  }

  h1 {
    font-size: 30px;
    line-height: 32px;
  }

  h2 {
    font-size: 26px;
    line-height: 28px;
  }

  h3 {
    font-size: 48px;
    line-height: 48px;
  }

  .card-heading,
  .card-text-small {
    font-size: 21px;
    line-height: 24px;
  }

  .intro-video {
    padding-top: 48px;
  }

  .image-row {
    flex-wrap: wrap;
  }

  .col-4,
  .col-6,
  .col-8,
  .col-9 {
    flex-basis: 100%;
    max-width: 100%;
    height: 100vw;
  }

  .col-12 {
    flex-wrap: wrap;
  }

  .card-content {
    padding: 24px 12px;
  }

  .card-text-large {
    font-size: 30px;
    line-height: 32px;
    width: 100%;
  }

  .key-features-thin {
    height: 100vw;
  }

  .key-features-thin picture {
    width: 100%;
  }

  .key-features-thin .card-content {
    width: 100%;
    position: absolute;
  }

  .table-row {
    flex-wrap: wrap;
  }

  .table-row-heading,
  .table-row-entries {
    font-size: 21px;
    line-height: 24px;
    width: 100%;
    padding-left: 8px;
  }

  .waitlist-card-container {
    flex-wrap: wrap;
    height: auto;
    margin-top: 16px;
  }

  .waitlist-image {
    width: 100%;
    height: auto;
  }

  .waitlist-info-container {
    width: 100%;
    padding: 0 12px 24px 12px;
  }

  .waitlist-heading {
    font-size: 30px;
    line-height: 32px;
  }

  .waitlist-text {
    font-size: 21px;
    line-height: 24px;
    padding-bottom: 16px;
  }

  .footer-container {
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 100px;
    height: auto;
    width: 100%;
    margin: 48px 0 32px 0;
  }

  .footer-container .copyright {
    margin-bottom: 32px;
    max-width: 100%;
  }

  .footer-links {
    width: 100%;
  }

  .footer-links a,
  .footer-links .interpunct {
    height: 32px;
  }

  .about-page-content h1,
  .about-page-content p {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: -2px;
  }

  .about-page-content h1 {
    padding-top: 48px;
  }

  .about-page-content p {
    margin: 32px 0;
  }

  .about-page-content a {
    text-decoration-thickness: 2px;
  }

  .about-page-content {
    min-height: calc(100vh - 100px);
  }

  .press-downloads {
    flex-wrap: wrap;
  }

  .press-downloads-content {
    width: 100%;
    padding: 12px 8px;
  }

  .press-download-button-container {
    width: 100%;
    margin: 0 12px 12px 12px;
  }

  .press-downloads .card-heading {
    font-size: 30px;
  }

  .marquee-wrapper h3 {
    font-size: 12vw;
    padding: 0 2vw;
  }

  .update-centre .waitlist-email-field {
    margin: 0 0 16px 0;
  }

  .update-centre .col-6 {
    height: auto;
  }

  .update-centre-card-content {
    margin: 12px 12px 28px 12px;
  }

  .update-centre-card-content .card-heading {
    font-size: 30px;
    line-height: 110%;
  }

  .update-centre-card-content .card-text-small {
    position: inherit;
    margin-top: 4px;
  }

  .pill-tag-text {
    font-size: 16px;
    border: 1px solid #fff;
    height: 32px;
    margin-bottom: 2px;
  }

  .subscribe-card-container {
    margin-top: 16px;
    padding: 24px 12px 24px;
  }

  .update-centre-card-image {
    margin: 12px;
  }

  .update-post-header {
    padding-top: 48px;
    margin-bottom: 32px;
  }

  .update-post-header .col-6 {
    height: auto;
    margin-bottom: 16px;
  }

  .update-post-header .update-centre-card-content {
    margin: 0;
  }

  .update-centre-post .lede {
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0;
  }

  .update-centre-post p,
  .update-centre-post ul {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
  }

  .update-centre-post h2 {
    font-size: 28px;
    line-height: 24px;
  }

  .update-centre-post p {
    margin: 0 0 32px 0;
  }

  .region-select-container {
    font-size: 28px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    height: 56px;
  }

  .preorder-card {
    height: auto;
  }

  .preorder-card-info-container {
    margin-bottom: 24px;
  }

  .preorder-card-heading,
  .preorder-card-price {
    font-size: 32px;
    line-height: 120%;
  }

  .preorder-card-price {
    flex-direction: column;
    align-items: flex-start;
  }

  .sold-out-tag-container {
    height: 32px;
    border-radius: 10px;
    font-size: 21px;
    padding: 0 12px;
    margin-left: 0;
  }

  .waitlist-dialogue-content {
    height: 100%;
    padding: 8px;
  }

  .waitlist-dialogue-content h1 {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: -2px;
  }

  .preorder h1 {
    padding-top: 48px;
  }

  .preorder-card-description {
    font-size: 21px;
    margin-top: 4px;
  }

  button.shopify-buy__btn {
    font-size: 36px;
  }

  .preorder-card-meta {
    font-size: 14px;
    margin-top: 4px;
    line-height: 115%;
  }

  .footnote-bullet {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    font-size: 24px;
    top: 0.1em;
    margin-right: 4px;
  }

  .legal-page-content h1 {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: -2px;
    padding-top: 56px;
    margin-bottom: 0;
  }

  .legal-section {
    flex-wrap: wrap;
  }

  .legal-page-content h2 {
    width: 100%;
  }

  .legal-section-main-content {
    width: 100%;
  }

  .legal-section-main-content ul {
    padding-left: 21px;
  }

  .legal-section-main-content li {
    padding: 0;
  }

  .legal-section,
  .legal-section h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .legal-section h2 {
    padding-bottom: 16px;
  }

  .field-guide-subheader {
    flex-wrap: wrap;
  }

  .field-guide-header h1 {
    font-size: 54px;
    line-height: 90%;
    margin: 0;
    text-align-last: left;
  }

  .field-guide-header h2 {
    padding-top: 8px;
    margin: 0;
  }

  .field-guide-header .col-9,
  .field-guide .col-6 {
    height: auto;
  }

  .field-guide .field-guide-header img {
    height: 38px;
    margin: 32px 0 16px 0;
  }

  .field-guide-heading-mobile-line-break {
    display: block;
  }

  .field-guide-subheader h2 {
    font-size: 22px;
  }

  .field-guide-section-header {
    min-height: 80px;
    height: auto;
  }

  .field-guide-section-header h3 {
    font-size: 45px;
    line-height: 110%;
    letter-spacing: -4px;
  }

  .field-guide .table-row {
    flex-wrap: wrap;
    padding: 8px 0;
  }

  .field-guide .index .table-row-heading,
  .field-guide .index .table-row-entries,
  .field-guide .index .index-table-button-wrapper {
    width: 100%;
    padding: 0 8px 8px 8px;
    justify-content: flex-start;
  }

  .field-guide .index-table-button {
    width: 100%;
    margin: 0;
  }

  .field-guide .table-row-heading,
  .field-guide .table-row-entries,
  .field-guide ol {
    font-size: 18px;
    padding: 0 8px;
  }

  .field-guide .table-row-heading {
    padding-bottom: 4px
  }

  .field-guide-section {
    margin-top: 16px;
  }

  .field-guide .typical-contents .image-row {
    flex-wrap: nowrap;
  }

  .cable-image {
    padding-right: 24px;
  }

  .hot-swap-instruction-container {
    flex-wrap: wrap;
  }

  .hot-swap-instruction-step-container {
    border-top: 2px solid #fff;
    width: 100%;
  }

  .hot-swap-instruction-step-container:first-child {
    border-top: none;
  }

  .hot-swap-instruction-step-container:last-child {
    border-top: 2px solid #fff;
  }

  .field-guide .image-row {
    padding: 0;
  }

  .typical-contents .image-row {
    padding: 12px;
  }

  .split-section-image-container {
    border-right: none;
    border-bottom: 2px solid #fff;
  }

  .split-section-image-container {
    padding: 12px 8px;
  }

  .table-row-entries ol {
    padding-left: 36px;
  }

  .regulatory .field-guide-regulatory-logos {
    height: 42px;
  }

  .field-guide svg path {
    stroke-width: 1px;
  }

  circle {
    stroke-width: 1px;
  }

  .download-table-version {
    margin: 0 0 12px 0;
    font-family: 'GT-Flexa', serif;
    font-size: 30px;
    line-height: 100%;
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: 8px 16px;
  }

  .installation-heading {
    margin: 0 0 12px 0;
    font-family: 'GT-Flexa', serif;
    font-size: 30px;
    line-height: 100%;
    font-weight: 200;
    padding: 0;
  }

  .download-table .col-4,
  .download-table .col-8 {
    height: auto;
  }

  .download-table .table-row-entries {
    padding-left: 0;
    padding-top: 8px;
  }

  .download-table ul {
    padding-left: 24px;
  }

  .download-table ol {
    font-size: 21px;
    line-height: 24px;
    width: 100%;
    padding-left: 24px;
  }

  .tweet-wall {
    flex-wrap: wrap;
  }

  .tweet-wall .twitter-tweet {
    margin: 0;
    padding: 0;
  }

  .instagram-media {
    margin: 0 !important;
    width: 100% !important;
  }

  .tweet-wall img {
    padding: 10px 0;
  }

}

/* Animation keyframes */

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes animate-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes link-pulse {
  0% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}