/** Shopify CDN: Minification failed

Line 19:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from snippet stylesheet tags */
/* START_SNIPPET:product-image (INDEX:23) */
.product-image-stage { aspect-ratio: 5 / 3; width:100%; display:grid; place-items:center; overflow:hidden; background:#fff; border-radius:8px; margin:15px 0 22px; }
.product-image-stage .product-photo { width:86%; height:100%; object-fit:contain; display:block; }
.product-image-stage--26 .product-photo { width:100%; transform:scale(1.45); }
.product-detail > .product-image-stage { position:sticky; top:24px; }
@media(max-width:650px) { .product-detail > .product-image-stage { position:static; } }
/* END_SNIPPET:product-image */

/* START_SNIPPET:theme-styles (INDEX:24) */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800;900&display=swap");


:root {
  --ink: #080808;
  --panel: #141414;
  --yellow: #f7c31a;
  --white: #fff;
  --muted: #a7a7a7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 35px;
}

body {
  margin: 0;
  background: var(--ink);
  color: white;
  font: 16px/1.6 "DM Sans",Arial,sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

input {
  font: inherit;
}

button {
  -webkit-tap-highlight-color: transparent;
}

a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a:focus-visible {
  outline: 3px solid #bc8e00;
  outline-offset: 5px;
}

button:focus-visible {
  outline: 3px solid #bc8e00;
  outline-offset: 5px;
}

input:focus-visible {
  outline: 3px solid #bc8e00;
  outline-offset: 5px;
}

summary:focus-visible {
  outline: 3px solid #bc8e00;
  outline-offset: 5px;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

p {
  margin: 0;
}

h1 {
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: 1.04;
}

h2 {
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: 1.04;
}

h1 {
  font-size: clamp(54px,6.9vw,110px);
}

h2 {
  font-size: clamp(40px,5.1vw,76px);
}

h3 {
  font-size: 25px;
  line-height: 1.22;
  letter-spacing: -.035em;
}

em {
  font-style: normal;
  color: var(--yellow);
}

.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  padding: 12px;
  background: var(--yellow);
  color: black;
  z-index: 30;
}

.skip:focus {
  top: 10px;
}


.announcement {
  display: flex;
  justify-content: center;
  gap: 36px;
  background: var(--yellow);
  color: black;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .045em;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 5%;
  background: #080808;
  gap: 28px;
}

nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
}

nav a:hover {
  color: var(--yellow);
}

.text-link:hover {
  color: var(--yellow);
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-tile {
  display: flex;
  background: white;
  padding: 5px 14px;
  border-radius: 2px;
}

.logo-tile img {
  width: 80px;
  height: auto;
  display: block;
}

.country {
  font-size: 12px;
  letter-spacing: .17em;
}

.nav-cta {
  border: 1px solid #ffffff50;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.nav-cta span {
  margin-left: 16px;
}


.hero {
  position: relative;
  min-height: 720px;
  height: calc(100svh - 150px);
  max-height: 1000px;
  isolation: isolate;
  overflow: hidden;
}

.hero-content {
  padding: 6vh 5% 130px;
  max-width: 1000px;
}

.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.5;
}

.hero .eyebrow {
  margin-bottom: 25px;
  color: var(--yellow);
}

.hero-description {
  font-size: 20px;
  line-height: 1.5;
  margin: 28px 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 25px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  transition: background .2s,transform .2s;
}

.button:hover {
  transform: translateY(-2px);
}

.yellow {
  background: var(--yellow);
  color: black;
}

.yellow:hover {
  background: #ffda51;
}

.black {
  background: #080808;
  color: white;
}

.outline {
  border-color: #ffffff80;
  color: white;
}

.hero-price {
  font-size: 13px;
  margin-top: 17px;
  color: #e0ddd6;
}

.brand-strip {
  display: flex;
  justify-content: space-around;
  gap: 35px;
  padding: 26px 4%;
  background: var(--yellow);
  color: #080808;
  font-size: clamp(24px,3.8vw,58px);
  font-weight: 800;
  letter-spacing: -.05em;
  white-space: nowrap;
  overflow: hidden;
}

.section-pad {
  padding: 95px 6%;
}

.intro {
  padding-bottom: 105px;
}

.intro>.eyebrow {
  color: var(--yellow);
  margin-bottom: 28px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 10%;
}

.intro-grid p {
  font-size: 22px;
  line-height: 1.55;
}

.intro-grid .muted {
  font-size: 16px;
  margin: 20px 0;
}

.muted {
  color: var(--muted);
}

.text-link {
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 7px;
}

.section-top {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: start;
  margin-bottom: 27px;
}

.section-top>span {
  font-size: 12px;
  letter-spacing: .06em;
}

.shop-intro {
  max-width: 650px;
  margin: 25px 0 40px;
  color: #555;
}


.shop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.buy-card {
  padding: 30px;
  border: 1px solid #e8e8e8;
  border-radius: 7px;
  overflow: hidden;
}

.card-head {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  gap: 12px;
  letter-spacing: .06em;
}

.card-head>span:last-child {
  padding: 4px 9px;
  border-radius: 3px;
  white-space: nowrap;
}

.pack-image {
  width: 100%;
  height: 310px;
  object-fit: contain;
  display: block;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  margin: 15px 0 22px;
  transition: transform .5s;
}

.buy-card:hover .pack-image {
  transform: scale(1.035);
}

.buy-card h3 {
  font-size: 30px;
  margin: 0 0 14px;
}

.buy-card>p {
  max-width: 460px;
}

.buy-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  font-size: 14px;
}

