/** Shopify CDN: Minification failed

Line 2244:37 Unexpected "-"

**/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  display: table;
  table-layout: fixed;
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  display: table-cell;
  position: relative;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: black; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left; }

.ss-content {
  height: 100%;
  width: 100%;
  padding: 0 32px 0 0;
  position: relative;
  right: -18px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ss-content.ss-noscroll {
  overflow: hidden; }

.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer; }

.ss-hidden {
  display: none; }

.ss-container {
  height: 0; }

.ss-container:hover .ss-scroll {
  opacity: 1; }

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.ss-content {
  padding: 0;
  width: calc(100% + 18px);
  right: 0; }

.ss-scroll {
  width: 4px;
  border-radius: 0;
  background-color: #000;
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px); }

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer; }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
  box-shadow: 0 0 0 5px #0099ff; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px;
  -webkit-transform: translate(-44px, -50%);
  -ms-transform: translate(-44px, -50%);
  transform: translate(-44px, -50%); }

.flickity-prev-next-button.next {
  right: 10px;
  -webkit-transform: translate(44px, -50%);
  -ms-transform: translate(44px, -50%);
  transform: translate(44px, -50%); }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  top: 12px;
  left: 0;
  width: 27px;
  height: 20px; }

.flickity-prev-next-button.previous svg {
  left: auto;
  right: 0; }

.flickity-prev-next-button.next svg {
  left: 0; }

