@charset "UTF-8";
/*
Theme Name:  Svenssons Kök & Bar
Theme URI:   https://svenssonsbar.se
Author:      Henrik Pettersson
Author URI:  https://hnrkagency.se
Description: Modern WordPress starter theme
Version:     2.0.0
License:     GPL-2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: svenssonsbar
*/
:root {
  --color-primary: #7e9aa5;
  --color-secondary: #809077;
  --color-accent: #f9b042;
  --color-light: #f8f7e5;
  --color-dark: #281018;
  --color-white: #fff;
  --color-black: #1a1a1a;
  --color-primary-subtle: color-mix(in srgb, var(--color-primary) 20%, white);
  --color-secondary-subtle: color-mix(in srgb, var(--color-secondary) 20%, white);
  --color-accent-subtle: color-mix(in srgb, var(--color-accent) 20%, white);
  --color-gray-light: #e4e3d5;
  --color-gray-medium: #a8a797;
  --color-gray-dark: #4a4940;
  --link-color: #4a4940;
  --font-family-body: Lora, serif;
  --font-family-heading: Roboto, sans-serif;
  --font-weight-regular: 400;
  --font-weight-bold: 700;
  --line-height-body: 1.6;
  --line-height-heading: 1.2;
  --container-max-width: 82.5rem;
  --container-padding-inline: var(--space-sm);
  --spacer: 1rem;
  --space-xs: clamp(0.375rem, 0.5vw, 0.625rem);
  --space-sm: clamp(0.625rem, 1vw, 1.25rem);
  --space-md: clamp(1.25rem, 2vw, 2.5rem);
  --space-lg: clamp(2.5rem, 4vw, 5rem);
  --space-xl: clamp(5rem, 8vw, 7.5rem);
  --space-xxl: clamp(5rem, 8vw, 10rem);
  --radius-base: 0.375rem;
  --radius-pill: 50rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 1rem;
  --shadow-sm: 0 0.0625rem 0.1875rem rgb(0 0 0 / 0.08), 0 0.0625rem 0.125rem rgb(0 0 0 / 0.06);
  --shadow-md: 0 0.25rem 0.75rem rgb(0 0 0 / 0.1), 0 0.125rem 0.25rem rgb(0 0 0 / 0.06);
  --shadow-lg: 0 0.625rem 1.875rem rgb(0 0 0 / 0.12), 0 0.25rem 0.5rem rgb(0 0 0 / 0.08);
  --shadow-xl: 0 1.25rem 3.75rem rgb(0 0 0 / 0.16), 0 0.5rem 1rem rgb(0 0 0 / 0.08);
  --transition-base: 0.3s ease;
}

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