.buy-card li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}

.buy-price {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.04em;
}

.buy-price span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.shipping-small {
  font-size: 13px;
  margin: 2px 0 23px;
}

.buy-card label {
  font-size: 13px;
  display: block;
  margin-bottom: 8px;
}

.quantity {
  display: flex;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}

.quantity button {
  width: 45px;
  border: 0;
  font-size: 23px;
}

.quantity input {
  width: 60px;
  min-width: 0;
  text-align: center;
  border: 0;
  padding: 10px 0;
  appearance: textfield;
}

.quantity input::-webkit-inner-spin-button {
  appearance: none;
}

.choose {
  width: 100%;
}

.order-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6%;
  padding: 32px;
  margin-top: 28px;
  color: white;
  border-radius: 7px;
}

.order-panel h3 {
  margin: 10px 0 20px;
}

.order-panel .eyebrow {
  color: var(--yellow);
}

#selection-text {
  font-size: 14px;
  color: #ccc;
}

#shipping-status {
  font-size: 14px;
  color: #ccc;
}

.order-total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 15px 0;
  border-top: 1px solid #444;
  padding-top: 15px;
}

.order-total strong {
  font-size: 23px;
}

.order-action {
  align-self: center;
}

.order-action .button {
  width: 100%;
}

.order-action p {
  font-size: 13px;
  margin: 15px 0 8px;
}

.order-action>a {
  font-size: 14px;
}

.button:disabled {
  opacity: .5;
  cursor: not-allowed;
  transform: none;
}

.source-note {
  font-size: 12px;
  color: #777;
  line-height: 1.65;
  margin-top: 23px;
  max-width: 900px;
}

.source-note a {
  text-decoration: underline;
}


.benefits {
  background: #111;
}

.benefits .section-top {
  color: var(--muted);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 5%;
  margin-top: 55px;
}

.benefit-grid article {
  border-top: 1px solid #555;
  padding-top: 22px;
}

.benefit-grid article>span {
  font-size: 12px;
  color: var(--yellow);
}

.benefit-grid h3 {
  margin: 23px 0 16px;
  font-size: 27px;
}

.benefit-grid p {
  color: #aaa;
  font-size: 16px;
}

.comparison {
  background: var(--yellow);
  color: #080808;
}

.comparison em {
  color: #766018;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  gap: 8%;
}

.compare-grid article {
  border-top: 1px solid #0005;
  padding-top: 20px;
}

.size-number {
  font-size: 100px;
  font-weight: 500;
  letter-spacing: -.07em;
  line-height: 1.1;
}

.size-number>span {
  font-size: 24px;
  letter-spacing: -.04em;
  margin-left: 8px;
}

