@charset "UTF-8";
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/montserrat-regular.woff2") format("woff2"), url("fonts/montserrat-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Prestige';
  src: url("fonts/prestige.woff2") format("woff2"), url("fonts/prestige.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Uglyqua';
  src: url("fonts/uglyqua.woff2") format("woff2"), url("fonts/uglyqua.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GamjaFlower';
  src: url("fonts/GamjaFlower-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

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

html, body {
  height: 100%; }

body {
  background-color: #fcf9f0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #202226;
  overflow-y: scroll; }

.fade-in-bottom {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out; }

.fade-in-bottom.visible {
  opacity: 1;
  transform: translateY(0); }

main img {
  margin-bottom: 0.9375rem; }

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

.featured-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative; }
  @media (min-width: 716px) {
    .featured-image {
      aspect-ratio: 3 / 1; } }
  .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

h1,
h2,
h3 {
  color: #000000;
  font-family: "Prestige", Courier, sans-serif;
  line-height: 1.2;
  margin: 0 0 0.9375rem 0;
  text-transform: lowercase; }
  h1 a,
  h2 a,
  h3 a {
    color: #202226;
    text-decoration: none; }

p {
  margin: 0.5rem 0 1rem 0; }

p.price {
  color: #000000 !important; }

ul.columns-2 {
  columns: 2;
  column-gap: 1.875rem; }
  ul.columns-2 li {
    break-inside: avoid; }

.lg {
  font-size: 1.5rem; }

em {
  color: #b28b75;
  font-style: normal;
  font-weight: 600; }

input, textarea, select {
  border-radius: 0 !important;
  font-family: inherit !important; }

:not(.woocommerce-page) input {
  padding: 0.5em; }

.woocommerce-breadcrumb,
.breadcrumb {
  font-size: 0.75rem !important;
  color: #767676 !important; }
  .woocommerce-breadcrumb a,
  .breadcrumb a {
    color: #767676 !important;
    text-decoration: underline !important; }

.woocommerce .woocommerce-breadcrumb,
.breadcrumb {
  margin: 0 0 1em !important;
  padding: 0 !important; }

a.button,
button[type="button"],
button[type="submit"] {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  -webkit-appearance: none !important; }
  a.button:hover,
  button[type="button"]:hover,
  button[type="submit"]:hover {
    text-decoration: underline !important; }

button {
  -webkit-appearance: none !important; }

.wc-block-components-quantity-selector:after {
  border: 1px solid #000000 !important;
  border-radius: 0 !important; }

.js-enabled .woocommerce-pagination {
  display: none; }

.embed-responsive {
  position: relative;
  padding-bottom: 100%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%; }
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    max-width: 100%;
    max-height: 100%; }

/* Lightbox container */
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  flex-direction: column; }

/* Main image */
.lightbox-image {
  max-width: 90%;
  max-height: 80%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
  border-radius: 8px; }

/* Close button */
.lightbox-close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  z-index: 10000; }

/* Navigation arrows */
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 2.5rem;
  color: white;
  cursor: pointer;
  padding: 10px;
  z-index: 10000;
  user-select: none; }

.lightbox-prev {
  left: 30px; }

.lightbox-next {
  right: 30px; }

/* Disabled arrows */
button:disabled {
  opacity: 0.3;
  cursor: not-allowed; }

/* Optional: make the close button more visible on hover */
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  color: #f0f0f0; }

