@charset "UTF-8";
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/font/worksans/WorkSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/font/worksans/WorkSans-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/font/worksans/WorkSans-SemiBold.woff2") format("woff2");
}
:root {
  --font-stack: "Work Sans", Helvetica, Arial, sans-serif;
  --spot-color: #FF007F;
  --spot-color-darker: #C71585;
}

::-moz-selection {
  background: #ffb3d9;
}

::selection {
  background: #ffb3d9;
}

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

html {
  font-size: 12px;
  /* rem base */
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

span.nobr {
  white-space: nowrap;
}

b, strong {
  font-weight: 500;
}

hr {
  border-bottom: 2px solid #FF007F;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100%;
  min-height: 100%;
  font-family: var(--font-stack);
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #333;
  -webkit-font-feature-settings: "salt","lnum";
  -moz-font-feature-settings: "salt","lnum";
  -ms-font-feature-settings: "salt","lnum";
  font-feature-settings: "salt","lnum";
  background-color: #000;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  max-width: 100vw;
  min-height: 100%;
  min-height: 100vh;
  background-color: #fff;
}

p.gift-letter-meta {
  margin: 2rem 0 2rem 0;
  color: #FF007F;
}

@media print {
  ::-webkit-scrollbar {
    display: none !important;
  }

  nav {
    display: none !important;
  }

  p.gift-letter-meta {
    display: none !important;
  }

  figure::before {
    display: block;
    font-style: italic;
    text-align: center;
    content: '(In the web version of this document, there is a video here.)';
  }

  form {
    display: none;
  }
}
nav {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  line-height: 6rem;
  font-size: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  color: #FF007F;
  background-color: #000;
  flex-grow: 0;
}
nav .nav-item {
  flex-grow: 1;
  padding: 0 0 0 0;
  min-width: 8rem;
  text-align: center;
  white-space: nowrap;
  background-image: none !important;
  /* sheesh */
  color: #FF007F;
}
nav .nav-item:hover {
  background: #FFBA00;
  color: #FF007F;
}
nav .nav-item:hover span.new {
  color: #000;
}
nav .nav-item:last-child {
  /* border-right: none; */
}
nav .nav-item span.new {
  display: inline-block;
  font-size: 1rem;
  color: #FFBA00;
  text-transform: lowercase;
  font-variant: small-caps;
}
nav .nav-hide {
  display: none !important;
}
nav.bottom {
  margin: 0 0 0 0;
  font-size: 1.5rem;
  line-height: 4rem;
  height: auto;
}
nav.bottom .nav-item {
  color: #FFBA00;
  padding: 0 1rem 0 1rem;
  min-width: 4rem;
}
nav.bottom .nav-item:hover {
  background: #FF007F;
  color: #FFBA00;
}
nav.bottom .not-for-clicking {
  color: #666;
}
nav.bottom .not-for-clicking:hover {
  background: #000;
  color: #666;
}

@media screen and (max-width: 960px) {
  nav .nav-item {
    font-size: 1.5rem;
    min-width: 4rem;
    max-width: 100vw;
  }

  nav a.nav-about {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  nav {
    justify-content: center;
    gap: 8rem;
  }

  nav .nav-item {
    flex-grow: 0;
  }
}
article {
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 760px;
  padding: 0 2rem 0 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

article p:last-of-type {
  margin-bottom: 4rem;
}

article ul li p:last-of-type,
article ol li p:last-of-type {
  margin-bottom: 2rem;
}

article.shop {
  max-width: 100vw;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

p {
  padding: 0 0 0 0;
  margin: 0 0 2rem 0;
}

p.caption {
  color: #666;
  text-align: right;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: -2rem;
}

ul {
  padding: 0 0 0 2rem;
  margin: 0 0 2rem 0;
}

blockquote {
  margin: 0 0 0 2rem;
  font-style: italic;
}

blockquote p:last-of-type {
  margin-bottom: 2rem;
}

small {
  text-transform: uppercase;
  font-size: 75%;
}

homepage-links {
  display: flex;
  gap: 2rem;
  width: 100%;
  margin: 0 0 2rem 0;
  flex-wrap: wrap;
}

homepage-links a {
  display: block;
  min-width: 30%;
  height: 6rem;
  padding: 2rem;
  flex-basis: calc(100% - 2rem / 2.0);
  flex-grow: 0;
  text-decoration: none;
  background-image: none;
  color: #000;
  background-color: #ccc;
}

homepage-links a:link,
homepage-links a:active,
homepage-links a:visited {
  color: #000;
  text-decoration: none;
  background-image: none;
}

homepage-links a:hover {
  color: #fff;
  background-color: #FF007F;
}

@media screen and (max-width: 960px) {
  homepage-links a {
    width: 100%;
  }
}
div.notice {
  margin: 0 1rem 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.notice-padded {
  margin: 8rem 1rem 10rem 1rem;
}

div.notice p {
  border: 2px solid #FF007F;
  margin: 0 auto 0 auto;
  max-width: 760px;
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 0 0;
}

div.notice p strong {
  color: #FF007F;
}

a, a:link, a:visited {
  color: #FF007F;
  text-decoration: none;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 93%, #FF007F 93%, #FF007F 100%);
}

a.img {
  background-image: none;
}

a.img:hover {
  background-image: none;
}

a:active, a:hover {
  color: black;
  text-decoration: none;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 93%, black 93%, black 100%);
}

a.button,
div.button {
  border: none;
  padding: 0 0 0 0;
  text-decoration: none;
  background-image: none;
  /* box-shadow: -4px -4px rgb(0, 0, 0); */
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
a.button:first-child,
div.button:first-child {
  margin-right: 2rem;
}
a.button h2,
div.button h2 {
  background-color: #FF007F;
  color: #fff;
  font-size: 2rem;
  line-height: 6rem;
  height: 6rem;
  margin: 0 0 0.5rem 0;
  padding: 0 2rem 0 2rem;
  text-transform: none;
  font-variant: none;
}
a.button h3,
div.button h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  min-height: 4.5rem;
  font-weight: 200;
  text-align: center;
  color: #666;
  margin: 0;
}
a.button:hover h2,
div.button:hover h2 {
  background-color: #000;
}
a.button:hover h3,
div.button:hover h3 {
  color: #000;
}

div.shop-set div.button.meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 2rem;
  cursor: auto;
  background-color: #eee;
  color: #666;
}
div.shop-set div.button.meta p {
  flex-grow: 1;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
}
div.shop-set div.button.meta p:last-child {
  margin-bottom: 0;
}

div.splash {
  margin: 0 auto 2rem auto;
  width: auto;
  max-width: 100%;
}

div.button-set {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
div.button-set a {
  background-image: none;
}
div.button-set a.button,
div.button-set div.button {
  flex-grow: 0;
  width: 32rem;
  max-width: 320px;
  margin: 0;
}
div.button-set img.hero {
  max-width: 240px;
  flex-grow: 0;
  margin: 0 2rem 0 2rem;
}
div.button-set img.subscribe-hero {
  max-width: 30vw;
  flex-grow: 0;
  margin: 0 2rem 0 2rem;
}

@media screen and (max-width: 1000px) {
  div.button-set h2 {
    font-size: 2rem;
  }
}
span.special {
  color: #FF007F;
  font-weight: bold;
}

@keyframes glow {
  from {
    text-shadow: 0 0 4px #FF007F;
  }
  to {
    text-shadow: 0 0 0 #FF007F;
  }
}
@media screen and (max-width: 960px) {
  img.hero {
    max-width: 50vw;
    margin: 0 auto 2rem auto;
  }

  img.subscribe-hero {
    max-width: 80vw;
    margin: 0 auto 0 auto;
  }

  div.button-set {
    flex-wrap: wrap;
  }
  div.button-set a.button,
  div.button-set div.button {
    margin: 0 2rem 0 2rem;
    width: 100vw;
    max-width: 100vw;
  }
  div.button-set a.button h2,
  div.button-set div.button h2 {
    font-size: 2rem;
    margin-bottom: 0.25rem;
  }
  div.button-set a.button h3,
  div.button-set div.button h3 {
    min-height: 1.5rem;
  }
  div.button-set a.button:first-child,
  div.button-set div.button:first-child {
    margin-bottom: 2rem;
  }
}
div.subscribe-hero {
  display: block;
  margin: 0 auto 0 auto;
  min-width: 50%;
  width: 50vw;
  height: 50vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

div.shop-set {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: top;
  margin-bottom: 0;
}
div.shop-set a.button,
div.shop-set div.button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 2rem;
  flex-shrink: 1;
  width: auto;
  max-width: 480px;
  cursor: pointer;
}
div.shop-set a.button h2,
div.shop-set div.button h2 {
  height: auto;
  margin: 0 0 1rem 0;
  font-size: 2rem;
  line-height: 4rem;
  border: none;
  background: none;
  color: #000;
}
div.shop-set a.button h3,
div.shop-set div.button h3 {
  color: #000;
  font-size: 1.5rem;
  line-height: 2rem;
}
div.shop-set a.button span.price, div.shop-set a.button span.price-set,
div.shop-set div.button span.price,
div.shop-set div.button span.price-set {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0 1rem 0 1rem;
  font-variant: none;
}
div.shop-set a.button span.old-price,
div.shop-set div.button span.old-price {
  display: inline;
  background-color: transparent;
  color: #666;
  font-variant: none;
  background: linear-gradient(to left top, transparent 48%, #666 48%, #666 52%, transparent 52%);
}
div.shop-set a.button span.harvest-date,
div.shop-set div.button span.harvest-date {
  color: #FF007F;
}
div.shop-set a.button div.hero,
div.shop-set div.button div.hero {
  display: block;
  margin: 0 auto 0 auto;
  min-width: 50%;
  height: 16rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: multiply;
}
div.shop-set a.button div.hero-double-wide,
div.shop-set div.button div.hero-double-wide {
  min-width: 100%;
}
div.shop-set a.button:hover div.hero,
div.shop-set div.button:hover div.hero {
  transform: rotateZ(2deg);
}
div.shop-set a.button:hover h2,
div.shop-set div.button:hover h2 {
  color: #FF007F;
}
div.shop-set a.button:hover span.price, div.shop-set a.button:hover span.price-set,
div.shop-set div.button:hover span.price,
div.shop-set div.button:hover span.price-set {
  background-color: #FF007F;
}
div.shop-set a.button:hover span.old-price,
div.shop-set div.button:hover span.old-price {
  color: #C71585;
  background: linear-gradient(to left top, transparent 48%, #C71585 48%, #C71585 52%, transparent 52%);
}

@media screen and (max-width: 960px) {
  div.shop-set a.button,
  div.shop-set div.button {
    width: auto;
    min-width: 50vw;
    max-width: 100vw;
    margin: 0 2rem 2rem 2rem;
  }
}
article.shop-meta {
  color: #666;
}

h3 div {
  display: inline-block;
}

button.shopify-buy__btn {
  display: inline-block !important;
  font-family: var(--font-stack);
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0 0 0 0;
  margin-left: 0.5rem;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 93%, black 93%, black 100%);
}

button.shopify-buy__btn:hover,
button.shopify-buy__btn:active {
  color: #FF007F;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 93%, #FF007F 93%, #FF007F 100%);
}

span.timestamp {
  display: inline-block;
  font-weight: 200;
  margin-left: 0.5rem;
  color: #666;
}

.disabled {
  pointer-events: none;
  opacity: 1.0;
}
.disabled h2, .disabled h3, .disabled span.price, .disabled div.hero {
  opacity: 0.25;
}

.disabled::before {
  display: inline-block;
  content: 'Sold out!';
  font-size: 2rem;
  position: absolute;
  padding: 2rem;
  top: 50%;
  left: 50%;
  width: 16rem;
  text-align: center;
  transform: rotate(-15deg) translateX(-50%) translateY(-50%);
  background-color: #000;
  color: #fff;
  opacity: 1.0;
}

h1 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
  text-align: center;
  margin: 4rem auto 4rem auto;
  max-width: 960px;
}

h2 {
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 400;
  text-align: center;
  margin: 0 0 2rem 0;
  text-transform: lowercase;
  font-variant: small-caps;
}

h3 {
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 500;
  text-align: left;
  margin: 0 0 2rem 0;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  color: #FF007F;
  margin: 0 0 2rem 0;
}

@media screen and (max-width: 960px) {
  h1 {
    font-size: 2rem;
    line-height: 4rem;
  }
}
div.guide {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  height: 100%;
  overflow: visible;
}
div.guide h1 {
  font-size: 3rem;
  text-transform: lowercase;
  font-variant: small-caps;
}
div.guide h2 {
  font-size: 3rem;
  line-height: 4rem;
  border-bottom: 1px solid #FF007F;
  border-top: 1px solid #FF007F;
  padding: 2rem 0 2rem 0;
  margin: 8rem 0 8rem 0;
  color: #FF007F;
}
div.guide h3 {
  font-size: 2rem;
  line-height: 2rem;
}
div.guide h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  margin: 0 0 2rem 0;
  color: #FF007F;
}
div.guide div.toc {
  align-self: flex-start;
  flex-grow: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 25vw;
  max-width: 25vw;
  padding: 0 0 2rem 2rem;
  overflow: auto;
}
div.guide div.toc h1 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 500;
  margin: 2rem 0 2rem 0;
  padding: 0 0 0 0;
  text-align: left;
  white-space: nowrap;
  text-transform: none;
  font-variant: none;
}
div.guide div.toc h1 span.burger {
  display: none;
}
div.guide div.toc summary::-webkit-marker,
div.guide div.toc summary::marker {
  width: 1rem;
}
div.guide div.toc details {
  margin: 0 0 0 0;
}
div.guide div.toc summary {
  cursor: pointer;
}
div.guide div.toc h2, div.guide div.toc summary {
  text-transform: lowercase;
  font-variant: small-caps;
  border-top: none;
  border-bottom: none;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin: 2rem 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
}
div.guide div.toc h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  margin: 0 0 0 2rem;
  text-indent: -1.5rem;
  text-transform: none;
  text-align: left;
  max-width: 100%;
}
div.guide article {
  flex-grow: 1;
  margin: 0 0 0 0;
}

@media print {
  div.guide {
    height: auto;
  }

  div.toc {
    display: none;
  }

  video {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  div.guide {
    flex-direction: column;
  }
  div.guide h1, div.guide h2 {
    font-size: 2.5rem;
  }
  div.guide div.toc.revealed {
    top: 11rem;
  }
  div.guide div.toc {
    position: fixed;
    max-width: 100%;
    width: calc(100% - 2rem);
    height: 100%;
    overflow: scroll;
    border-top: 2px #FF007F solid;
    border-right: 2px #FF007F solid;
    border-left: 2px #FF007F solid;
    transition: top 0.4s ease;
    background-color: #fff;
    top: calc(100% - 5rem);
    left: 1rem;
    padding: 1rem;
  }
  div.guide div.toc h1 {
    padding: 0 0 0 0;
    margin: 0 0 2rem 0;
    text-align: center;
    cursor: pointer;
  }
  div.guide div.toc h1 span.burger {
    display: inline-block;
  }
  div.guide div.toc h2, div.guide div.toc summary {
    margin: 0 0 0 0;
  }
  div.guide div.toc details {
    margin: 0 0 2rem 0;
  }
  div.guide div.toc h3 {
    /*display: none;*/
  }
}
figure {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 2rem auto;
}

figcaption {
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: right;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #666;
}

video {
  outline: none;
  width: 100%;
  height: auto;
  object-fit: cover;
}

div.data-table {
  width: 100%;
  max-width: 100%;
  margin: 0 0 2rem 0;
}
div.data-table table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
div.data-table td {
  border: 1px solid #FF007F;
  padding: 2rem;
  overflow: hidden;
}
div.data-table th {
  vertical-align: bottom;
  padding: 0 0 0.25rem 0;
}

div.batch tr td:first-child {
  width: 16rem;
}

@media screen and (max-width: 960px) {
  div.data-table table {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  div.data-table td {
    padding: 1rem;
  }
}
div.oo-grades {
  width: 100%;
  max-width: 100%;
  margin: 0 0 2rem 0;
}
div.oo-grades table {
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  font-size: 1.25rem;
  line-height: 1.5rem;
  border-spacing: 0.25rem;
}
div.oo-grades table tr {
  height: 8rem;
}
div.oo-grades table td {
  border-radius: 0.5rem;
  text-align: center;
  color: #fff;
  padding: 0.25rem;
  overflow: hidden;
}
div.oo-grades table td.smaller {
  font-size: 1.0rem;
  line-height: 1.2rem;
}
div.oo-grades table td.smallest {
  font-size: 0.8rem;
  line-height: 1rem;
}
div.oo-grades table td.caption {
  color: #333;
}

@media screen and (max-width: 960px) {
  div.oo-grades table {
    font-size: 1.0rem;
    line-height: 1.25rem;
  }
}
flaw-list {
  display: block;
  margin: 0 0 2rem 0;
}

flaw-line {
  display: block;
  line-height: 2rem;
}

flaw-term {
  display: inline-block;
  width: 12rem;
  max-width: 30%;
  text-align: left;
  margin: 0 2rem 0 0;
}

flaw-reason::before {
  display: inline-block;
  color: #FF007F;
  content: '→';
  margin-right: 2rem;
}

flaw-reason {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 960px) {
  flaw-list {
    font-size: 1.25rem;
  }

  flaw-term {
    width: 8rem;
  }
}
rec-list {
  display: block;
  margin: 0 0 2rem 0;
}

rec-line {
  display: block;
  line-height: 2rem;
}

rec-qty {
  display: inline-block;
  width: 6rem;
  text-align: right;
  margin: 0 1rem 0 0;
}

rec-item {
  display: inline-block;
  text-align: left;
}

form {
  --offset: calc((100vw - 100%) / 2.0);
  margin-top: 0;
  margin-left: calc(var(--offset) * -1.0);
  padding: 4rem var(--offset) 4rem var(--offset);
  width: 100vw;
  min-width: 100%;
  background: #FFBA00;
  color: #000;
}

div.guide article form {
  width: calc(100% + 4rem);
  margin-left: -2rem;
  padding: 4rem 0 4rem 0;
  padding: 2rem;
}

form p,
form p:last-of-type {
  margin-bottom: 2rem;
}

.email-signup {
  display: flex;
  width: 100%;
  max-width: 100%;
  font-family: var(--font-stack);
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  justify-items: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.email-signup-field {
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 2rem 0 0;
  padding: 1rem;
  text-align: center;
  border: none;
  color: #000;
  flex-grow: 2;
  border-radius: 0;
}

.email-signup-button {
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 2rem;
  width: auto;
  max-width: 100%;
  padding: 1rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: none;
  background-color: #FF007F;
  flex-grow: 1;
  -webkit-appearance: none;
  border-radius: 0;
}
.email-signup-button:hover {
  background-color: #000;
}

input[type=email] {
  font-family: "Work Sans", sans-serif;
}

input[type=submit] {
  font-family: "Work Sans", sans-serif;
}

.no-mobile {
  display: block;
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 960px) {
  .email-signup-field {
    width: 100%;
    margin: 0 0 1rem 0;
  }

  .email-signup-button {
    width: 100%;
  }
}
div.image-splash {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 6rem;
}
div.image-splash h1 {
  position: relative;
  font-size: 3rem;
  line-height: 4rem;
  margin: 0 auto 2rem auto;
  width: 80vw;
  max-width: 80vw;
}
div.image-splash h1 span.highlight {
  background-color: #FF007F;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
}
div.image-splash p {
  margin: 0 auto 2rem auto;
  text-align: center;
  width: auto;
  max-width: 80vw;
}
div.image-splash p span.highlight {
  background-color: #000;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
}
div.image-splash span.highlight {
  display: inline-block;
}
div.image-splash a, div.image-splash a:link, div.image-splash a:active {
  color: #fff;
}

div.image-splash-submitted {
  background-image: url("/img/grove-splash.png");
}

div.image-splash-unsubscribed {
  background-image: url("/img/olives-splash.png");
}

div.image-splash-success {
  background-image: url("/img/kt-grove.png");
}

div.image-splash-40X {
  background-image: url("/img/invention-olive-oil-press.jpg");
}

batch-card {
  display: block;
  border-radius: 2rem;
  background-color: #FFBA00;
  border: 0.125rem solid #000;
  padding: 2rem;
  margin: 2rem auto 2rem auto;
  max-width: 48rem;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.125);
}

batch-card div.data-table td {
  padding: 1rem 0 1rem 0;
  border: none;
  border-bottom: 1px solid #FF007F;
  border-top: 1px solid #FF007F;
}

batch-card p:last-of-type {
  margin-bottom: 2rem;
}

batch-card td p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  div.shop-set a.button span.price,
  div.shop-set div.button span.price {
    display: inline-block;
    max-width: 6rem;
    margin: 0 auto 0 auto;
  }

  div.shop-set a.button span.price-set,
  div.shop-set div.button span.price-set {
    display: inline-block;
    max-width: 12rem;
    margin: 0 auto 0 auto;
  }

  span.nobr {
    white-space: normal;
  }

  .no-mobile {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}