.compare-grid h3 {
  margin: 15px 0;
}

.compare-grid p {
  max-width: 420px;
  margin-bottom: 24px;
}

.comparison>.muted {
  color: #534717;
  margin-top: 45px;
  font-size: 14px;
}

.comparison a:hover {
  color: #665000;
}

.faq {
  background: white;
  color: #080808;
}

.faq>.eyebrow {
  color: #777;
  margin-bottom: 24px;
}

.faq h2 {
  margin-bottom: 40px;
}

.faq em {
  color: #777;
}

.faq details {
  border-top: 1px solid #ddd;
  padding: 22px 0;
}

.faq details:last-of-type {
  border-bottom: 1px solid #ddd;
}

.faq summary {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.faq summary:after {
  content: "+";
  font-size: 25px;
  line-height: 1;
}

.faq details[open] summary:after {
  content: "−";
}

.faq details p {
  max-width: 800px;
  color: #555;
  margin-top: 16px;
}

.business {
  background: #101010;
}

.business .section-top {
  color: var(--muted);
}

.business-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 8%;
  margin-top: 35px;
}

.body-copy {
  margin-bottom: 25px;
  color: #bbb;
  font-size: 18px;
}

.business .button {
  margin-top: 10px;
}

.contact {
  background: var(--yellow);
  color: black;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 8%;
  align-items: end;
  margin-top: 28px;
}

.contact h2 {
  font-size: clamp(40px,5vw,78px);
}

.contact-grid>div>p {
  font-size: 20px;
}

.retail-price {
  margin: 24px 0;
}

.retail-price strong {
  font-size: 38px;
  letter-spacing: -.04em;
}

.retail-price strong span {
  font-size: 18px;
}

.retail-price p {
  font-size: 14px;
}

footer {
  padding: 40px 5% 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #aaa;
}

footer button {
  border: 0;
  background: transparent;
  color: #ddd;
  font-size: 14px;
}

dialog {
  max-width: 600px;
  width: calc(100% - 40px);
  background: white;
  border: 0;
  border-radius: 8px;
  padding: 38px;
  color: black;
}

dialog::backdrop {
  background: #000b;
}

dialog .close {
  float: right;
  background: none;
  border: 0;
  font-size: 30px;
}

dialog h2 {
  font-size: 32px;
  margin: 22px 0;
}

dialog p {
  margin: 15px 0;
}

.purchase-bar {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translate(-50%,20px);
  width: min(600px,calc(100% - 28px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 12px 10px 20px;
  background: #151515f2;
  backdrop-filter: blur(15px);
  border: 1px solid #ffffff30;
  border-radius: 9px;
  box-shadow: 0 10px 40px #0004;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s,transform .25s;
}

.purchase-bar.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%,0);
}

.purchase-bar strong {
  font-size: 14px;
}

.purchase-bar small {
  display: block;
  font-size: 12px;
  color: #aaa;
}

.purchase-bar .button {
  padding: 13px 20px;
  font-size: 14px;
}

@media (min-width:1700px) {
  .section-pad {
    padding-left: calc((100% - 1500px)/2);
    padding-right: calc((100% - 1500px)/2);
  }

}