.menu-toggle {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 0.9375rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 100; }
  @media (min-width: 1080px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle .screen-reader-text {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .menu-toggle .hamburger {
    position: relative;
    width: 100%;
    height: 100%; }
    .menu-toggle .hamburger .line {
      border-radius: 2px;
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #ffffff; }
      .menu-toggle .hamburger .line.line-1 {
        top: 0; }
      .menu-toggle .hamburger .line.line-2 {
        top: calc(50% - 1px); }
      .menu-toggle .hamburger .line.line-3 {
        bottom: 0; }

.toggled .menu-toggle .hamburger .line-1 {
  top: calc(50% - 1px);
  transform: rotate(45deg);
  animation: line-1 0.75s; }

.toggled .menu-toggle .hamburger .line-2 {
  display: none;
  animation: line-2 0.75s; }

.toggled .menu-toggle .hamburger .line-3 {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
  animation: line-3 0.75s; }

@keyframes line-1 {
  0% {
    top: 0;
    transform: rotate(0deg); }
  30% {
    top: calc(50% - 1px);
    transform: rotate(0deg); }
  100% {
    top: calc(50% - 1px);
    transform: rotate(45deg); } }

@keyframes line-2 {
  0% {
    display: block; }
  30% {
    display: none; }
  100% {
    display: none; } }

@keyframes line-3 {
  0% {
    bottom: 0;
    transform: rotate(0deg); }
  30% {
    bottom: calc(50% - 1px);
    transform: rotate(0deg); }
  100% {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg); } }

.site-branding {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 42px 42px;
  display: inline-block;
  height: 42px; }
  .site-branding a {
    color: #ffffff;
    text-decoration: none; }
  .site-branding p.site-description {
    color: #ffffff;
    font-family: "Prestige", Courier, sans-serif;
    font-size: 0.875rem; }

h1.site-title,
p.site-title {
  color: #ffffff;
  font-family: "Prestige", Courier, sans-serif;
  font-size: 1.5rem !important;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  text-transform: lowercase; }

.description_tab {
  right: 6px; }

ul.social-icons li {
  display: inline-block;
  margin-right: 10px !important; }
  ul.social-icons li:last-of-type {
    margin-right: 0; }

ul.social-icons .assistive-text {
  display: none; }

ul.tabs li {
  border-radius: 0 !important; }
  ul.tabs li a {
    font-family: "Prestige", Courier, sans-serif; }

@media screen and (min-width: 716px) {
  .woocommerce-tabs {
    width: 48%;
    float: right;
    clear: none !important;
    margin-bottom: 2em; }
    .woocommerce-tabs:after {
      content: "";
      clear: both;
      display: table; } }

.woocommerce-tabs h2:first-of-type {
  display: none; }

.navigation.post-navigation {
  clear: both; }

.flex-control-thumbs li {
  width: 12.5% !important; }

.related.products {
  clear: both; }

footer.site-footer {
  background-color: #202226;
  clear: both;
  padding: 2.8125rem 0; }
  footer.site-footer * {
    color: #ffffff; }
  footer.site-footer a {
    font-family: "Prestige", Courier, sans-serif;
    text-decoration: none; }
    footer.site-footer a:hover {
      text-decoration: underline; }
  footer.site-footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  footer.site-footer address {
    font-style: normal; }
  footer.site-footer .social-icons {
    margin-top: 1.875rem; }

header.site-header {
  background-color: #202226;
  left: 0;
  padding: 0.9375rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  header.site-header .container {
    position: relative; }
  header.site-header .site-branding {
    position: relative;
    top: 8px; }

.container,
main.site-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0.9375rem; }

main.site-main {
  margin: 80px auto 0;
  padding: 0.9375rem; }
  @media (min-width: 716px) {
    main.site-main {
      margin: 85px auto 0; } }
  main.site-main:after {
    content: "";
    clear: both;
    display: table; }
  main.site-main .entry-content ul {
    margin-left: 0.9375rem; }
    main.site-main .entry-content ul li {
      margin-left: 0.9375rem; }

.content-area {
  background-color: #fcf9f0; }

nav.main-navigation {
  margin-top: 0px; }
  @media screen and (min-width: 1080px) {
    nav.main-navigation {
      float: right;
      margin-top: -14px; } }
  nav.main-navigation ul.nav-menu {
    border-bottom: 1px solid #fcf9f0;
    display: none;
    left: 0;
    padding: 1.875rem 0;
    position: absolute;
    margin: 0;
    width: 100%; }
    @media screen and (min-width: 1080px) {
      nav.main-navigation ul.nav-menu {
        border-bottom: none;
        display: inline-block;
        float: right;
        padding: 0;
        position: static;
        width: auto; } }
    nav.main-navigation ul.nav-menu li {
      color: #ffffff;
      display: block;
      padding: 0;
      position: relative; }
      @media screen and (min-width: 1080px) {
        nav.main-navigation ul.nav-menu li {
          display: inline-block; } }
      nav.main-navigation ul.nav-menu li a,
      nav.main-navigation ul.nav-menu li a:hover,
      nav.main-navigation ul.nav-menu li a:active,
      nav.main-navigation ul.nav-menu li a:visited {
        background-color: #202226;
        color: #ffffff;
        display: inline-block;
        font-family: "Prestige", Courier, sans-serif;
        padding: 0.46875rem 0.9375rem;
        line-height: 1.6;
        text-decoration: none;
        text-transform: lowercase;
        white-space: nowrap; }
      nav.main-navigation ul.nav-menu li a:hover {
        text-decoration: underline; }
      nav.main-navigation ul.nav-menu li ul.sub-menu {
        background-color: #000000;
        display: none;
        margin: 0 0 0 10px;
        padding: 0; }
        @media screen and (min-width: 1080px) {
          nav.main-navigation ul.nav-menu li ul.sub-menu {
            margin: 0; } }
        nav.main-navigation ul.nav-menu li ul.sub-menu li {
          display: block;
          padding: 0; }
          nav.main-navigation ul.nav-menu li ul.sub-menu li a,
          nav.main-navigation ul.nav-menu li ul.sub-menu li a:hover,
          nav.main-navigation ul.nav-menu li ul.sub-menu li a:active,
          nav.main-navigation ul.nav-menu li ul.sub-menu li a:visited {
            color: #ffffff;
            width: 100%; }
      @media screen and (min-width: 1080px) {
        nav.main-navigation ul.nav-menu li:hover ul.sub-menu {
          display: block;
          left: 0;
          min-width: 100%;
          position: absolute;
          top: 100%;
          z-index: 99999; } }
      @media screen and (max-width: 1079px) {
        nav.main-navigation ul.nav-menu li.open ul.sub-menu {
          display: block; } }
  @media screen and (min-width: 1080px) {
    nav.main-navigation li.menu-item-has-children {
      padding-right: 20px !important; } }
  nav.main-navigation li.menu-item-has-children > a,
  nav.main-navigation li.menu-item-has-children > a:hover,
  nav.main-navigation li.menu-item-has-children > a:active,
  nav.main-navigation li.menu-item-has-children > a:visited {
    color: #ffffff;
    pointer-events: none;
    text-decoration: none; }
  nav.main-navigation li.menu-item-has-children:after {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    content: '';
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 12px;
    transform: rotate(45deg);
    width: 10px; }
  @media screen and (max-width: 1079px) {
    nav.main-navigation li.menu-item-has-children:after {
      right: 20px; }
    nav.main-navigation li.menu-item-has-children.open:after {
      top: 17px;
      transform: rotate(-135deg); } }
  @media screen and (min-width: 1080px) {
    nav.main-navigation li.menu-item-has-children:hover:after {
      top: 20px;
      transform: rotate(-135deg); } }
  nav.main-navigation.toggled ul.nav-menu {
    background-color: #202226;
    display: block;
    z-index: 10; }
  @media screen and (min-width: 1080px) {
    nav.main-navigation ul.nav-menu {
      display: inline-block; } }

.basket-link-wrapper {
  background-color: yellow;
  position: relative;
  top: 15px; }

section {
  margin: 1.875rem 0; }

footer.site-footer section {
  margin: 0.9375rem 0; }

.bg-default {
  background-color: #202226; }
  .bg-default * {
    color: #fcf9f0; }
  .bg-default a.wp-block-button__link {
    background-color: #fcf9f0 !important;
    color: #202226 !important; }

.bg-white {
  background-color: #ffffff; }

.bg-third {
  background-color: #b28b75; }

.no-padding {
  margin: 0 -15px;
  padding: 0; }

.p-sm {
  padding: 0.9375rem; }

.p-sm-y {
  padding: 0.9375rem 0; }

.p-md-y {
  padding: 1.875rem 0; }

.p-lg-y {
  padding: 2.8125rem 0; }

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

.center {
  justify-content: center; }

.full-width {
  margin: 0 calc(50% - 50vw);
  width: 100vw; }
  .full-width > div {
    margin: 0 auto;
    max-width: 1300px;
    padding-left: 25px;
    padding-right: 25px; }

.single-cafe {
  background-color: #fcf9f0; }
  .single-cafe h1 {
    margin-left: -2px; }
    .single-cafe h1 span {
      display: block;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.6;
      padding-left: 2px;
      padding-top: 0.25rem; }
  .single-cafe .featured-image .address-meta {
    padding: 0.9375rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fcf9f0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .single-cafe .featured-image .address-meta address {
      font-style: normal;
      margin: 0;
      padding: 0; }
    .single-cafe .featured-image .address-meta p {
      margin: 0;
      padding: 0; }
    .single-cafe .featured-image .address-meta a {
      color: #fcf9f0;
      text-decoration: none;
      font-family: "Prestige", Courier, sans-serif; }
      .single-cafe .featured-image .address-meta a:hover {
        text-decoration: underline; }
  .single-cafe .opening-hours-meta h3 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    margin: 0.9375rem 0 0;
    padding: 0;
    text-transform: none; }
  .single-cafe .opening-hours-meta p {
    padding: 0;
    margin: 0; }

figure + h3 {
  margin-top: 0.9375rem; }

.todays-salads ul {
  list-style-type: none;
  margin-bottom: 0.9375rem;
  margin-left: 0 !important; }
  .todays-salads ul li {
    margin-left: 0 !important; }

.meet-the-manager figure {
  float: left;
  max-width: 200px;
  width: 50%; }

ul.cafe-archive-list {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1; }
  @media (min-width: 716px) {
    ul.cafe-archive-list {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      gap: 3.8%; } }
  ul.cafe-archive-list li {
    list-style-type: none;
    break-inside: avoid; }
    ul.cafe-archive-list li a {
      color: #000000;
      text-decoration: none; }
    ul.cafe-archive-list li img {
      width: 100%;
      height: auto; }
  ul.cafe-archive-list h2 {
    font-size: 1.17em; }

.home main.site-main {
  margin-top: 18px; }

.home .featured-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative; }
  @media (min-width: 716px) {
    .home .featured-image {
      aspect-ratio: 5 / 2;
      width: 100vw;
      margin-left: calc(50% - 50vw); } }
  .home .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .home .featured-image .front-page-hero {
    padding: 0.9375rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fcf9f0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .home .featured-image .front-page-hero h2,
    .home .featured-image .front-page-hero p {
      margin: 0 15px;
      text-align: center; }
      @media (min-width: 716px) {
        .home .featured-image .front-page-hero h2,
        .home .featured-image .front-page-hero p {
          margin: 0 20%; } }
    .home .featured-image .front-page-hero h2 {
      color: #fcf9f0;
      font-size: 1.75rem;
      margin-bottom: 1.875rem; }
      @media (min-width: 1080px) {
        .home .featured-image .front-page-hero h2 {
          margin-top: 10%; } }

/*
/ Menu Page Styles
*/
.page-template-page-menu h2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.8125rem;
  position: relative; }
  .page-template-page-menu h2:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #202226; }

.page-template-page-menu ul.menu-items {
  columns: 1;
  list-style-type: none;
  gap: 4%; }
  @media (min-width: 716px) {
    .page-template-page-menu ul.menu-items {
      columns: 2; } }
  .page-template-page-menu ul.menu-items li {
    break-inside: avoid;
    margin: 0;
    padding: 0;
    position: relative; }
    .page-template-page-menu ul.menu-items li p {
      clear: both;
      margin-top: 0;
      text-transform: lowercase; }
  .page-template-page-menu ul.menu-items .menu-item-image img {
    height: auto;
    width: 33.33%; }
  .page-template-page-menu ul.menu-items .menu-item-tag,
  .page-template-page-menu ul.menu-items .basil-to-you-product {
    background-color: #202226;
    border-radius: 20px;
    color: #fcf9f0;
    font-size: 0.625rem;
    padding: 2.5px 7.5px;
    position: relative;
    bottom: 2px; }
  .page-template-page-menu ul.menu-items .basil-to-you-product {
    background-color: #b28b75;
    border-radius: 0;
    bottom: 1rem;
    display: inline-block;
    position: relative;
    text-decoration: none; }
    .page-template-page-menu ul.menu-items .basil-to-you-product:hover {
      text-decoration: underline; }

.page-template-page-menu .extras {
  border: 1px solid #202226;
  margin-top: 3rem;
  padding: 0.9375rem; }
  .page-template-page-menu .extras h2 {
    margin-top: 0; }
    .page-template-page-menu .extras h2:after {
      display: none; }
  .page-template-page-menu .extras ul.menu-items {
    columns: 0 !important; }
    @media (min-width: 716px) {
      .page-template-page-menu .extras ul.menu-items {
        columns: 1 !important; } }
    .page-template-page-menu .extras ul.menu-items li {
      display: inline-block; }
      .page-template-page-menu .extras ul.menu-items li h3, .page-template-page-menu .extras ul.menu-items li p {
        float: left;
        width: auto; }
      .page-template-page-menu .extras ul.menu-items li p {
        margin-bottom: 0;
        padding-bottom: 0; }
      .page-template-page-menu .extras ul.menu-items li .menu-price {
        float: left;
        position: static; }
        .page-template-page-menu .extras ul.menu-items li .menu-price:after {
          color: #202226;
          content: '/';
          display: inline-block;
          margin-left: 7.5px; }
      .page-template-page-menu .extras ul.menu-items li:last-child .menu-price:after {
        content: ''; }

.page-template-page-menu .cold-drinks ul.menu-items,
.page-template-page-menu .hot-drinks ul.menu-items {
  columns: 2; }
  @media (min-width: 716px) {
    .page-template-page-menu .cold-drinks ul.menu-items,
    .page-template-page-menu .hot-drinks ul.menu-items {
      columns: 3; } }

.page-template-page-menu .menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem; }
  .page-template-page-menu .menu-item-header h3 {
    margin: 0;
    padding: 0;
    flex: 1; }
  .page-template-page-menu .menu-item-header .menu-price {
    color: #b28b75;
    margin: 0;
    white-space: nowrap; }

@media print {
  @page {
    size: A4;
    margin: 0;
    padding: 10mm; }
  body {
    background-color: #ffffff;
    margin: 0;
    padding: 0; }
  header.site-header,
  footer.site-footer {
    display: none; }
  main.site-main {
    margin: 0;
    padding: 0; }
  section.menu-category {
    break-inside: avoid; }
  .todays-salads,
  .basil-to-you-product,
  nav.breadcrumb {
    display: none !important; }
  img {
    display: none; }
  h1,
  h2,
  h3,
  p {
    line-height: 1.2; }
  h1 {
    display: none; }
  h2 {
    font-size: 11pt;
    margin-top: 10mm; }
    h2:first-of-type {
      margin-top: 0; }
  h3 {
    font-size: 9pt; }
  p {
    font-size: 9pt; }
  ul {
    margin: 0;
    padding: 0; }
  .menu-item-tag {
    bottom: 0px !important;
    font-size: 6pt !important; } }

.wp-block-button__link {
  background-color: #202226 !important;
  border-radius: 0 !important;
  font-family: "Prestige", Courier, sans-serif !important;
  text-transform: lowercase !important; }
  .wp-block-button__link:hover {
    text-decoration: underline !important; }

.wp-block-buttons {
  margin: 1.875rem 0 !important; }

.wp-block-gallery {
  gap: 0 !important; }

.wp-block-columns {
  gap: 4% !important; }

.extra-category-list {
  float: none !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100% !important; }
  @media screen and (min-width: 716px) {
    .extra-category-list {
      -webkit-overflow-scrolling: auto; } }

.product-category-list {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: nowrap;
  position: relative; }
  .product-category-list li {
    white-space: nowrap; }
    .product-category-list li:after {
      content: '•';
      display: inline-block; }
    .product-category-list li:last-of-type:after {
      content: ''; }
    .product-category-list li a {
      color: #202226;
      font-family: "Prestige", Courier, sans-serif;
      font-size: 1.5rem;
      text-decoration: none;
      text-transform: lowercase; }
      @media screen and (min-width: 716px) {
        .product-category-list li a {
          font-size: 1.5rem; } }
      .product-category-list li a:active, .product-category-list li a:visited {
        color: #202226; }
      .product-category-list li a:hover {
        text-decoration: underline; }
    .product-category-list li.current-cat a {
      font-weight: 600;
      text-decoration: none; }

/* Hide scrollbar - cross-browser */
.extra-category-list::-webkit-scrollbar {
  display: none; }

.extra-category-list {
  -ms-overflow-style: none;
  /* IE/Edge */
  scrollbar-width: none;
  /* Firefox */ }

.scroll-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden; }

.scroll-container {
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE */
  flex: 1; }

.scroll-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */ }

.product-category-list {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  white-space: nowrap; }

.scroll-btn {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 0 0.5rem;
  user-select: none;
  z-index: 1;
  color: #202226; }
  @media (pointer: coarse) {
    .scroll-btn {
      display: none;
      /* Hide on touch devices */ } }
  .scroll-btn .arrow {
    border-bottom: 2px solid #202226;
    border-right: 2px solid #202226;
    content: '';
    display: inline-block;
    height: 10px;
    position: relative;
    bottom: 6px;
    transform: rotate(-45deg);
    width: 10px; }
  .scroll-btn.left .arrow {
    transform: rotate(135deg); }

.scroll-btn:disabled {
  opacity: 0.3;
  cursor: default; }

/* Hide visually, keep for screen readers */
.sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

/* Wrapper around icon and badge */
.basket-link-wrapper {
  position: relative;
  display: inline-block; }

/* Basket icon */
.basket-icon {
  width: 24px;
  height: 24px;
  display: block; }

/* Red badge */
.basket-count {
  position: absolute;
  top: -5px;
  right: -7.5px;
  background: #ffffff;
  color: #202226;
  font-size: 12px;
  line-height: 1;
  padding: 4px 2.5px;
  border-radius: 10px;
  font-weight: bold;
  height: 20px;
  min-width: 20px;
  text-align: center; }

@media screen and (max-width: 716px) {
  .woocommerce div.product div.images {
    margin-bottom: 15px !important; } }

h1.product_title {
  font-size: 1.5rem; }

.breadcrumb-current {
  display: none; }

.page-description,
.term-description {
  min-height: 85px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #fcf9f0; }

.description_tab {
  text-transform: lowercase; }

.up-sells {
  clear: both; }

.wc-block-components-notice-banner,
.wc-block-components-quantity-selector,
.wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 0 !important; }

select.orderby {
  appearance: none;
  /* Remove default styles (most browsers) */
  -webkit-appearance: none;
  /* Safari/Chrome */
  -moz-appearance: none;
  /* Firefox */
  border: none;
  width: auto;
  font-size: 0.75rem;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  top: 2px;
  background-color: #fcf9f0; }

.woocommerce-ordering {
  float: left !important;
  margin-left: 10px; }
  @media (min-width: 716px) {
    .woocommerce-ordering {
      position: relative; } }

p.woocommerce-result-count {
  display: block;
  min-width: 130px; }
  @media screen and (min-width: 716px) {
    p.woocommerce-result-count {
      display: inline-block;
      width: auto; } }

.woocommerce-breadcrumb {
  font-size: 0.75rem !important; }

.more-content-toggle {
  display: none; }

#more-link-placeholder {
  cursor: pointer;
  font-family: "Prestige", Courier, sans-serif;
  margin-top: -1rem;
  width: 120px; }
  #more-link-placeholder:hover {
    text-decoration: underline; }
  #more-link-placeholder:before {
    content: '...';
    display: inline-block; }

a.button.add_to_cart_button {
  font-family: "Prestige", Courier, sans-serif;
  padding: 10px !important;
  text-transform: lowercase; }

button[type="submit"] {
  font-family: "Prestige", Courier, sans-serif;
  text-transform: lowercase; }

p.price,
.price {
  color: #b28b75 !important;
  font-weight: 600 !important;
  font-size: 1rem !important; }

.woocommerce-result-count {
  font-size: 0.75rem !important; }

a.wc-block-components-product-name {
  font-family: "Prestige", Courier, sans-serif;
  color: #202226; }

button.wc-block-components-button {
  font-family: "Prestige", Courier, sans-serif;
  text-transform: lowercase; }

a.wc-block-cart__submit-button {
  font-family: "Prestige", Courier, sans-serif;
  color: #ffffff;
  background-color: #202226;
  padding: 20px;
  font-size: 1.375rem;
  text-transform: lowercase;
  text-decoration: none; }
  a.wc-block-cart__submit-button:hover {
    text-decoration: underline; }

a.wc-block-components-checkout-return-to-cart-button {
  font-family: "Prestige", Courier, sans-serif;
  color: #202226;
  text-decoration: none; }
  a.wc-block-components-checkout-return-to-cart-button:hover {
    text-decoration: underline; }

.woocommerce-Button {
  font-family: "Prestige", Courier, sans-serif;
  text-transform: lowercase; }

li.woocommerce-MyAccount-navigation-link a {
  font-family: "Prestige", Courier, sans-serif;
  text-transform: lowercase;
  color: #202226; }
  li.woocommerce-MyAccount-navigation-link a:hover {
    text-decoration: underline; }

a.button.wc-forward,
.woocommerce-form-login__submit {
  font-family: "Prestige", Courier, sans-serif;
  text-transform: lowercase; }

.button.wc-backward {
  font-family: "Prestige", Courier, sans-serif;
  text-transform: lowercase; }

.continue-shopping {
  margin-bottom: 1.6rem;
  float: none; }
  @media screen and (min-width: 768px) {
    .continue-shopping {
      float: left; } }
