
html {
    font-size: 24px;
    line-height: 118%;
    font-family: "Adobe Caslon Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  body {
    width: 100%;
    height: 100%;
    line-height: 118%;
  }
  
  body a {
    color: black;
    text-decoration: none;
  }

  
  
  main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .navigation {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  
  .navigation h2 {
    text-transform: uppercase;
    font-variant: all-small-caps;
  }
  
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-column: 3;
    grid-column: 3;
    gap: 0.5rem;
    padding-right: 3rem;
  }

  .shopify-buy__select-icon {
    display: none !important
  }
  
  .products {
    -ms-grid-columns: 1fr 0.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 0.5rem;
    display: -ms-grid;
    display: grid;
  }
  
  .product {
    width: 100%;
  }
  
  .product .image-box {
    width: 100%;
  }
  
  .product .image-box img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  .desc-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .shopify-buy-frame--toggle.is-sticky {
    bottom: inherit !important;
    right: 1rem !important;
    top: 0.7rem !important;
    -ms-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
    -webkit-transform: translateY(0%) !important;
  }
  
  .shopify-buy-frame--toggle {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid black;
    border-radius: 4rem;
    font-size: 0.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: white;
  }
  
  .shopify-buy-frame--toggle:hover {
    background-color: black;
    color: white;
    cursor: pointer;
  }
  
  .shopify-buy-frame--toggle .shopify-buy__cart-toggle {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .shopify-buy-frame--toggle .shopify-buy__cart-toggle__count {
    margin-top: 0.1rem;
  }
  
  .shopify-buy-frame--toggle .shopify-buy__cart-toggle__title {
    display: none;
  }
  
  .layout {
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .layout-column {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  
  .layout-column p {
    width: 50ch;
    text-align: center;
    font-size: 1.25rem;
  }
  
  .layout-column figure {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .layout-column img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .layout-column ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80vh;
    gap: 2rem;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .layout-column ul img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  .layout-column ul li {
    max-height: 100%;
  }
  
  .shopify-buy-frame--product {
    position: fixed;
    z-index: 1000;
    right: 1rem;
    bottom: 1rem;
  }
  
  .visuallyhidden {
    display: none;
  }
  
  .shopify-buy__btn {
    background: none;
    border: none;
    height: 1.5rem;
    background-color: white;
    font-family: inherit;
    font-size: 0.8rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center;
    line-height: 0;
    border: 1px solid black;
    padding-top: 0.2rem;
    width: 100%;
  }

  .shopify-buy__option-select select {
    font-family: inherit;
    padding: 0.2rem;
    text-align: center;
  }

  .shopify-buy__layout-vertical {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .desc {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  
    background-color: white;
    font-size: 0.8rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  
    display: flex;
    border: 1px solid black;
    position: absolute;
    z-index: 1000;
    left: 1rem;
    bottom: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 0.8rem;
  }
  
  .desc em {
    font: 0.8rem;
  }
  
  button:hover {
    background-color: black;
    color: white;
    cursor: pointer;
  }
  
  .logo-heading {
    position: fixed;
    top: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    mix-blend-mode: darken;
    z-index: 10000;
  }
  
  .logo-heading img {
    width: 8rem;
  }
  
  .shopify-buy-frame--cart {
    background-color: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid black;
  }
  
  .shopify-buy__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
  }
  
  .shopify-buy-frame--cart .shopify-buy__cart__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid black;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .shopify-buy-frame--cart .shopify-buy__cart-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid black;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .shopify-buy-frame--cart .shopify-buy__cart-bottom > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid black;
  
    padding: 0.5rem;
  }
  
  .shopify-buy-frame--cart .shopify-buy__cart-scroll {
    height: 100%;
    overflow: scroll;
  }
  
  .shopify-buy-frame--cart .shopify-buy__cart-scroll li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem;
    border-bottom: 1px solid black;
    gap: 0.5rem;
  }
  
  .shopify-buy-frame--cart .shopify-buy__cart-item__image {
    height: 3.2rem;
    width: 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 0.5rem;
  }
  
  .total-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .checkout-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    border-bottom: none !important;
  }
  
  .shopify-buy__cart__notice {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  
  .shopify-buy__cart__notice {
    font-size: 0.6rem;
    width: 100%;
    text-align: center;
    padding-top: 0.5rem;
    border-bottom: none;
  }
  
  .shopify-buy__quantity-container button {
    border: 1px solid black;
    height: 1rem;
    width: 1rem;
    background-color: none;
    background: none;
  }
  
  .shopify-buy__quantity-container button:hover {
    background-color: black;
  }
  
  
  .shopify-buy__quantity-container input {
    border: none;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    height: auto;
    font-family: inherit;
    width: 1rem;
    text-align: center;
  }
  
  .shopify-buy__quantity-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
  }
  
  input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
  }
  
  .custom-info-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0.25rem;
  }
  
  .shopify-buy__cart-item__price-and-discounts {
      font-size: 0.7rem;
  }
  
  .shopify-buy__cart-item__variant-title {
      display: none;
  }
  
  .shopify-buy__btn--close {
      background-color: none;
      border: none;
      background: none;
      font-size: 0.9rem;
      font-family: inherit;
      padding: 0;
      margin: 0;
      font-size: 1rem;
      line-height: 0;
  }
  
  em {
      font-style: italic;
  }
  
  .home .shopify-buy-frame--product {
      display: none !important;
  }
  
  .shopify-buy-frame--toggle.is-sticky {
      display: block !important;
  }
  
  .shopify-buy__cart-empty-text {
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
  
  .fake-one {
      overflow: hidden !important;
      padding: 0 !important;
  }
  
  @media (max-width: 1512px) {
      html {
          font-size: 20px;
      }
  
      body {
          line-height: 118%;
      }
  
      .grid .col:last-child {
          width: 16ch;
      }
  
      .desc {
          line-height: 118%;
      }
  
  }
  
  @media (max-width: 800px) {
      main {
          height: 100dvh;
      }
      .navigation {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
      }
  .navigation .about {
      width: 100%;
  }
  
  .navigation .grid {
      width: 100%;
  }
  
  .layout-column p {
      width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 1.2rem;
      line-height: 110%;
  }
  
  .shopify-buy__cart {
      height: 100dvh;
  }
  
  .shopify-buy__btn--close {
      width: 2rem;
  }
  }
  
  @media (max-width: 700px) {
  .grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }
  
  .desc {
      width: calc(100% - 3rem);
      bottom: 3.5rem;
  }
  
  .shopify-buy__btn {
      width: calc(100vw - 4.5rem);
  }
  
  .shopify-buy__btn--cart-checkout {
      width: 100%;
  }
  
  .shopify-buy-frame--cart {
      max-width: 100vw !important;
      border-left: none;
      height: 100dvh !important;
  }
  
  .product {
      width: calc(100vw - 1rem);
      padding-bottom: 0.5rem;
  }

  .products {
    display: flex;
    flex-direction: column;
  }

  .desc-box {
    flex-direction: column;
  }
  .shopify-buy__btn {
    width: calc(100vw - 2rem);
  }

  .shopify-buy__option-select select {
    width: 100%;
  }
  
  .desc {
    bottom: 4.8rem;
  }
  }


 .shopify-buy-frame{
  background-color: red;
  position: fixed;
  display: flex !important;
  flex-direction: row;
  right: 1rem;
  bottom: 1rem;
  gap: 0.5rem;
  max-width: 100% !important;
  padding: 0.5rem;
  background-color: white;
  border: 1px solid black;
  align-items: center;
  justify-content: center;
 }

 .shopify-buy-frame div {
  width: 7ch;
 }

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