@media (max-width:800px) {
  header {
    padding: 17px 5%;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 690px;
    height: 85svh;
  }

  .hero-content {
    padding-top: 60px;
  }

  h1 {
    font-size: clamp(51px,9vw,75px);
  }

  .hero-description {
    font-size: 18px;
  }

  .section-pad {
    padding: 65px 6%;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .business-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .intro-grid p {
    font-size: 20px;
  }

  .benefit-grid {
    gap: 25px;
    grid-template-columns: 1fr;
  }

  .benefit-grid article {
    padding-top: 20px;
  }

  .benefit-grid h3 {
    margin: 12px 0;
  }

  .shop-grid {
    gap: 15px;
  }

  .buy-card {
    padding: 22px;
  }

  .pack-image {
    height: 210px;
  }

  .card-head {
    font-size: 10px;
  }

  .card-head>span:first-child {
    max-width: 140px;
  }

  .buy-card h3 {
    font-size: 25px;
  }

  .order-panel {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .section-top>span {
    display: none;
  }

  .brand-strip {
    justify-content: flex-start;
  }

  .brand-strip span {
    flex: none;
  }

  .announcement {
    gap: 20px;
    font-size: 11px;
  }

  .announcement>span:first-child {
    display: none;
  }

  .nav-cta {
    font-size: 13px;
    padding: 10px 14px;
  }

  .logo-tile img {
    width: 62px;
  }

  .country {
    font-size: 10px;
  }

  .wordmark {
    gap: 10px;
  }

  .size-number {
    font-size: 80px;
  }

}

@media (max-width:540px) {
  .shop-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .pack-image {
    height: 260px;
  }

  .buy-card {
    padding: 25px;
  }

  .card-head {
    font-size: 12px;
  }

  .card-head>span:first-child {
    max-width: none;
  }

  .compare-grid {
    gap: 22px;
  }

  .compare-grid p {
    font-size: 14px;
  }

  .compare-grid h3 {
    font-size: 23px;
  }

  .size-number {
    font-size: 70px;
  }

  .order-panel {
    padding: 25px;
  }

  .hero-price {
    font-size: 12px;
  }

  .hero-content {
    padding-top: 45px;
  }

  .hero {
    min-height: 650px;
  }

  .purchase-bar small {
    font-size: 10px;
  }

  .purchase-bar strong {
    font-size: 12px;
  }

  .purchase-bar .button {
    padding: 12px;
    font-size: 12px;
    gap: 12px;
  }

  .country {
    display: none;
  }

  footer .country {
    display: inline;
  }

  .faq summary {
    font-size: 18px;
  }

  h2 {
    letter-spacing: -.055em;
  }

}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
    animation: none !important;
  }

  *:before {
    transition: none !important;
    animation: none !important;
  }

  *:after {
    transition: none !important;
    animation: none !important;
  }

  .buy-card:hover .pack-image {
    transform: none;
  }

}

.buy-help {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 25px;
}

.buy-help h4 {
  font-size: 20px;
  margin: 0 0 12px;
}

.buy-help details {
  padding: 13px 0;
  border-bottom: 1px solid #ddd;
}

.buy-help summary {
  cursor: pointer;
  font-weight: 600;
}

.buy-help p {
  max-width: 750px;
  margin: 12px 0;
}

.buy-help a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.guide-teaser {
  background: #161616;
}

.guide-teaser>.eyebrow {
  color: var(--yellow);
  margin-bottom: 28px;
}

.guide-teaser .button {
  margin-top: 25px;
}


.guide-heading {
  padding-bottom: 65px;
}

.guide-heading>.eyebrow {
  color: var(--yellow);
  margin-bottom: 25px;
}

.guide-heading h1, .guide-heading h2 {
  font-size: clamp(48px,6.5vw,90px);
}

.guide-heading>p:not(.eyebrow) {
  max-width: 680px;
  font-size: 20px;
  color: #bbb;
  margin: 26px 0;
}

.guide-layout {
  background: #111;
  color: #f4f4f4;
  display: grid;
  grid-template-columns: 260px minmax(0,850px);
  gap: 7%;
  padding: 65px 6% 90px;
  justify-content: center;
}

.guide-toc {
  align-self: start;
  position: sticky;
  top: 30px;
}

.guide-toc nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 20px;
}

.guide-toc nav a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.guide-toc nav a:hover {
  color: var(--yellow);
}

.guide-article {
  padding: 0 0 55px;
  margin-bottom: 55px;
  border-bottom: 1px solid #ddd;
  scroll-margin-top: 30px;
}

.guide-article:last-child {
  margin-bottom: 0;
}

.guide-article>.eyebrow {
  color: var(--yellow);
  margin-bottom: 18px;
}

.guide-article h2 {
  font-size: clamp(30px,3.2vw,46px);
  letter-spacing: -.04em;
  line-height: 1.14;
}

.guide-article h3 {
  font-size: 23px;
  margin: 28px 0 12px;
}

.guide-article p {
  margin: 14px 0;
  color: #ccc;
}