body {
  margin: 0;
  background-color: #f8f7e5;
  color: #281018;
  font-family: "Lora", serif;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  font-variant-numeric: lining-nums proportional-nums;
  font-synthesis: none;
  line-height: 1.6;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

strong,
b {
  font-weight: 700;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin: 0;
}

body {
  font-family: "Lora", serif;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  line-height: 1.65;
}

p {
  max-width: 65ch;
}

p,
li,
blockquote,
figcaption {
  font-size: var(--wp--preset--font-size--medium);
}

.display-1,
.has-display-1-font-size {
  font-size: var(--wp--preset--font-size--display-1);
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-wrap: balance;
}

h1,
.h1 {
  font-size: var(--wp--preset--font-size--h-1);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

h2,
.h2 {
  font-size: var(--wp--preset--font-size--h-2);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.015em;
}

h3,
.h3 {
  font-size: var(--wp--preset--font-size--h-3);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

h4,
.h4 {
  font-size: var(--wp--preset--font-size--h-4);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.005em;
}

h5,
.h5 {
  font-size: var(--wp--preset--font-size--h-5);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h6,
.h6 {
  font-size: var(--wp--preset--font-size--h-6);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.has-large-font-size,
.has-large-font-size p {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.6;
}

.caption,
small {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-gray-dark);
}

p + p {
  margin-top: var(--space-sm);
}

h1 + p, h1 + ul, h1 + ol,
h2 + p,
h2 + ul,
h2 + ol,
h3 + p,
h3 + ul,
h3 + ol,
h4 + p,
h4 + ul,
h4 + ol,
h5 + p,
h5 + ul,
h5 + ol,
h6 + p,
h6 + ul,
h6 + ol {
  margin-top: var(--space-xs);
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: var(--space-md);
}

.text-muted {
  color: var(--color-gray-dark);
}

.skip-link {
  display: block;
  margin-top: -3.125rem;
  padding: 0.75rem 1.25rem;
  background-color: #281018;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  transition: margin-top 0.2s ease;
}
.skip-link:focus {
  margin-top: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

:where(a[href],
button,
[role=button],
input,
select,
textarea,
summary,
[tabindex]:not([tabindex="-1"])):focus-visible {
  outline: 0.125rem solid #7e9aa5;
  outline-offset: 0.1875rem;
  border-radius: 0.375rem;
}

main:focus {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: var(--space-md);
}

.container-fluid {
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--space-sm);
}

.site-header {
  position: relative;
  background-color: #f8f7e5;
  margin-bottom: var(--space-lg);
}
body:has(.has-hero-top) .site-header {
  margin-bottom: 0;
}
.site-header .site-logo {
  display: block;
  height: var(--space-xl);
  width: auto;
}
.site-header .site-logo svg {
  display: block;
  height: 100%;
  width: auto;
}
.site-header .site-logo__link {
  display: block;
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-block: var(--space-md);
}
.site-header__right {
  flex: 1;
}
.site-header__info {
  display: flex;
  justify-content: flex-end;
  gap: var(--space-md);
  padding-block: var(--space-sm);
  font-size: var(--wp--preset--font-size--small);
  border-bottom: 1px solid #e4e3d5;
}
@media (width < 64rem) {
  .site-header__info {
    display: none;
  }
}
.site-header__nav-row {
  display: flex;
  justify-content: flex-end;
  padding-block: var(--space-sm);
}

.site-content {
  word-break: normal;
  overflow-wrap: anywhere;
}
.site-content [class*=wp-block-] {
  margin-block: var(--space-md);
}
.site-content .has-hero-top [class*=wp-block-]:first-child {
  margin-block-start: 0;
}

.entry-header + .entry-content {
  margin-top: var(--space-sm);
}

.content-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-lg);
}
@media (width >= 48rem) {
  .content-layout {
    grid-template-columns: 2fr 1fr;
  }
}

.content-main {
  min-width: 0;
}

.content-sidebar {
  min-width: 0;
}

.site-footer {
  background-color: #e4e3d5;
  margin-top: var(--space-lg);
  padding-block: var(--space-lg);
}
.site-footer__widgets {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
}
@media (width >= 48rem) {
  .site-footer__widgets {
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  }
}
.site-footer__copyright {
  margin-top: var(--space-md);
  padding-top: var(--space-md);
  border-top: 1px solid #a8a797;
  font-size: 0.875rem;
  color: #4a4940;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.alignwide {
  margin-inline: calc(25% - 25vw);
  max-width: 100vw;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.editor-styles-wrapper .hero-block.alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

a:not(.btn, .skip-link, .screen-reader-text) {
  color: #4a4940;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:not(.btn, .skip-link, .screen-reader-text):hover, a:not(.btn, .skip-link, .screen-reader-text):focus-visible {
  color: rgb(88.1506849315, 115.5753424658, 126.3493150685);
}

.link-animated {
  position: relative;
}
.link-animated::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.05rem;
  background-color: currentcolor;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.link-animated:hover::before, .link-animated:focus-visible::before {
  transform-origin: left;
  transform: scaleX(1);
}

.link-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.link-icon .icon {
  flex-shrink: 0;
}

.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(126, 154, 165, 0.25);
  transition: box-shadow 0.2s ease;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 50rem;
  border: 0;
  text-decoration: none;
  font: inherit;
  line-height: 1.2;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.3s ease, transform 0.06s ease;
}
.btn:focus-visible {
  outline: none;
}
.btn:active {
  transform: translateY(0.0625rem) scale(0.995);
}
@media (hover: hover) {
  .btn:hover {
    text-decoration: none;
  }
}
.btn:disabled, .btn[aria-disabled=true], .btn.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.btn.btn-primary {
  background-color: #7e9aa5;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: rgb(98.6301369863, 129.3150684932, 141.3698630137);
}
.btn.btn-secondary {
  background-color: #809077;
  color: #fff;
}
.btn.btn-secondary:hover {
  background-color: rgb(102.995951417, 116.7287449393, 95.2712550607);
}
.btn.btn-accent {
  background-color: #f9b042;
  color: #281018;
}
.btn.btn-accent:hover {
  background-color: rgb(247.4307692308, 155.3384615385, 16.5692307692);
}
.btn.btn-light {
  background-color: #f8f7e5;
  color: #281018;
}
.btn.btn-light:hover {
  background-color: rgb(242.5909090909, 240.8181818182, 208.9090909091);
}
.btn.btn-dark {
  background-color: #281018;
  color: #f8f7e5;
}
.btn.btn-dark:hover {
  background-color: rgb(76.4285714286, 30.5714285714, 45.8571428571);
}
.btn.btn-ghost {
  background: transparent;
  border: 0.0625rem solid #a8a797;
  color: #281018;
}
.btn.btn-ghost:hover {
  background: #e4e3d5;
}
.btn.btn-sm {
  padding: 0.375rem 1rem;
  font-size: 0.875rem;
}
.btn.btn-lg {
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  line-height: 0;
}
.icon svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke-width: 2;
}

.icon--sm {
  width: 1em;
  height: 1em;
}

.icon--lg {
  width: 1.5em;
  height: 1.5em;
}

.icon--xl {
  width: 1.75em;
  height: 1.75em;
}

.site-nav__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.375rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  cursor: pointer;
}
.site-nav__toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(126, 154, 165, 0.25);
  transition: box-shadow 0.2s ease;
}
.site-nav__toggle span {
  display: block;
  height: 2px;
  background-color: currentcolor;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-nav__toggle[aria-expanded=true] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-nav__toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.site-nav__toggle[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (width >= 64rem) {
  .site-nav__toggle {
    display: none;
  }
}

.site-nav-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.site-nav-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

@media (width < 64rem) {
  .site-nav {
    position: fixed;
    inset-block: 0;
    inset-inline-end: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: var(--shadow-xl);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 200;
    transform: translateX(110%);
    transition: transform 0.3s ease;
    visibility: hidden;
  }
  .site-nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }
}
.site-nav__header {
  display: none;
}
@media (width < 64rem) {
  .site-nav__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding: var(--space-sm) var(--space-md);
    border-bottom: 1px solid #e4e3d5;
  }
}
.site-nav__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--h-5);
}
.site-nav__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  cursor: pointer;
  flex-shrink: 0;
}
.site-nav__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(126, 154, 165, 0.25);
  transition: box-shadow 0.2s ease;
}
.site-nav__close span {
  position: absolute;
  display: block;
  width: 1rem;
  height: 2px;
  background-color: currentcolor;
  border-radius: 1px;
}
.site-nav__close span:nth-child(1) {
  transform: rotate(45deg);
}
.site-nav__close span:nth-child(2) {
  transform: rotate(-45deg);
}
.site-nav__close:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (width < 64rem) {
  .site-nav__body {
    flex: 1;
    overflow-y: auto;
    padding: var(--space-sm) var(--space-md);
  }
}
.site-nav__footer {
  display: none;
}
@media (width < 64rem) {
  .site-nav__footer {
    display: block;
    flex-shrink: 0;
    padding: var(--space-sm) var(--space-md);
    border-top: 1px solid #e4e3d5;
  }
}
@media (width >= 64rem) {
  .site-nav {
    display: flex;
    align-items: center;
  }
}
.site-nav__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (width >= 64rem) {
  .site-nav__menu {
    display: flex;
    gap: var(--space-md);
  }
}
.site-nav__item {
  position: relative;
}
.site-nav__link {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  background: transparent;
  border: none;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.site-nav__link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(126, 154, 165, 0.25);
  transition: box-shadow 0.2s ease;
}
.site-nav__link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (width >= 64rem) {
  .site-nav__link {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #281018;
    position: relative;
  }
  .site-nav__link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.05rem;
    background-color: currentcolor;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }
  .site-nav__link:hover::before, .site-nav__link:focus-visible::before {
    transform-origin: left;
    transform: scaleX(1);
  }
  .site-nav__link:hover {
    background-color: transparent;
    opacity: 0.75;
  }
}
.site-nav__link.is-active, .is-active > .site-nav__link {
  font-weight: 700;
}
.site-nav__link--parent::after {
  content: "";
  display: inline-block;
  margin-inline-start: 0.4em;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid currentcolor;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.site-nav__link--parent[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.site-nav__submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
@media (width < 64rem) {
  .site-nav__submenu {
    padding-inline-start: 1rem;
  }
}
@media (width >= 64rem) {
  .site-nav__submenu {
    position: absolute;
    inset-block-start: 100%;
    inset-inline-start: 0;
    min-width: 12rem;
    background-color: #fff;
    border: 1px solid #a8a797;
    border-radius: 0.375rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
}
.has-children.is-open > .site-nav__submenu {
  display: block;
}
@media (width >= 64rem) {
  .site-nav__submenu .site-nav__link--sub {
    border-radius: 0;
  }
}

@media (width >= 64rem) {
  .current-menu-item > .site-nav__link,
  .current-page-ancestor > .site-nav__link {
    font-weight: inherit;
    background-image: linear-gradient(currentcolor, currentcolor);
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
  }
}
@media (width < 64rem) {
  .current-menu-item > .site-nav__link,
  .current-page-ancestor > .site-nav__link {
    font-weight: 700;
  }
}

.breadcrumb {
  margin-block: var(--space-md);
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--wp--preset--font-size--small);
  color: #4a4940;
}
.breadcrumb a {
  position: relative;
}
.breadcrumb a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.05rem;
  background-color: currentcolor;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.breadcrumb a:hover::before, .breadcrumb a:focus-visible::before {
  transform-origin: left;
  transform: scaleX(1);
}
.breadcrumb .delimiter {
  color: #a8a797;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.breadcrumb [aria-current=page] {
  color: #281018;
}
/*# sourceMappingURL=style.min.css.map */