.flickity-prev-next-button .arrow {
  fill: black; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.rd-container {
  display: none;
  border: 1px solid #333;
  background-color: #fff;
  padding: 10px;
  text-align: center; }

.rd-container-attachment {
  position: absolute; }

.rd-month {
  display: inline-block;
  margin-right: 25px; }

.rd-month:last-child {
  margin-right: 0; }

.rd-back, .rd-next {
  cursor: pointer;
  border: none;
  outline: 0;
  background: 0 0;
  padding: 0;
  margin: 0; }

.rd-back[disabled], .rd-next[disabled] {
  cursor: default; }

.rd-back {
  float: left; }

.rd-next {
  float: right; }

.rd-back:before {
  display: block;
  content: "\2190"; }

.rd-next:before {
  display: block;
  content: "\2192"; }

.rd-day-body {
  cursor: pointer;
  text-align: center; }

.rd-day-selected, .rd-time-option:hover, .rd-time-selected {
  cursor: pointer;
  background-color: #333;
  color: white; }

.rd-day-next-month, .rd-day-prev-month {
  color: #999999; }

.rd-day-disabled {
  cursor: default;
  color: #ffcccc; }

.rd-time {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  min-width: 80px; }

.rd-time-list {
  display: none;
  position: absolute;
  overflow-y: scroll;
  max-height: 160px;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #333333; }

.rd-time-option, .rd-time-selected {
  padding: 5px; }

.rd-day-concealed {
  visibility: hidden; }

.rd-container, .rd-month {
  display: block !important; }

.rd-day-disabled {
  color: #eeeeee; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block; }

html {
  font-size: 16px; }

html, body {
  color: #000;
  background-color: white; }

body {
  font-weight: normal;
  font-style: normal; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  vertical-align: middle; }

header, footer, nav, section, article {
  display: block; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit; }

button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  resize: none; }

.todo {
  color: red;
  font-weight: bold; }

.todo::before {
  content: "TODO: "; }

* {
  letter-spacing: 0.03em; }

@media (min-width: 510px) {
  * {
    letter-spacing: 0.06em; } }
body {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  background-color: #f9f9f9;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  min-height: 100vh; }

.sj-input, .sj-button, .btn {
  width: 100%;
  padding: 13px;
  font-size: 14px;
  display: block;
  border: solid 1px black; }

@media (min-width: 510px) {
  .sj-input, .sj-button, .btn {
    font-size: 18px;
    padding: 17px; } }
.sj-button, .btn {
  cursor: pointer; }

.btn {
  display: inline-block;
  width: auto;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  -webkit-transition: background-color .2s, color .2s;
  -o-transition: background-color .2s, color .2s;
  transition: background-color 0.2s, color 0.2s; }

.btn:hover {
  color: #000;
  background-color: white; }

.btn--secondary {
  color: #000;
  background-color: white; }

.btn--secondary:hover {
  color: #fff;
  background-color: black; }

.btn--full-width {
  display: block; }

.btn--fixed-width {
  width: 100%;
  max-width: 318px; }

.btn[disabled], .btn:disabled {
  opacity: .32;
  cursor: not-allowed; }

.btn--with-icon {
  position: relative; }

.btn--with-icon svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.sj-button {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color .2s, color .2s;
  -o-transition: background-color .2s, color .2s;
  transition: background-color 0.2s, color 0.2s; }

.sj-button:hover {
  color: #000;
  background-color: white; }

main {
  max-width: 100vw;
  text-align: center; }

.rte p, .rte ul, .rte ol, .rte td, .rte th, .rte h1, .rte h2, .rte h3, .rte h4,
.rte h5, .rte h6 {
  margin-top: 1.35em; }

.rte p:first-child, .rte ul:first-child, .rte ol:first-child, .rte td:first-child,
.rte th:first-child, .rte h1:first-child, .rte h2:first-child, .rte h3:first-child,
.rte h4:first-child, .rte h5:first-child, .rte h6:first-child {
  margin-top: 0; }

.rte p, .rte ul, .rte ol, .rte td, .rte th, .rte h1, .rte h2, .rte h3, .rte h4,
.rte h5, .rte h6 {
  line-height: 1.35; }

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center; }

.rte ol {
  counter-reset: list; }

.rte li {
  list-style-type: none;
  position: relative; }

.rte ul li {
  padding-left: 1em; }

.rte ol li::before {
  margin-right: 0.5em; }

.rte ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2013"; }

.rte ol li {
  counter-increment: list; }

.rte ol li::before {
  content: counters(list,"."); }

.rte strong, .rte b {
  font-weight: bold; }

.rte em, .rte i {
  font-style: italic; }

.rte blockquote {
  outline: solid thin red; }

.rte table {
  width: 100%; }

.rte th {
  text-align: left;
  font-weight: bold; }

.rte pre {
  padding: 1em;
  font-family: monospace;
  color: #fff;
  background-color: #000;
  line-height: 1.3;
  opacity: .1;
  overflow: hidden; }

.rte pre:hover {
  opacity: 1; }

.rte img {
  width: 100%;
  height: auto; }

.rte a {
  text-decoration: none; }

.sj-page-main {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px #eaeaea;
  box-shadow: 0 0 15px #eaeaea; }

.sj-h1 {
  display: block;
  padding: 30px;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.06em; }

@media (min-width: 520px) {
  .sj-h1 {
    font-size: 60px; } }
@media (min-width: 610px) {
  .sj-h1 {
    font-size: 80px; } }
@media (min-width: 800px) {
  .sj-h1 {
    font-size: 120px; } }
.sj-h2 {
  font-weight: bold;
  line-height: 1.7;
  text-transform: uppercase;
  margin-bottom: 0.5em; }

.sj-h3 {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase; }

@media (min-width: 610px) {
  .sj-h3 {
    font-size: 28px; } }
@media (min-width: 800px) {
  .sj-h3 {
    font-size: 32px; } }
.sj-h3.-page-header {
  padding: 52px 0; }

.sj-h3.-collection-header {
  padding: 0 0 52px 0; }

.sj-h4 {
  font-weight: bold;
  line-height: 1.7;
  text-transform: uppercase; }

.sj-h5 {
  text-transform: uppercase; }

.sj-p1 {
  font-size: 20px;
  font-style: italic; }

.sj-p1 + .sj-p1 {
  margin-top: 0.8em; }

.sj-p1 a {
  text-decoration: none; }

.sj-divider-before {
  position: relative; }

.sj-divider-before::before {
  content: '\2013';
  display: block; }

.sj-divided-columns {
  padding-top: 55px;
  padding-bottom: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto; }

@media (min-width: 730px) {
  .sj-divided-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.sj-divided-columns[data-columns="4"] {
  position: relative;
  display: block; }

@media (min-width: 510px) {
  .sj-divided-columns[data-columns="4"] {
    margin-top: -20px;
    margin-bottom: -20px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    column-gap: 0; } }
@media (min-width: 510px) {
  .sj-divided-columns[data-columns="4"]::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 50%;
    bottom: 80px;
    width: 1px;
    background-color: black; } }
.sj-divided-columns__column {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (max-width: 729px) {
  .sj-divided-columns__column {
    padding-bottom: 40px;
    margin-bottom: 40px; } }
.sj-divided-columns[data-columns="4"] .sj-divided-columns__column {
  width: 100%; }

@media (min-width: 730px) {
  .sj-divided-columns__column.-expandable .sj-h2 svg {
    display: none; } }
@media (max-width: 729px) {
  .sj-divided-columns__column.-expandable .sj-h2 {
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .sj-divided-columns__column.-expandable .sj-h2 svg {
    position: relative;
    top: 1px;
    margin-left: 10px; }

  .sj-divided-columns__column.-expandable .sj-util-linespaced {
    margin-top: 0.5em; }

  .sj-divided-columns__column.-expandable .sj-util-linespaced {
    display: none; }

  .sj-divided-columns__column.-expandable.-is-expanded .sj-util-linespaced {
    display: block; } }
@media (min-width: 510px) {
  .sj-divided-columns[data-columns="4"] .sj-divided-columns__column {
    padding: 20px 40px; } }
@media (max-width: 729px) {
  .sj-divided-columns__column:last-child {
    padding-bottom: 0;
    margin-bottom: 0; } }
@media (max-width: 991px) {
  .sj-divided-columns__column::before {
    background-color: black; }

  .sj-navigation__column:first-child::before {
    background-color: black; } }
.sj-divided-columns__column::before {
  content: '';
  position: absolute; }

@media (max-width: 729px) {
  .sj-divided-columns__column::before {
    height: 1px;
    left: 40px;
    right: 40px;
    bottom: 0; } }
@media (min-width: 730px) {
  .sj-divided-columns__column::before {
    width: 1px;
    top: 0;
    right: 0;
    bottom: 0; } }
.sj-divided-columns__column:last-child::before {
  display: none; }

@media (min-width: 510px) {
  .sj-divided-columns[data-columns="4"] .sj-divided-columns__column::before {
    display: none; } }
.sj-collection-navigation-wrapper {
  overflow-x: hidden; }

@media (min-width: 500px) {
  .sj-collection-navigation-wrapper {
    border-top: solid 1px black; } }
main > .sj-collection-navigation-wrapper:first-child {
  border-top: 0; }

.sj-collection-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: solid 1px black; }

@media (max-width: 499px) {
  .sj-collection-navigation {
    margin-right: -1px; } }
@media (min-width: 500px) {
  .sj-h1 + .sj-collection-navigation {
    border-top: solid 1px black; } }
.sj-collection-navigation__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 18px;
  text-decoration: none; }

@media (max-width: 499px) {
  .sj-collection-navigation__item {
    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;
    border-top: solid 1px black; } }
@media (min-width: 500px) {
  .sj-collection-navigation__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }
@media (max-width: 499px) {
  .sj-collection-navigation__item {
    border-right: solid 1px black; } }
.sj-collection-navigation__item:hover {
  color: #4a4a4a; }

.sj-collection-navigation__item.-search {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sj-breadcrumb {
  padding: 35px 0 40px;
  text-align: left;
  width: 100%;
  max-width: 1520px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .sj-breadcrumb {
    padding-left: 80px;
    padding-right: 80px; } }
.sj-filters .sj-breadcrumb {
  margin-top: -40px; }

.sj-breadcrumb > * {
  display: inline-block;
  text-decoration: none; }

.sj-breadcrumb > a:hover {
  color: #4a4a4a; }

.sj-breadcrumb > * + *::before {
  content: ' > ';
  pointer-events: none; }

.no-js:not(html) {
  display: none; }

.no-js .no-js:not(html) {
  display: block; }

.no-js .js {
  display: none; }

.shopify-quantity {
  display: inline-block;
  font-size: 0;
  border: solid 1px black; }

.shopify-quantity__label {
  display: none; }

.shopify-quantity__dec, .shopify-quantity__inc, .shopify-quantity__input {
  display: inline-block;
  padding: 18px 0;
  font-size: 16px;
  text-align: center;
  width: 55px;
  vertical-align: middle; }

.shopify-quantity__dec, .shopify-quantity__inc {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color .2s, color .2s;
  -o-transition: background-color .2s, color .2s;
  transition: background-color 0.2s, color 0.2s; }

.shopify-quantity__dec:hover, .shopify-quantity__inc:hover {
  color: #fff;
  background-color: black; }

.shopify-quantity__dec {
  border-right: solid 1px black; }

.shopify-quantity__inc {
  border-left: solid 1px black; }

.shopify-quantity__input {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.shopify-quantity__input::-webkit-inner-spin-button, .shopify-quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.shopify-product-form {
  font-size: 0;
  margin: 35px -10px -10px; }

.shopify-product-form > * {
  margin: 10px;
  vertical-align: middle; }

.shopify-product-form + .shopify-description, .sj-product-meta + .shopify-description {
  margin-top: 30px; }

.shopify-description {
  line-height: 1.6; }

.shopify-description i {
  font-style: italic; }

.shopify-description b {
  font-weight: bold; }

.shopify-description > * + * {
  margin-top: 1.35em; }

.sj-product__info .sj-product-wine-meta {
  margin: 15px 0; }

.sj-product__info .sj-h3 {
  text-align: left; }

.selector-wrapper {
  position: relative;
  display: inline-block;
  font-size: 16px;
  border: solid 1px black; }

.selector-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 19px;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjE0LjA5NWgxMy4xMkw2LjcwMyAxMy4yMTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") top left no-repeat; }

.selector-wrapper > label {
  position: relative;
  padding: 18px;
  padding-right: 53px;
  display: block;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.selector-wrapper > label::after {
  content: ": " attr(data-val); }

.selector-wrapper > label:empty::after {
  content: attr(data-val); }

.selector-wrapper > select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0; }

.sj-divider {
  position: relative;
  margin: 65px auto;
  max-width: 1360px;
  width: calc(100% - 80px);
  height: 1px;
  border: 0;
  background-color: black; }

@media (min-width: 768px) {
  .sj-divider {
    width: calc(100% - 160px); } }
.sj-divider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 80px;
  height: 1px;
  background-color: red; }

.sj-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 60px 0;
  display: none; }

.sj-overlay.-visible {
  display: block; }

.sj-overlay__wrapper {
  display: table;
  width: 100%;
  min-height: 100%; }

.sj-overlay__box {
  display: table-cell;
  vertical-align: middle; }

.sj-overlay__content {
  width: 80%;
  min-width: 320px;
  max-width: 820px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center; }

.sj-overlay__content > * :first-child {
  width: 100% !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.sj-overlay__close {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 45px 0 50px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
  cursor: pointer; }

@media (min-width: 1024px) {
  .sj-overlay__close {
    padding-bottom: 100px; } }
.sj-pig {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 130px;
  height: 49px;
  background-image: url(/cdn/shop/t/1/assets/pig.png?14731899544822108326);
  background-size: 130px 49px;
  background-repeat: no-repeat;
  background-position: center; }

.sj-pin-info {
  display: none;
  position: absolute;
  font-size: 12px;
  padding: 5px 8px;
  color: #fff;
  background-color: #000;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  pointer-events: none; }

.sj-pin-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #000;
  border-width: 6px; }

.sr {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity 0.5s; }

.sr.-visible {
  opacity: 1; }

#ot-reservation-widget, #ot-reservation-widget * {
  font-family: inherit !important; }

.ot-dtp-picker.standard {
  width: 318px !important;
  padding: 0 !important; }

.ot-title {
  display: none;
  font-weight: bold !important;
  line-height: 1.7;
  text-transform: uppercase;
  margin: 0 0 .5em !important;
  font-size: 16px !important; }

.ot-dtp-picker .ot-dtp-picker-button {
  background-color: #000 !important;
  border-color: #000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: normal !important;
  height: auto !important;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color .2s, color .2s;
  -o-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
  font-size: 18px;
  padding: 17px; }

.ot-dtp-picker-selector {
  height: auto !important; }

.ot-dtp-picker-selector select {
  left: 0; }

.ot-dtp-picker-form {
  border: 0 !important; }

.ot-dtp-picker-form > div {
  margin-bottom: 30px !important;
  color: black !important; }

.ot-dtp-picker-form > div {
  border: solid 1px black; }

.ot-dtp-picker-selector-link {
  text-align: left;
  top: 0 !important;
  left: 0 !important;
  font-size: 18px !important;
  padding: 17px !important;
  color: black !important; }

.ot-select-label::before, .ot-date-label::before {
  content: none !important; }

.ot-select-label::after, .ot-date-label::after {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  right: 19px !important;
  width: 14px !important;
  height: 14px !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjE0LjA5NWgxMy4xMkw2LjcwMyAxMy4yMTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") top left no-repeat !important; }

.picker__holder {
  -webkit-box-shadow: 0 0 0 1px #000 !important;
  box-shadow: 0 0 0 1px black !important; }

.picker__close {
  color: #fff !important;
  background: black !important; }

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover {
  background: black !important; }

.picker__nav--next, .picker__nav--prev {
  color: black !important; }

.sj-reservations {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  height: 100%;
  padding: 70px 0;
  background-color: #fff;
  border-left: solid 1px #000;
  text-align: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none; }

.sj-reservations .sj-h2 {
  display: block;
  margin-bottom: 26px; }

.sj-reservations__content .selector-wrapper {
  width: 100%;
  max-width: 200px; }

.sj-reservations {
  width: 50%;
  min-width: 260px; }

.sj-reservations__inner {
  display: table;
  height: 100%;
  max-width: 200px;
  margin: 0 auto; }

.sj-reservations .sj-reservations__content {
  display: table-cell;
  vertical-align: middle; }

[data-opentable-id] {
  position: relative;
  display: none; }

.sj-reservations [data-opentable-id] {
  width: 200px; }

[data-opentable-id] iframe {
  width: 240px;
  height: 290px; }

.sj-reservations [data-opentable-id] iframe {
  margin: 0 -30px; }

.sj-reservations__close {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 45px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
  cursor: pointer; }

.sj-reservations__content.-full {
  margin: 0 auto;
  text-align: center; }

.sj-reservations__content.-full .sj-h2 {
  display: none; }

.additional-checkout-buttons {
  display: block; }

.additional-checkout-button:disabled {
  opacity: .32;
  cursor: not-allowed; }

.sj-giftcard-fields {
  font-size: 16px; }

.sj-giftcard-fields label {
  display: block;
  margin-bottom: 10px; }

.sj-giftcard-fields .selector-wrapper > label {
  margin-bottom: 0; }

.sj-giftcard-fields label em {
  font-style: italic; }

.sj-giftcard-field + .sj-giftcard-field {
  margin-top: 20px; }

[data-href] {
  cursor: pointer; }

#iub-pp-container * {
  font-family: Georgia !important;
  letter-spacing: normal !important;
  color: black !important; }

.sj-ident {
  display: inline-block;
  width: 106px;
  height: 44px; }

@media (min-width: 510px) {
  .sj-ident {
    width: 222px;
    height: 90px; } }
.sj-header {
  position: relative;
  z-index: 4;
  text-align: center;
  font-size: 0;
  background-color: #fff;
  border-bottom: solid 1px #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.sj-page-header {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 4; }

.sj-header .sj-ident {
  display: inline-block;
  margin: 13px 0; }

@media (min-width: 510px) {
  .sj-header .sj-ident {
    margin: 26px 0; } }
.sj-header .sj-ident {
  display: flex;
  justify-content: flex-start; }

.sj-header__menu a {
  text-decoration: none; }

.sj-header__menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 30px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none; }

@media (min-width: 991px) {
  .sj-header__menu {
    font-size: 14px; }

  .sj-header__menu div {
    display: none; }

  .sj-header__menu:hover div {
    display: block; } }
.sj-header__menu {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 70px;
  cursor: pointer;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media (min-width: 700px) {
  .sj-header__menu br {
    display: none; } }
@media (min-width: 991px) {
  .sj-header__menu {
    display: flex;
    padding-right: 0px;
    text-align: right;
    order: 5; } }
@media (min-width: 1088px) {
  .sj-header__menu {
    padding-right: 10px;
    font-size: 17px; } }
@media (min-width: 1200px) {
  .sj-header__menu {
    font-size: 20px; } }
.sj-masthead {
  position: relative;
  z-index: 4;
  width: 100%;
  z-index: 98;
  overflow: hidden;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.sj-masthead > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (min-width: 510px) {
  .sj-masthead > nav {
    font-size: 14px; } }
@media (min-width: 970px) {
  .sj-masthead > nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -8px; } }
.sj-masthead__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 20px;
  text-decoration: none;
  text-align: center;
  cursor: pointer; }

.sj-masthead__link.-split-after {
  margin-right: auto; }

.sj-masthead__link.-big-screen {
  display: none; }

@media (min-width: 970px) {
  .sj-masthead__link.-big-screen {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; } }
.sj-footer {
  background-color: #fff;
  padding: 60px 0;
  margin-top: auto;
  padding-left: 32px;
  padding-right: 32px;
  border-top: solid 1px #000;
  border-bottom: solid 7px #000;
  font-size: 14px;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

@media (min-width: 510px) {
  .sj-footer {
    padding-left: 80px;
    padding-right: 80px; } }
@media (min-width: 510px) {
  .sj-footer {
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 510px) and (min-width: 510px) {
  .sj-footer {
    padding-left: 48px;
    padding-right: 48px; } }
.sj-footer__inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto; }

@media (min-width: 1070px) {
  .sj-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.sj-footer a {
  text-decoration: none; }

.sj-footer__column {
  width: 100%;
  text-align: center;
  line-height: 1.35; }

@media (min-width: 1070px) {
  .sj-footer__column {
    padding: 0 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33%; } }
.sj-footer__column + .sj-footer__column {
  margin-top: 32px; }

@media (min-width: 1070px) {
  .sj-footer__column + .sj-footer__column {
    margin-top: 0; } }
.sj-footer__header {
  margin-bottom: 1em;
  font-size: 16px;
  text-transform: uppercase; }

.sj-footer .-margin-top {
  margin-top: 2em; }

.sj-footer .-small {
  width: 130px;
  height: 53px; }

.sj-footer__legal {
  margin-bottom: 1em; }

.sj-footer__credit {
  display: block;
  margin-top: 1em; }

.sj-footer a:hover {
  color: #4a4a4a; }

.sj-mailing-list-form * + * {
  margin-top: 20px; }

.sj-navigation {
  position: absolute;
  top: 169px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  text-align: center;
  background-color: #fff;
  border-bottom: solid 1px #000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.mobile-header {
  display: none; }

.menu-icon {
  width: 48px;
  height: 35px; }

@media (max-width: 991px) {
  .sj-navigation__main_restaurants, .sj-navigation__main_winery, .sj-navigation__main_shop, .sj-navigation__main_bakery {
    display: block; }

  .top-level-menu {
    font-size: 2em; }

  #nav-menu {
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 70px; }

  .sj-header__menu {
    padding-left: 0;
    text-align: center; } }
@media (min-width: 991px) {
  .sj-navigation__main_restaurants, .sj-navigation__main_winery, .sj-navigation__main_shop, .sj-navigation__main_bakery {
    position: absolute;
    top: 142px;
    border: 1px solid black;
    background-color: #fff; } }
@media (max-width: 991px) {
  .sj-navigation {
    width: 100%;
    position: absolute;
    top: 169px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    text-align: center;
    background-color: #fff;
    border-bottom: solid 1px #000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

  .sj-navigation__main_restaurants {
    display: table;
    width: 100%; }

  .sj-navigation__main_winery {
    display: table;
    width: 100%; }

  .sj-navigation__main_shop {
    display: table;
    width: 100%; }

  .sj-navigation__main_bakery {
    display: table;
    width: 100%; }

  .mobile-header {
    display: flex;
    justify-content: space-between;
    width: 100%; }

  .menu-icon {
    margin: 10px 30px 0 0; }

  .sj-ident {
    justify-content: flex-start;
    margin-left: 30px; } }
@media screen and (min-width: 992px) {
  .mobile {
    display: none; } }
.sj-navigation__main {
  position: relative;
  padding-top: 15px;
  padding-bottom: 30px; }

.sj-navigation.-active {
  pointer-events: auto; }

@media (min-width: 700px) {
  .sj-navigation__column {
    display: table-cell;
    vertical-align: middle;
    padding: 0 .5em; } }
.sj-navigation__column:first-child {
  position: relative; }

@media (max-width: 767px) {
  .sj-navigation__column:first-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative; } }
.sj-navigation__column:first-child::before {
  content: '';
  position: absolute; }

@media (max-width: 699px) {
  .sj-navigation__column:first-child::before {
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px; } }
@media (min-width: 700px) {
  .sj-navigation__column:first-child::before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px; } }
.sj-navigation__footer {
  position: relative;
  z-index: 1;
  grid-column: 1 / span 2;
  color: #000;
  background-color: #fff;
  padding: 25px;
  display: none; }

@media (min-width: 700px) {
  .sj-navigation__footer {
    display: block; } }
.sj-navigation__item {
  display: block;
  padding: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
  text-align: center; }

@media (min-width: 500px) {
  .sj-navigation__item {
    font-size: 36px; } }
@media (min-width: 600px) {
  .sj-navigation__item {
    font-size: 26px;
    margin-top: 10px; } }
.sj-navigation__item:hover {
  color: #4a4a4a; }

.sj-navigation__item > i {
  margin-top: .25em;
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  text-transform: none; }

@media (min-width: 400px) {
  .sj-navigation__item > i {
    font-size: 12px; } }
@media (min-width: 500px) {
  .sj-navigation__item > i {
    font-size: 16px; } }
.sj-navigation__image {
  display: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50% - 60px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px; }

@media (max-width: 699px) {
  .sj-navigation__image {
    display: none !important; } }
.sj-navigation__image img {
  display: none; }

.sj-navigation__image::before {
  content: '';
  position: absolute;
  top: -29px;
  left: -29px;
  right: -29px;
  bottom: -29px;
  border: solid 29px white; }

.sj-navigation__image.-left {
  left: 0; }

.sj-navigation__image.-right {
  right: 0; }

.sj-navigation__smallscreen {
  padding: 15px 30px;
  border-top: solid 1px black; }

@media (min-width: 700px) {
  .sj-navigation__smallscreen {
    display: none; } }
.sj-navigation__smallscreen__item {
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold; }

.sj-section-image {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-height: 60vh;
  overflow: hidden; }

.sj-section-image img {
  width: 100%;
  height: 100%; }

html.object-fit .sj-section-image img {
  max-height: 60vh;
  -o-object-fit: cover;
  object-fit: cover; }

.sj-section-slideshow {
  color: #fff;
  background-color: black; }

.sj-section-slideshow .owl-item {
  vertical-align: middle; }

.sj-section-slideshow__slide {
  max-width: calc(1360px + 28vw);
  margin: 0 auto;
  line-height: 1.43em;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: black; }

.sj-section-slideshow__slide p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 4px #000000; }

@media (max-width: 601px) {
  .sj-section-slideshow__slide p {
    font-size: 12px; } }
@media (min-width: 602px) {
  .sj-section-slideshow__slide {
    font-size: 24px; } }
.sj-section-slideshow__slide.-has-image {
  max-width: calc(1360px + 14vw); }

.sj-section-slideshow__slide p + p {
  margin-top: 1.43em; }

.sj-section-slideshow__slide img {
  display: block;
  width: 100% !important; }

.owl-prev, .owl-next {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  width: 14%;
  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; }

@media (max-width: 599px) {
  .owl-prev svg, .owl-next svg {
    -webkit-transform: scale(0.62);
    -ms-transform: scale(0.62);
    transform: scale(0.62); } }
.owl-prev {
  left: 0; }

.owl-next {
  right: 0; }

.sj-section-text {
  color: #fff;
  background-color: #000;
  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;
  padding: 13vw 18vw;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-color: black; }

.sj-section-text p {
  font-size: 24px;
  line-height: 1.7em;
  max-width: calc(1360px + 28vw); }

.sj-section-text p + p {
  margin-top: 1.7em; }

.sj-section-bodytext {
  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;
  padding: 66px 18vw;
  margin: 0 auto;
  text-align: center;
  color: #000;
  background-color: white; }

.sj-section-bodytext p {
  font-size: 16px;
  line-height: 1.3em;
  max-width: 500px; }

.sj-section-bodytext p + p {
  margin-top: 1.3em; }

.sj-section-bodytext p.sj-divider-before {
  margin-top: 0; }

.sj-section-venues {
  margin-bottom: -1px; }

.sj-section-venues__venue__image, .sj-section-venues__venue__text {
  width: 50%; }

.sj-section-venues__venue__image img {
  width: 100%;
  height: auto; }

.sj-section-venues__venue .sj-h3 a {
  text-decoration: none; }

.sj-section-venues__venue p {
  margin-top: 1em; }

.sj-section-venues__venue i, .sj-section-venues__venue em {
  font-style: italic; }

.sj-section-venues__venue b, .sj-section-venues__venue strong {
  font-weight: bold; }

@media (min-width: 800px) {
  .sj-section-recipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .sj-section-recipe__content, .sj-section-recipe__photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
.sj-section-recipe__photo {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (min-width: 800px) {
  .sj-section-recipe__photo {
    padding-top: 0;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0; } }
.sj-section-recipe__content {
  padding: 70px; }

.sj-section-recipe__content .sj-h3 {
  margin-bottom: 40px; }

.sj-section-recipe__content i {
  font-style: italic; }

.sj-section-recipe__content p {
  margin-top: 1em; }

.sj-section-recipe__content p + .sj-h5 {
  margin-top: 3em; }

.sj-section-grid {
  position: relative;
  overflow: hidden;
  margin-bottom: -1px; }

@media (min-width: 580px) {
  .sj-section-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.sj-section-grid-item {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 30px 0;
  border-bottom: solid 1px #000;
  text-decoration: none; }

@media (min-width: 580px) {
  .sj-section-grid-item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
    border-right: solid 1px black; } }
@media (min-width: 1190px) {
  .sj-section-grid-item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 25%; } }
.sj-section-grid-item > * {
  padding: 0 30px; }

.sj-section-grid-item__image {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }

.sj-section-grid-item__image.-placeholder {
  padding-top: 73%;
  background: #eeeeee url(/cdn/shop/t/1/assets/logo.svg?14731899544822108326) center no-repeat;
  background-size: 80%; }

.sj-section-grid-item__title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  overflow-wrap: break-word; }

.sj-section-grid-item__title.-small {
  font-size: 24px; }

.sj-section-grid-item__body {
  margin-top: 10px;
  line-height: 1.75em; }

.sj-section-grid-item__header {
  display: block;
  margin-bottom: 20px;
  font-weight: bold; }

.sj-section-grid-item__footer {
  display: block;
  margin-top: 14px;
  font-weight: bold; }

@media (min-width: 830px) {
  .sj-section-grid-item:nth-child(5n) {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-left: 50%;
    width: 100%;
    min-height: calc(50vw * .73); }

  .sj-section-grid-item:nth-child(5n) > * {
    padding: 0 100px; }

  .sj-section-grid-item:nth-child(5n) .sj-section-grid-item__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    bottom: 0;
    padding: 0; }

  html.object-fit .sj-section-grid-item:nth-child(5n) .sj-section-grid-item__image {
    width: 100%;
    height: 100%;
    padding-top: 0 !important;
    -o-object-fit: contain;
    object-fit: contain; } }
.sj-contact-details {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  max-width: 1440px; }

@media (min-width: 540px) {
  .sj-contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.sj-h1 + .sj-contact-details {
  margin-top: -25px; }

.sj-contact-details__block {
  padding: 30px 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
  min-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.sj-contact-details__block__inner {
  max-width: 350px; }

.sj-contact-details__block:nth-child(- n + 3) {
  width: 33.33%; }

.sj-map {
  position: relative;
  height: 538px; }

.sj-contact-details + .sj-map {
  margin-top: 55px; }

.sj-locations {
  position: relative; }

.sj-locations__inner {
  padding: 20px 0 25px;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.sj-section-imagetext-wrapper + .sj-locations {
  border-top: solid 1px black; }

.sj-locations__location {
  padding: 30px 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
  min-width: 300px;
  white-space: nowrap; }

.sj-restaurant {
  padding: 0 40px 55px;
  border-bottom: solid 1px #000;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto; }

.sj-restaurant__actions {
  margin: 30px -40px -10px;
  font-size: 0; }

.sj-restaurant__actions + .sj-p1 {
  margin-top: 40px; }

.sj-restaurant__actions > * {
  margin: 10px 40px; }

.sj-restaurant__actions > .btn--fixed-width {
  width: calc(100% - 80px);
  max-width: 318px; }

.sj-menus {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: calc(100% - 80px);
  max-width: 318px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.sj-menus__dropdown {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none; }

.sj-menus.-active .sj-menus__dropdown {
  opacity: 1;
  pointer-events: auto; }

.sj-menus__dropdown .btn {
  border-top: 0;
  font-style: italic; }

.sj-restaurant__hero-images .sj-section-image {
  width: 100.5%; }

.sj-section-imagetext {
  position: relative; }

@media (min-width: 768px) {
  .sj-section-imagetext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.sj-section-imagetext:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.sj-section-imagetext__image, .sj-section-imagetext__text {
  width: 100%; }

@media (min-width: 768px) {
  .sj-section-imagetext__image, .sj-section-imagetext__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; } }
.sj-section-imagetext__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.sj-section-imagetext__image img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  height: auto; }

.sj-section-imagetext__text {
  padding: 50px; }

@media (min-width: 1024px) {
  .sj-section-imagetext__text {
    padding: 100px; } }
.sj-section-imagetext__text p + p {
  margin-top: 1.75em; }

.sj-section-imagetext .-more {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: red;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.sj-section-imagetext.-more .-more {
  display: block; }

.sj-section-imagetext__open, .sj-section-imagetext__close {
  cursor: pointer; }

.sj-section-imagetext__open {
  font-weight: bold; }

.sj-section-imagetext__close {
  display: inline-block;
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase; }

.sj-section-imagetext-header {
  margin-bottom: 45px; }

.sj-section-imagetext-footer {
  margin-top: 45px; }

.sj-section-imagetext-wrapper.-alt {
  border-top: solid 1px black; }

.sj-section-imagetext-wrapper.-alt .sj-section-imagetext {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.sj-section-imagetext-wrapper.-alt .sj-section-imagetext:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.sj-section-article + .sj-util-border-n {
  position: relative;
  z-index: 1; }

@media (min-width: 800px) {
  .sj-section-article__image, .sj-section-article__content {
    width: 50%; } }
.sj-section-article__body h2 {
  font-size: 20px;
  text-transform: none;
  font-weight: bold; }

.sj-section-article__content {
  padding: 70px; }

@media (max-width: 799px) {
  .sj-section-article__image {
    height: auto !important; } }
@media (min-width: 800px) {
  .sj-section-article__image {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 0px;
    left: 50%;
    right: 0;
    max-height: 100vh;
    float: right; } }
.sj-section-article__image img {
  width: 100%;
  height: auto; }

html.object-fit .sj-section-article__image img {
  width: 100%;
  height: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.sj-section-article__header {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px; }

@media (min-width: 520px) {
  .sj-section-article__header {
    font-size: 42px; } }
@media (min-width: 610px) {
  .sj-section-article__header {
    font-size: 54px; } }
@media (min-width: 800px) {
  .sj-section-article__header {
    font-size: 62px; } }
.sj-section-article__tag {
  margin-bottom: 7px; }

.sj-section-article__tag a {
  font-weight: bold;
  text-decoration: none; }

.sj-collection-wine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin: -40px auto 40px;
  width: calc(100% - 80px); }

.sj-collection-wine.-carousel::after {
  content: 'flickity';
  display: none; }

@media (min-width: 540px) {
  .sj-collection-wine.-carousel::after {
    content: ""; } }
.sj-collection-wine.-carousel.flickity-enabled {
  display: block;
  margin-bottom: 0; }

.sj-collection-wine .sj-product-wine {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

@media (min-width: 768px) {
  .sj-collection-wine .sj-product-wine {
    width: 50%; } }
@media (min-width: 1024px) {
  .sj-collection-wine .sj-product-wine {
    width: 33.33%; } }
.sj-collection-wine.-carousel.flickity-enabled .sj-product-wine {
  width: 100%; }

.sj-product-wine {
  text-decoration: none;
  padding: 40px; }

.sj-product-wine__image {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.sj-product__image {
  width: 100%;
  height: auto; }

.sj-product-wine__title {
  margin-bottom: 10px;
  font-size: 26px; }

.sj-product-wine-meta > span {
  display: inline-block; }
  .sj-product-wine-meta > span:first-child {
    display: block;
    margin-bottom: .3em; }

.sj-product-wine-meta > span + span::before {
  content: '|';
  display: inline-block;
  margin: 0 0.5em; }

.sj-product-wine-meta > span:first-child + span::before {
  content: none; }

.sj-collection-wine-list {
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 100px; }

@media (min-width: 510px) {
  .sj-collection-wine-list {
    margin-left: 80px;
    margin-right: 80px; } }
.sj-collection-wine-list > p {
  padding: 52px 65px; }

.sj-product-wine-list {
  position: relative;
  z-index: 1;
  margin: 0 -.75em;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
  text-decoration: none; }

.sj-product-wine-list::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 20px;
  right: 0;
  height: 1px;
  background-color: black; }

.sj-product-wine-list__title {
  display: inline;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
  padding-right: .75em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%; }

@media (min-width: 1140px) {
  .sj-product-wine-list__title {
    width: auto; } }
.sj-product-wine-list * {
  padding: 5px .25em;
  word-wrap: break-word;
  max-width: 100%; }

@media (min-width: 1140px) {
  .sj-product-wine-list * {
    padding: 5px 0.75em; } }
.sj-product-wine-list-meta {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: white; }

@media (min-width: 950px) {
  .sj-product-wine-list .sj-product-wine-list-meta.-region {
    padding-right: 0.75em; } }
@media (min-width: 1140px) {
  .sj-product-wine-list .sj-product-wine-list-meta.-region {
    padding-right: 1.5em; } }
.sj-product-wine-list .sj-product-wine-list-meta.-price {
  margin-left: auto;
  width: 100%;
  padding-left: .25em;
  padding-bottom: 1.5em;
  background-color: transparent; }

@media (min-width: 950px) {
  .sj-product-wine-list .sj-product-wine-list-meta.-price {
    padding-left: .75em;
    padding-bottom: 0;
    width: auto;
    background-color: white; } }
@media (min-width: 1140px) {
  .sj-product-wine-list .sj-product-wine-list-meta.-price {
    padding-left: 1.5em; } }
.sj-collection-wine .sj-collection-empty {
  margin-top: 40px; }

.sj-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin: -40px auto 40px;
  width: calc(100% - 80px); }

.sj-collection.-top-bordered {
  border-top: solid 1px black; }

.sj-collection > * {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

@media (min-width: 780px) {
  .sj-collection > * {
    width: 50%; } }
@media (min-width: 1024px) {
  .sj-collection > * {
    width: 33.33%; } }
.sj-product-generic {
  text-decoration: none;
  padding: 40px; }

.sj-product-generic__image {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.sj-product-generic__title {
  display: block;
  margin-bottom: 10px;
  font-size: 26px; }

.sj-collection-heroes .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.sj-collection-heroes .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.sj-collection-hero__nav {
  margin-top: 20px;
  margin-bottom: -20px; }

.sj-collection-hero__nav button {
  padding: 20px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity 0.2s; }

.sj-collection-hero__nav button:hover {
  opacity: 0.5; }

.sj-collection-hero__header {
  margin-bottom: 40px; }

.sj-cart {
  width: 100%;
  border-top: solid 1px black; }

@media (min-width: 800px) {
  .sj-cart {
    border-top: 0; } }
.sj-cart th, .sj-cart td {
  text-align: center; }

@media (min-width: 800px) {
  .sj-cart th, .sj-cart td {
    border: solid 1px black; }

  .sj-cart th:first-child, .sj-cart td:first-child {
    border-left: 0; }

  .sj-cart th:last-child, .sj-cart td:last-child {
    border-right: 0; } }
.sj-cart th {
  padding: 18px 44px; }

.sj-cart td {
  padding: 0 0 20px; }

@media (min-width: 800px) {
  .sj-cart td {
    padding: 44px; } }
.sj-cart tr {
  border-bottom: solid 1px black; }

@media (min-width: 800px) {
  .sj-cart tr {
    border-bottom: 0; } }
.sj-cart-quantity {
  display: inline-block;
  font-size: 0;
  border: solid 1px #000;
  white-space: nowrap; }

.sj-cart-item[data-type="Giftcard"] .sj-cart-quantity__inc {
  color: #ccc;
  pointer-events: none;
  cursor: not-allowed; }

.sj-cart-quantity__dec, .sj-cart-quantity__inc, .sj-cart-quantity__val {
  display: inline-block;
  padding: 18px 0;
  font-size: 16px;
  text-align: center;
  width: 55px;
  vertical-align: middle; }

.sj-cart-quantity__dec, .sj-cart-quantity__inc {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color .2s, color .2s;
  -o-transition: background-color .2s, color .2s;
  transition: background-color 0.2s, color 0.2s; }

.sj-cart-quantity__dec:hover, .sj-cart-quantity__inc:hover {
  color: #fff;
  background-color: black; }

.sj-cart-quantity__dec {
  border-right: solid 1px black; }

.sj-cart-quantity__inc {
  border-left: solid 1px black; }

.sj-cart thead {
  display: none; }

@media (min-width: 800px) {
  .sj-cart thead {
    display: table-header-group; } }
.sj-cart tr {
  display: block;
  width: 100%;
  padding: 44px 44px 24px; }

.sj-cart tr > * {
  display: block;
  width: 100%; }

@media (min-width: 800px) {
  .sj-cart tr {
    display: table-row; }

  .sj-cart tr > * {
    display: table-cell; } }
.sj-cart-product {
  display: block;
  margin: -10px;
  text-decoration: none; }

@media (min-width: 800px) {
  .sj-cart-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.sj-cart-product__image {
  width: 122px;
  height: auto;
  margin: 10px; }

.sj-h4.sj-cart-product__title {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  text-align: center; }

@media (min-width: 800px) {
  .sj-h4.sj-cart-product__title {
    display: inline;
    width: 0%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    text-align: left; } }
.sj-cart-product__properties {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: left; }

.sj-cart-qualification {
  text-align: left;
  font-style: italic; }

.sj-cart-buttons {
  margin: 10px -10px 0 10px;
  padding-bottom: 0; }

.sj-cart-buttons__inner {
  margin: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 836px) {
  .sj-cart-buttons__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
.sj-cart-buttons__left, .sj-cart-buttons__right {
  padding: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 338px;
  flex: 1 1 338px; }

@media (min-width: 836px) {
  .sj-cart-buttons__left, .sj-cart-buttons__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 338px;
    flex: 1 1 338px; } }
.sj-cart-buttons__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -10px; }

@media (min-width: 700px) {
  .sj-cart-buttons__right {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
.sj-cart-buttons__right > * {
  margin: 10px; }

.sj-cart-buttons .btn--fixed-width {
  max-width: none; }

.sj-cart-buttons .btn {
  white-space: nowrap; }

td.sj-cart-item__total {
  display: none !important; }

@media (min-width: 800px) {
  td.sj-cart-item__total {
    display: table-cell !important; } }
.sj-cart-item__price {
  color: #444444; }

@media (min-width: 800px) {
  .sj-cart-item__price {
    color: black; } }
.sj-cart-item__price b {
  display: inline-block;
  font-weight: bold;
  color: #000;
  margin-right: 1em; }

@media (min-width: 800px) {
  .sj-cart-item__price__smallscreen {
    display: none; } }
.sj-cart-total {
  text-align: center !important;
  font-weight: bold;
  font-size: 24px; }

@media (min-width: 800px) {
  .sj-cart-total {
    font-weight: normal;
    text-align: right !important;
    font-size: inherit; } }
.sj-cart-total::before {
  content: 'Total: ';
  font-weight: bold;
  text-transform: uppercase; }

@media (min-width: 800px) {
  .sj-cart-total::before {
    display: none; } }
.sj-cart-empty {
  text-align: center;
  font-style: italic;
  padding: 0 44px 70px; }

.sj-cart-empty .btn {
  margin-top: 44px; }

.sj-cart-empty__buttons {
  margin: 20px -10px; }

.sj-cart-empty__buttons .btn {
  margin: 10px;
  width: 318px;
  max-width: calc(100% - 20px); }

.sj-cart-ageverify {
  display: block;
  margin-bottom: 30px; }

.sj-cart-ageverify input[type="checkbox"] {
  margin-right: .5em;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

.sj-cart-instructions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.sj-cart-instructions label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 0.5em; }

.sj-cart-instructions textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%; }

.sj-cart-footer {
  padding: 50px 0;
  width: 100%;
  max-width: 1520px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto; }

.sj-cart-footer.-hidden {
  display: none; }

@media (min-width: 768px) {
  .sj-cart-footer {
    padding-left: 80px;
    padding-right: 80px; } }
@media (min-width: 768px) {
  .sj-cart-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .sj-cart-footer.-hidden {
    display: none; } }
.sj-cart-footer__left {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .sj-cart-footer__left {
    margin-bottom: -10px; } }
@media (min-width: 768px) {
  .sj-cart-footer__left, .sj-cart-footer__right {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; }

  .sj-cart-footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px; }

  .sj-cart-footer__right {
    padding-left: 25px; }

  .sj-cart-footer[data-haswine="false"] .sj-cart-buttons__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }
.sj-page-other {
  padding-bottom: 110px; }

.sj-page-other__header {
  padding: 60px 30px; }

.sj-page-other__content {
  width: 100%;
  padding: 0 80px;
  max-width: 640px;
  margin: 0 auto;
  text-align: left; }

.sj-page-other__content.-reservations {
  padding: 0;
  max-width: 560px; }

.sj-product {
  text-align: left;
  width: 100%;
  max-width: 1520px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px; }

@media (min-width: 768px) {
  .sj-product {
    padding-left: 80px;
    padding-right: 80px; } }
@media (min-width: 768px) {
  .sj-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media (min-width: 768px) {
  .sj-product__left, .sj-product__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
.sj-product__left {
  margin-bottom: 40px; }

@media (min-width: 768px) {
  .sj-product__left {
    margin-bottom: 0;
    padding-right: 30px; } }
@media (min-width: 768px) {
  .sj-product__right {
    padding-left: 30px; } }
.sj-product-meta {
  display: inline-block;
  width: 100%;
  margin-top: 40px; }

@media (min-width: 768px) {
  .sj-product-meta {
    margin-top: 0;
    width: auto; } }
.sj-product-meta li {
  padding-left: 0;
  padding: 7px 0;
  border-bottom: solid 1px black; }

.sj-product-meta li::before {
  content: none; }

.sj-producer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 50px; }

@media (max-width: 767px) {
  .sj-producer > .sj-producer__column:first-child {
    padding-top: 40px; } }
@media (min-width: 768px) {
  .sj-producer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .sj-producer > .sj-producer__column {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

  .sj-producer > .sj-producer__column:last-child {
    padding-left: 40px; }

  .sj-producer > .sj-producer__column:only-child {
    padding: 0;
    max-width: 50%;
    margin: 0 auto; } }
.sj-producer {
  padding: 50px 40px;
  border-top: solid 1px black; }

.sj-producer__name {
  display: block;
  font-weight: bold;
  margin-bottom: 1em; }

.sj-producer__description {
  line-height: 1.6; }

.sj-producer__image {
  margin-top: 1em;
  width: 100%;
  height: auto; }

.sj-collection-hero {
  width: 100%;
  text-align: right;
  background-color: #000;
  background-repeat: no-repeat; }

@media (max-width: 513px) {
  .sj-collection-hero {
    background-image: none !important; } }
@media (min-width: 514px) {
  .sj-collection-hero {
    padding: 50px;
    background-position: center;
    background-size: cover; } }
.sj-collection-hero img {
  width: 100%;
  height: auto; }

@media (min-width: 514px) {
  .sj-collection-hero img {
    display: none; } }
.sj-collection-hero__text {
  display: inline-block;
  width: 100%;
  padding: 40px 50px;
  background-color: #fff;
  text-align: center; }

@media (min-width: 514px) {
  .sj-collection-hero__text {
    width: 28.75%;
    min-width: 414px;
    max-width: 550px; } }
.sj-collection-hero__header {
  margin-bottom: 1em; }

.sj-collection-hero__text .btn {
  margin-top: 40px; }

.sj-blog-header {
  margin-bottom: 70px; }

.sj-our-story {
  position: relative;
  text-align: left;
  padding: 50px 80px 0;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .sj-our-story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.sj-our-story::before {
  content: '';
  position: absolute;
  top: 0;
  left: 80px;
  width: 3px;
  bottom: 0;
  background-color: #000;
  -webkit-transform: translateX(-1.5px);
  -ms-transform: translateX(-1.5px);
  transform: translateX(-1.5px); }

@media (min-width: 768px) {
  .sj-our-story::before {
    left: 50%; } }
.sj-our-story__images, .sj-our-story__content {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.sj-our-story__images {
  display: none; }

@media (min-width: 768px) {
  .sj-our-story__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 50px; } }
.sj-our-story__content {
  padding-left: 50px; }

.sj-our-story__image {
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.sj-our-story__image + .sj-our-story__image {
  margin-top: 80px; }

.sj-our-story__header, .sj-our-story__event {
  display: block; }

.sj-our-story__event {
  position: relative; }

.sj-our-story__event::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  height: 3px;
  width: 33px;
  background-color: black; }

.sj-our-story__event + .sj-our-story__event {
  margin-top: 85px; }

.sj-our-story__header {
  margin-top: 115px; }

.sj-our-story__event {
  margin-top: 17px; }

.sj-our-story-header {
  position: relative;
  padding-bottom: 40px;
  padding-left: 130px;
  text-align: left; }

@media (min-width: 768px) {
  .sj-our-story-header {
    padding-left: 0;
    text-align: center; } }
.sj-our-story-header::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 80px;
  width: 20px;
  height: 20px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%; }

@media (min-width: 768px) {
  .sj-our-story-header::before {
    left: 50%; } }
.sj-our-story-footer {
  position: relative;
  padding-top: 110px;
  margin-bottom: 76px;
  width: 100%;
  max-width: 760px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .sj-our-story-footer {
    padding-left: 80px;
    padding-right: 80px; } }
.sj-our-story-footer::before {
  content: '';
  width: 11px;
  height: 20px;
  background: white url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwLjY3IDE5LjIiPjx0aXRsZT5BcnRib2FyZCAxPC90aXRsZT48cGF0aCBkPSJNMCAwbDUuMzMgMTkuMkwxMC42NyAweiIvPjwvc3ZnPg==") center no-repeat;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  bottom: 0;
  left: 80px;
  border-bottom: solid 30px white; }

@media (min-width: 768px) {
  .sj-our-story-footer::before {
    left: 50%; } }
.sj-our-story-footer.-in-view::before {
  position: absolute;
  top: 0;
  bottom: auto; }

.sj-founders {
  position: relative;
  margin-bottom: -1px; }

@media (min-width: 680px) {
  .sj-founders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.sj-founders::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: white; }

.sj-founder {
  padding: 60px;
  border-right: solid 1px #000;
  border-bottom: solid 1px black; }

@media (min-width: 680px) {
  .sj-founder {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }
@media (min-width: 1050px) {
  .sj-founder {
    padding-left: 130px;
    padding-right: 130px; } }
.sj-founder__image {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px; }

.sj-founder__header {
  margin-bottom: 40px; }

.sj-founder p {
  text-align: left; }

.sj-founder p + p {
  margin-top: 1.875em; }

.pagination {
  margin: 60px 0; }

.pagination a {
  text-decoration: none; }

.pagination .page.current {
  font-weight: bold; }

.pagination .prev {
  padding-right: 0.5em; }

.pagination .next {
  padding-left: 0.5em; }

.sj-filters {
  position: relative;
  z-index: 2;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: solid 1px #000;
  margin-bottom: 40px; }

@media (max-width: 499px) {
  .sj-filters {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    display: none; } }
@media (min-width: 500px) {
  .sj-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; } }
@media (max-width: 499px) {
  .sj-filters.-open {
    display: block; } }
.sj-filters__close {
  display: block;
  text-align: right;
  padding: 15px 30px;
  border-bottom: solid 1px #000;
  font-size: 13px;
  letter-spacing: 0.81px;
  cursor: pointer; }

@media (min-width: 500px) {
  .sj-filters__close {
    display: none; } }
.sj-filters__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media (max-width: 499px) {
  .sj-filters__item {
    display: block;
    text-align: left; } }
@media (max-width: 499px) {
  .sj-filters__item.-view {
    display: none; } }
@media (max-width: 499px) {
  .sj-filters__item + .sj-filters__item {
    border-top: solid 1px black; } }
.sj-filters__item__label {
  position: relative;
  display: inline-block;
  padding: 18px; }

.sj-filters__item.-has-dropdown .sj-filters__item__label {
  padding-right: 40px; }

.sj-filters__item.-has-dropdown .sj-filters__item__label::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjE0LjA5NWgxMy4xMkw2LjcwMyAxMy4yMTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") center no-repeat;
  background-size: 12px 12px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

@media (min-width: 500px) {
  html.no-touchevents .sj-filters__item.-has-dropdown:hover .sj-filters__item__label::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

  html.touchevents .sj-filters__item.-has-dropdown.hover .sj-filters__item__label::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); } }
@media (max-width: 499px) {
  .sj-filters__item.-has-dropdown.hover .sj-filters__item__label::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); } }
.sj-filters__item.-has-dropdown {
  cursor: default; }

.sj-filters__item.-has-dropdown::before {
  content: '';
  position: absolute;
  z-index: 10;
  top: -1px;
  left: 0;
  right: 0;
  height: 100%;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  display: none; }

.sj-filters__item.-has-dropdown::after {
  content: '';
  position: absolute;
  z-index: 11;
  left: 1px;
  right: 1px;
  bottom: -1px;
  height: 1px;
  display: none;
  background-color: white; }

@media (min-width: 500px) {
  html.no-touchevents .sj-filters__item.-has-dropdown:hover::before, .sj-filters__item.-has-dropdown:hover::after {
    display: block; }

  html.touchevents .sj-filters__item.-has-dropdown.hover::before, .sj-filters__item.-has-dropdown.hover::after {
    display: block; } }
html.no-touchevents .sj-filters__item:hover {
  color: #4a4a4a; }

html.touchevents .sj-filters__item.hover {
  color: #4a4a4a; }

html.no-touchevents .sj-filters__item.-has-dropdown:hover {
  color: black; }

html.touchevents .sj-filters__item.-has-dropdown.hover {
  color: black; }

.sj-filters__item .sj-filter-options {
  overflow-y: auto;
  padding: 12px 0;
  color: #000;
  background-color: #fff;
  text-transform: none;
  font-weight: normal; }

@media (max-width: 499px) {
  .sj-filters__item .sj-filter-options {
    display: none; } }
@media (min-width: 500px) {
  .sj-filters__item .sj-filter-options {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-width: 90vw;
    -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(-1000em);
    -ms-transform: translateX(-1000em);
    transform: translateX(-1000em);
    border: solid 1px black; } }
@media (max-width: 499px) {
  .sj-filter-options.ss-container {
    height: auto !important; } }
.sj-filter-options {
  text-align: left; }

.sj-filter-options.-columns {
  -webkit-column-count: 4;
  column-count: 4; }

.sj-filter-options__option {
  display: inline-block;
  display: block;
  padding: 6px 18px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  text-decoration: none; }

@media (min-width: 500px) {
  html.no-touchevents .sj-filter-options__option:hover {
    color: #fff;
    background-color: black; }

  html.touchevents .sj-filter-options__option.hover {
    color: #fff;
    background-color: black; } }
.sj-filter-options.-columns .sj-filter-options__option {
  display: block; }

@media (min-width: 500px) {
  html.no-touchevents .sj-filters__item:hover .sj-filter-options {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

  html.touchevents .sj-filters__item.hover .sj-filter-options {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
@media (max-width: 499px) {
  .sj-filters__item.hover .sj-filter-options {
    display: block; } }
.sj-filters-ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 35px; }

@media (min-width: 500px) {
  .sj-filters-ss {
    display: none; } }
@media (min-width: 500px) and (max-width: 639px) {
  .sj-filters__item:nth-child(4) .sj-filter-options {
    left: auto;
    right: 0; } }
@media (min-width: 640px) {
  .sj-filters__item:nth-child(5) .sj-filter-options {
    left: auto;
    right: 0; } }
.sj-announcement {
  display: block;
  padding: 1em;
  background-color: #e6e6e6;
  text-align: center;
  border-bottom: solid 1px #000;
  text-decoration: none; }

.sj-restaurant-notice {
  display: block;
  padding: 1em;
  background-color: #e6e6e6;
  text-align: center;
  border-bottom: solid 1px #000;
  text-decoration: none; }

.sj-restaurant-notice__title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.sj-restaurant-notice__title > span {
  font-style: italic;
  cursor: pointer; }

.sj-restaurant-notice__toggle {
  margin-left: 0.5em; }

.sj-restaurant-notice__toggle span::before {
  content: "More"; }

.sj-restaurant-notice__more {
  display: none;
  padding-top: 1em; }

.sj-restaurant-notice.-expanded .sj-restaurant-notice__more {
  display: block; }

.sj-restaurant-notice.-expanded .sj-restaurant-notice__toggle span::before {
  content: "Less"; }

.sj-menu {
  padding: 60px 0 0; }

.sj-menu > .sj-h1 {
  margin-bottom: 15px; }

.sj-menu__other-menus {
  margin: 25px 0 50px; }

.sj-menu > .sj-h3 {
  text-decoration: none; }

.sj-menu__notice {
  padding: 100px;
  line-height: 1.4;
  font-size: 20px; }

.sj-menu__notice > * {
  display: block;
  margin: 0 auto;
  max-width: 740px; }

.sj-menu__notice p + p {
  margin-top: 1.4em; }

.sj-menu__notice b, .sj-menu__notice strong {
  font-weight: bold; }

.sj-menu__notice i, .sj-menu__notice em {
  font-style: italic; }

.sj-menu__notice a {
  color: black; }

.sj-menu__meta {
  padding: 40px 30px;
  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; }

.sj-menu__download {
  margin-left: 30px; }

.sj-menu__content {
  margin: 0 auto;
  max-width: 600px;
  padding: 60px 30px 30px; }

.sj-menu__content .sj-h3 {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: none;
  text-align: left; }

.sj-menu__notice + .sj-menu__content {
  border-top: solid 1px black; }

.sj-menu__content > * {
  margin-bottom: 1em; }

.sj-menu__content img {
  width: 100%;
  height: auto; }

.sj-menu__content .wysiwyg {
  text-align: left; }

.sj-menu .sj-h1 {
  padding-top: 0; }

.sj-menu-table {
  width: 100%;
  text-align: left; }

.sj-menu-table td:last-child {
  padding-left: 1em;
  text-align: right; }

.sj-menu-table td.subtitle {
  padding-left: 0;
  padding-bottom: .5em;
  text-align: left;
  font-style: italic; }

.sj-menu-items-table {
  width: 100%; }

.sj-menu-items-table + .sj-menu-items-table {
  margin-top: -1em; }

.menu-items table {
  width: 100%; }

.menu-items > td {
  padding-right: 1em; }

.menu-items > td:last-child {
  padding-right: 0; }

.menu-items table td:first-child {
  text-align: left; }

.sj-search {
  position: relative;
  width: 100%;
  padding: 18px 0; }

.sj-search > label {
  pointer-events: none; }

.sj-search.-focussed > label {
  opacity: 0; }

.sj-search > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: black; }

.sj-search > input::-webkit-input-placeholder {
  color: transparent; }

.sj-search > input:-moz-placeholder {
  color: transparent; }

.sj-search > input::-moz-placeholder {
  color: transparent; }

.sj-search > input:-ms-input-placeholder {
  color: transparent; }

.sj-search.-focussed > input::-webkit-input-placeholder {
  color: #aaaaaa; }

.sj-search.-focussed > input:-moz-placeholder {
  color: #aaaaaa; }

.sj-search.-focussed > input::-moz-placeholder {
  color: #aaaaaa; }

.sj-search.-focussed > input:-ms-input-placeholder {
  color: #aaaaaa; }

.uncomplicated-search-overlay .section-collections, .uncomplicated-search-overlay .heading,
.uncomplicated-search-overlay .vendor, .uncomplicated-search-overlay .description {
  display: none !important; }

.uncomplicated-search-overlay .product {
  padding: 0 !important; }

.uncomplicated-search-overlay .title {
  text-transform: uppercase;
  font-weight: bold; }

.uncomplicated-search-overlay .title b {
  background-color: lightyellow; }

.uncomplicated-search-overlay.show-styled .product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  text-decoration: none; }

.uncomplicated-search-overlay.show-styled .product + .product {
  border-top: solid 1px black; }

.uncomplicated-search-overlay.show-styled .product .product__image {
  padding: 0 !important;
  margin-left: 10px;
  width: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.uncomplicated-search-overlay.show-styled .product .product__image img {
  width: 100%;
  height: auto; }

.uncomplicated-search-overlay.show-styled .product a:hover .product__text {
  background-color: transparent !important; }

.uncomplicated-search-overlay.show-styled .mini-message {
  text-align: left !important;
  font-size: inherit !important;
  color: #000 !important;
  padding: 10px !important; }

.uncomplicated-search-overlay.show-styled .timing {
  display: none !important; }

.uncomplicated-search-overlay.show-styled .product .product__text {
  white-space: normal !important; }

.uncomplicated-search-overlay.show-styled {
  z-index: 2 !important;
  border: 0 !important;
  background-color: transparent !important;
  position: absolute;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100% !important;
  max-width: 1360px; }

.uncomplicated-search-overlay.show-styled .section-products, .uncomplicated-search-overlay.show-styled .mini-message {
  width: 25% !important;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  margin: 0 0 0 auto !important; }

@media only screen and (max-width: 1500px) {
  .uncomplicated-search-overlay.show-styled .section-products, .uncomplicated-search-overlay.show-styled .mini-message {
    width: 33% !important; } }
@media only screen and (max-width: 1000px) {
  .uncomplicated-search-overlay.show-styled .section-products, .uncomplicated-search-overlay.show-styled .mini-message {
    width: 50% !important; } }
@media only screen and (max-width: 750px) {
  .uncomplicated-search-overlay.show-styled .section-products, .uncomplicated-search-overlay.show-styled .mini-message {
    width: 66% !important; } }
@media only screen and (max-width: 500px) {
  .uncomplicated-search-overlay.show-styled .section-products, .uncomplicated-search-overlay.show-styled .mini-message {
    width: calc(100% - 36px) !important;
    margin: 0 auto !important; } }
.uncomplicated-search-overlay.show-styled .section-products:empty {
  display: none; }

.sj-util-lc {
  text-transform: lowercase; }

.sj-util-c {
  text-transform: capitalize; }

.sj-util-linespaced, .sj-util-linespaced * {
  line-height: 1.75em !important; }

.sj-util-nobreak {
  white-space: nowrap; }

.sj-util-italics {
  font-style: italic; }

.sj-util-border-n {
  border-top: solid 1px black; }

.sj-util-border-s {
  border-bottom: solid 1px black; }

.sj-util-border-e {
  border-left: solid 1px black; }

.sj-util-border-w {
  border-right: solid 1px black; }

.sj-featured-header {
  padding: 52px 30px;
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center; }

@media (min-width: 610px) {
  .sj-featured-header {
    font-size: 38px; } }
@media (min-width: 800px) {
  .sj-featured-header {
    font-size: 40px; } }
.sj-cart-shipping {
  display: flex;
  padding: 50px 50px 0; }

@media (min-width: 768px) {
  .sj-cart-shipping {
    padding-left: 80px;
    padding-right: 80px; } }
.sj-cart-shipping__label {
  position: relative;
  width: 100%;
  height: 57px;
  flex: 0 1 auto; }

.sj-cart-shipping__label > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 1px #000;
  transition: background-color .2s;
  cursor: pointer; }

.sj-cart-shipping__label > input:checked,
.sj-cart-shipping__label:hover > input {
  background-color: #000; }

.sj-cart-shipping__label > span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 18px;
  transition: color .2s; }

.sj-cart-shipping__label > input:checked + span,
.sj-cart-shipping__label:hover > input + span {
  color: #fff; }

.sj-cart-clickandcollect {
  width: 100%;
  text-align: left; }

.sj-cart-clickandcollect > p {
  margin-bottom: 1em; }

.sj-cart-clickandcollect input[type="radio"] {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  transform: translateY(-50%); }

.sj-cart-clickandcollect > label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer; }

.sj-cart-clickandcollect > label + label {
  margin-top: .75em; }

.sj-cart-clickandcollect > label > b {
  display: block;
  font-weight: bold;
  text-transform: uppercase; }

#stj-search-results-dropdown {
  position: absolute;
  top: 0;
  left: -1000em;
  z-index: 10000;
  width: 38vw;
  min-width: 300px;
  max-height: 50vh;
  overflow: auto;
  border: solid 1px #000;
  background-color: #fff;
  opacity: 0;
  transform: translateX(1000em);
  /* pointer-events: none; */ }

#stj-search-results-dropdown.-visible {
  opacity: 1;
  transform: none;
  /* pointer-events: all; */ }

#stj-search-results-dropdown > p,
#stj-search-results-dropdown > a {
  display: block;
  padding: 10px;
  text-decoration: none; }

#stj-search-results-dropdown > p {
  font-style: italic; }

#stj-search-results-dropdown > a:hover {
  color: #fff;
  background-color: #000; }

#stj-search-results-dropdown > a > span.variety {
  display: block;
  font-style: italic; }

#stj-search-results-dropdown > a .title-and-price {
  display: flex;
  font-weight: bold;
  text-transform: uppercase; }

#stj-search-results-dropdown > a .title-and-price > * {
  flex: 0 0 auto; }

#stj-search-results-dropdown > a span.title {
  display: block;
  margin-right: auto;
  padding-right: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 80%; }

#stj-search-results-dropdown > a span.producer + span.region::before {
  content: ' - '; }

#stj-search-results-dropdown > a + a {
  border-top: solid 1px #000; }

.sj-collection-navigation__item.-search {
  padding-right: 0;
  width: 240px; }

.sj-search {
  color: #4a4a4a; }

.sj-search > label {
  background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjMuODA5IDIxLjY0NmwtNi4yMDUtNi4yMDVjMS4xNjctMS42MDUgMS44NTctMy41NzkgMS44NTctNS43MTEgMC01LjM2NS00LjM2NS05LjczLTkuNzMxLTkuNzMtNS4zNjUgMC05LjczIDQuMzY1LTkuNzMgOS43MyAwIDUuMzY2IDQuMzY1IDkuNzMgOS43MyA5LjczIDIuMDM0IDAgMy45MjMtLjYyNyA1LjQ4Ny0xLjY5OGw2LjIzOCA2LjIzOCAyLjM1NC0yLjM1NHptLTIwLjk1NS0xMS45MTZjMC0zLjc5MiAzLjA4NS02Ljg3NyA2Ljg3Ny02Ljg3N3M2Ljg3NyAzLjA4NSA2Ljg3NyA2Ljg3Ny0zLjA4NSA2Ljg3Ny02Ljg3NyA2Ljg3N2MtMy43OTMgMC02Ljg3Ny0zLjA4NS02Ljg3Ny02Ljg3N3oiIGZpbGw9IiM4YThhOGEiLz48L3N2Zz4=") 78% 50% no-repeat;
  background-size: 14px;
  display: none; }

.sj-search > label,
.sj-search > input {
  text-align: right;
  padding-right: 40px; }

.sj-search > input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8a8a8a !important;
  background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjMuODA5IDIxLjY0NmwtNi4yMDUtNi4yMDVjMS4xNjctMS42MDUgMS44NTctMy41NzkgMS44NTctNS43MTEgMC01LjM2NS00LjM2NS05LjczLTkuNzMxLTkuNzMtNS4zNjUgMC05LjczIDQuMzY1LTkuNzMgOS43MyAwIDUuMzY2IDQuMzY1IDkuNzMgOS43MyA5LjczIDIuMDM0IDAgMy45MjMtLjYyNyA1LjQ4Ny0xLjY5OGw2LjIzOCA2LjIzOCAyLjM1NC0yLjM1NHptLTIwLjk1NS0xMS45MTZjMC0zLjc5MiAzLjA4NS02Ljg3NyA2Ljg3Ny02Ljg3N3M2Ljg3NyAzLjA4NSA2Ljg3NyA2Ljg3Ny0zLjA4NSA2Ljg3Ny02Ljg3NyA2Ljg3N2MtMy43OTMgMC02Ljg3Ny0zLjA4NS02Ljg3Ny02Ljg3N3oiIGZpbGw9IiM4YThhOGEiLz48L3N2Zz4=") 100% 50% no-repeat;
  background-size: 14px;
  padding-right: 20px; }

.sj-search > input:-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a !important; }

.sj-search > input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a !important; }

.sj-search > input:-ms-input-placeholder {
  /* IE 10+ */
  color: #8a8a8a !important; }

.sj-search > input:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8a8a !important; }

.sj-search > svg {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  transform: translateY(-50%); }

.sj-search > svg path {
  fill: #8a8a8a; }

@media (min-width: 770px) {
  .three-col {
    -webkit-column-count: 2;
    column-count: 2; } }
@media (min-width: 1160px) {
  .three-col {
    -webkit-column-count: 3;
    column-count: 3; } }

.product-shipping {
  margin-top: 1.5em;
  line-height: 1.6;
  user-select: none; }

.product-shipping summary {
  position: relative;
  padding: .5em 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  outline: none; }

.product-shipping summary::-webkit-details-marker {
  display: none; }

.product-shipping summary::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%) rotate(0deg);
  background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjE0LjA5NWgxMy4xMkw2LjcwMyAxMy4yMTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
  transition: transform .2s; }

.product-shipping[open] summary::before {
  transform: translateY(-50%) rotate(180deg); }

.product-shipping[open] summary {
  margin-bottom: .5em;
  border-bottom: 0; }

.product-shipping[open] {
  padding-bottom: .5em;
  border-bottom: 1px solid #000; }

.product-shipping li {
  list-style-type: none;
  position: relative; }

.product-shipping li {
  padding-left: 1em; }

.product-shipping li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2013"; }

.sj-wine-shipping {
  margin-bottom: 40px;
  padding: 5px 0;
  color: #000;
  background-color: #e4e4e4;
  font-size: 15px; }
  @media (min-width: 500px) {
    .sj-filters + .sj-wine-shipping, .sj-filters-ss + .sj-wine-shipping {
      margin-top: -40px; } }

.sj-wine-shipping li {
  display: inline-block;
  padding: 5px 5px;
  line-height: 1.4; }

.sj-product.is-out-of-stock .sj-product__left,
.sj-product.is-out-of-stock .shopify-description,
.sj-product.is-out-of-stock .product-shipping,
.sj-product.is-out-of-stock .shopify-quantity,
.sj-product.is-out-of-stock .out-of-stock,
.sj-product.is-out-of-stock .sj-product-meta {
  opacity: 0.5; }

div#dd-restock-notification-container {
  margin: 30px 0 !important; }

div#dd-restock-notification-container .da-restock-notification form {
  display: flex;
  flex-wrap: wrap;
  padding: 30px !important;
  background-color: #fff !important;
  border: solid 1px #000; }

div#dd-restock-notification-container .da-restock-notification p {
  color: #000 !important;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 30px; }

div#dd-restock-notification-container .da-restock-notification form input[name="email"] {
  flex: 1 0 auto;
  padding: 17px;
  background-color: #fff !important;
  color: #000 !important;
  border: solid 1px #000 !important;
  border-right: 0 !important; }

div#dd-restock-notification-container .da-restock-notification form button {
  background-color: #000 !important;
  color: #fff !important; }

div#dd-restock-notification-container #dd-restock-notification-msg {
  width: 100%;
  padding: 30px !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  color: #000 !important;
  border: solid 1px #000; }

.big-screen > .sj-product__image {
  margin-top: 30px; }

.big-screen {
  display: none; }

@media (min-width: 768px) {
  .big-screen {
    display: block; }

  .small-screen {
    display: none; } }
.menu-list {
  list-style-type: none;
  flex-direction: row;
  justify-content: space-between; }

@media only screen and (min-width: 992px) {
  .menu-list {
    display: flex; } }
.notice {
  font-style: italic;
  margin: 1em; }

.notice h4 {
  font-size: 1.1em;
  font-weight: bold; }

.notice p {
  margin-bottom: 0.3em; }