.guide-article .guide-lead {
  font-size: 20px;
  color: #777;
  margin: 20px 0 25px;
}

.guide-article li {
  padding: 5px 0;
}

.guide-article ol {
  padding-left: 24px;
}

.guide-note {
  background: #202020;
  border-left: 4px solid var(--yellow);
  padding: 20px 24px;
  margin: 25px 0;
}

.guide-note p:last-child {
  margin-bottom: 0;
}

.guide-article .button {
  margin-top: 22px;
}

.guide-article .source-note {
  font-size: 12px;
  color: #777;
  margin-top: 20px;
}

.table-scroll {
  overflow: auto;
  margin: 24px 0;
}

.table-scroll table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  text-align: left;
}

.table-scroll caption {
  text-align: left;
  font-size: 14px;
  padding-bottom: 12px;
  color: #666;
}

.table-scroll th {
  padding: 14px;
  border-bottom: 1px solid #ddd;
}

.table-scroll td {
  padding: 14px;
  border-bottom: 1px solid #ddd;
}

.table-scroll thead {
  background: var(--yellow);
}

header [aria-current=page] {
  color: var(--yellow);
}

@media (max-width:900px) {
  .guide-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .guide-toc {
    position: static;
  }

  .guide-toc nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
  }

  .guide-heading {
    padding-top: 55px;
  }

  .guide-article h2 {
    font-size: 34px;
  }

}

@media (max-width:540px) {
  .guide-toc nav {
    grid-template-columns: 1fr;
  }

  .guide-layout {
    padding: 40px 6%;
  }

  .guide-article h2 {
    font-size: 30px;
  }

  .guide-note {
    padding: 18px;
  }

  .table-scroll th {
    padding: 10px;
  }

  .table-scroll td {
    padding: 10px;
  }

  .guide-article .button {
    gap: 15px;
  }

}


.cinema-scroll {
  position: relative;
}

.cinema {
  height: calc(100svh - 140px);
  min-height: 540px;
  max-height: none;
  background: #080808;
}

.cinema-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.cinema-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,#080808e8,#08080866 55%,#08080812);
  opacity: 1;
}

.cinema-top {
  position: absolute;
  top: 24px;
  left: 5%;
  right: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cinema-top .eyebrow {
  margin: 0;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 1px 8px #000;
}

.cinema-skip {
  font-size: 14px;
  background: #080808b8;
  padding: 10px 15px;
  border: 1px solid #ffffff50;
  border-radius: 4px;
}

.cinema .cinema-copy {
  position: absolute;
  left: 5%;
  bottom: 70px;
  padding: 0;
  max-width: 700px;
}

.cinema-copy h1 {
  font-size: clamp(48px,5.8vw,86px);
}

.cinema-copy .hero-description {
  font-size: 18px;
  margin: 20px 0;
}

.cinema-copy .eyebrow {
  margin-bottom: 18px;
}

.cinema-bottom {
  position: absolute;
  bottom: 20px;
  left: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
}

.cinema-hint {
  text-shadow: 0 1px 8px #000;
}

.cinema-bottom button {
  border: 1px solid #ffffff70;
  border-radius: 4px;
  color: white;
  background: #080808b8;
  padding: 9px 14px;
  font-size: 13px;
}

.cinema-progress {
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #ffffff20;
  width: 100%;
}

.cinema-progress span {
  display: block;
  height: 100%;
  background: var(--yellow);
  transform: scaleX(var(--film-progress,0));
  transform-origin: left;
}

.benefits>.button {
  margin-top: 32px;
}

@media (max-width:800px) {
  .cinema {
    height: calc(100svh - 112px);
    min-height: 550px;
  }

  .cinema-top {
    top: 18px;
    gap: 12px;
  }

  .cinema-top .eyebrow {
    font-size: 10px;
    max-width: 145px;
  }

  .cinema-skip {
    font-size: 12px;
    padding: 9px 11px;
  }

  .cinema .cinema-copy {
    bottom: 75px;
    right: 5%;
  }

  .cinema-copy h1 {
    font-size: clamp(46px,8vw,66px);
  }

  .cinema-copy .hero-description {
    font-size: 16px;
    max-width: 300px;
  }

  .cinema-shade {
    background: linear-gradient(0deg,#080808f5 0%,#080808aa 60%,#08080835);
  }

  .cinema-bottom {
    font-size: 12px;
  }

  .cinema-bottom button {
    font-size: 12px;
  }

}

@media (prefers-reduced-motion:reduce) {
  .cinema-progress {
    display: none;
  }

  .cinema-hint {
    display: none;
  }

  .cinema-copy {
    transform: none !important;
  }

}

.cinema-transition {
  position: absolute;
  inset: 0;
  background: var(--ink);
  opacity: 0;
  pointer-events: none;
}

.cinema-scroll+#produkt {
  position: relative;
  margin-top: -1px;
  z-index: 3;
}

.cinema-copy .hero-description {
  max-width: 350px;
}

@media (prefers-reduced-motion:reduce) {
  .cinema-transition {
    display: none;
  }

}

.cinema-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 0;
}

.cinema-video {
  z-index: 1;
  opacity: 0;
}

.cinema-shade {
  z-index: 2;
}

.cinema-copy {
  z-index: 3;
}

.cinema-top {
  z-index: 3;
}

.cinema-bottom {
  z-index: 3;
}

.cinema-transition {
  z-index: 4;
}

.cinema-progress {
  z-index: 5;
}


.product {
  background: var(--ink);
  color: var(--white);
}

.product .section-top .eyebrow {
  color: var(--yellow);
}

.product h2 em {
  color: var(--yellow);
}

.product .section-top>span {
  color: #bdbdbd;
}

.product .shop-intro {
  color: #bdbdbd;
}

.buy-card {
  background: #141414;
  border-color: #333;
}

.card-head {
  color: #d6d6d6;
}

.card-head>span:last-child {
  background: #262626;
  color: #f1f1f1;
}

.buy-card>p {
  color: #bdbdbd;
}

.buy-card ul {
  color: #bdbdbd;
}

.buy-card li {
  border-color: #333;
}

.buy-price {
  color: #fff;
}

.quantity {
  border-color: #555;
}

.quantity button {
  background: #292929;
  color: #fff;
}

.quantity button:hover {
  background: #3a3a3a;
}

.quantity input {
  background: #101010;
  color: #fff;
  color-scheme: dark;
}

.order-panel {
  background: #181818;
  border: 1px solid #3a3a3a;
}

.order-action p {
  color: #bdbdbd;
}

.buy-help {
  border-color: #383838;
}

.buy-help details {
  border-color: #383838;
}

.buy-help p {
  color: #b0b0b0;
}

.product .source-note {
  color: #b0b0b0;
}

.buy-help a {
  color: #e7c66b;
}

.product .source-note a {
  color: #e7c66b;
}


.shipping-rates {
  margin-top: 32px;
  padding: 26px;
  border: 1px solid #383838;
  border-radius: 7px;
  background: #141414;
}

.shipping-rates>p {
  color: #bdbdbd;
  font-size: 14px;
  margin-top: 12px;
}

.shipping-rates dl {
  margin: 20px 0;
}

.shipping-rates dl>div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #383838;
}

.shipping-rates dd {
  margin: 0;
  white-space: nowrap;
  font-weight: 700;
}

.shipping-rates dl>div:last-child {
  color: var(--yellow);
}


.cinema-scroll.auto-intro {
  height: auto;
}

.auto-intro .cinema {
  position: relative;
  height: calc(100svh - 140px);
  min-height: 580px;
}

.auto-intro+#produkt {
  margin-top: 0;
}

.auto-intro .cinema-copy {
  opacity: var(--copy-opacity,1);
  visibility: visible;
  pointer-events: auto;
}

.auto-intro .cinema-copy.is-hidden {
  visibility: hidden;
  pointer-events: none;
}

.auto-intro .cinema-shade {
  opacity: var(--copy-opacity,1);
}

.auto-intro .cinema-transition {
  z-index: 2;
  opacity: var(--shop-reveal,0);
}

.auto-intro .cinema-video {
  opacity: 1;
}

.auto-intro .cinema-top {
  opacity: 1;
}

.auto-intro .cinema-bottom {
  opacity: 1;
}

.auto-intro+#produkt::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  height: 81px;
  background: linear-gradient(transparent,var(--ink));
  pointer-events: none;
}

.auto-intro .cinema-progress {
  opacity: calc(1 - var(--shop-reveal,0));
}

@media (max-width:800px) {
  .auto-intro .cinema {
    height: calc(100svh - 112px);
    min-height: 600px;
  }

  .auto-intro .cinema-hint {
    max-width: 190px;
  }

}


.menu-toggle {
  display: none;
  color: white;
  background: transparent;
  border: 1px solid #666;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 14px;
}
[hidden] {
  display: none !important;
}
#bestellen:focus {
  outline: 2px solid var(--yellow);
  outline-offset: 6px;
}
.no-script-note {
  margin: 24px 0;
  padding: 20px;
  border: 1px solid var(--yellow);
}
.no-script-note a {
  text-decoration: underline;
}
.video-unavailable .cinema-video {
  opacity: 0;
}
.shipping-small,
.buy-card label,
.order-action p {
  font-size: 14px;
}
@media (max-width: 800px) {
  header {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  }
  .menu-toggle {
    display: block;
  }
  #main-navigation {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    flex-wrap: wrap;
    gap: 8px 24px;
    padding-top: 12px;
    border-top: 1px solid #333;
  }
  #main-navigation a {
    padding: 10px 0;
  }
  #main-navigation.js-navigation {
    display: none;
  }
  #main-navigation.js-navigation.is-open {
    display: flex;
  }
}
@media (max-width: 380px) {
  header {
    gap: 8px;
  }
  .nav-cta {
    padding: 10px;
  }
  .nav-cta span {
    display: none;
  }
}

.shopify-buy-form { margin-top: 24px; }
.shopify-buy-form select { display:block; width:100%; margin:8px 0 20px; padding:12px; background:#141414; color:#fff; border:1px solid #666; border-radius:4px; }
.shopify-buy-form input { background:#141414; color:#fff; border:1px solid #666; border-radius:4px; padding:12px; width:110px; display:block; margin:8px 0 20px; }
.shopify-buy-form button { width:100%; }
.cart-lines { margin:32px 0; padding:0; list-style:none; }
.cart-line { display:grid; grid-template-columns:100px 1fr auto; gap:24px; align-items:center; border-bottom:1px solid #444; padding:24px 0; }
.cart-line img { width:100px; height:100px; object-fit:contain; }
.cart-line img { background:#fff; border-radius:6px; padding:6px; }
.cart-line input { width:90px; padding:10px; color:white; background:#151515; border:1px solid #666; }
.cart-line a { text-decoration:underline; text-underline-offset:4px; }
.cart-summary { max-width:520px; margin-left:auto; }
.cart-summary .button { margin:12px 0; width:100%; }
.cart-summary p { margin:12px 0; }
.product-detail { display:grid; grid-template-columns:1fr 1fr; gap:6%; }
.product-detail>.pack-image { height:auto; max-height:620px; }
.product-description { margin:25px 0; }
.product-description p { margin:12px 0; }
.collection-heading { margin-bottom:32px; }
.shopify-policy__container { max-width:900px; padding:45px 24px; }
.shopify-policy__container a { color:#f7c31a; text-decoration:underline; }
.page-content { max-width:1000px; margin:auto; }
.page-content p { margin:20px 0; }
.password-page { min-height:100svh; display:grid; place-content:center; gap:25px; text-align:center; padding:30px; background:#080808; }
.password-page h1 { font-size:clamp(40px,6vw,80px); max-width:900px; }
.password-page input { font:inherit; padding:16px; margin:15px; max-width:100%; }
.pagination { margin-top:35px; display:flex; gap:15px; }
@media(max-width:650px) { .cart-line { grid-template-columns:70px 1fr; gap:15px; } .cart-line img { width:70px; height:70px; } .cart-line>div:last-child { grid-column:2; } .product-detail { grid-template-columns:1fr; gap:30px; } }
/* END_SNIPPET:theme-styles */