/*	block-list-beer.scss */
/*	modules/_index.scss */
/*	_fonts.scss */
/*
	@imports from vendors ---
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=PT+Mono&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*	_animation.scss */
/*	_button.scss */
/*	_helpers.scss */
/*	_colors.scss */
/*	_typography.scss */
/*
	Group Selectors ---
--------------------------------------------- */
/*
	Size Aliases ---
--------------------------------------------- */
/*
	Mixins ---
--------------------------------------------- */
.has-foreground-background-color,
.has-foreground-tint-1-background-color,
.has-foreground-tint-2-background-color,
.has-primary-background-color,
.has-primary-shade-1-background-color,
.has-primary-shade-2-background-color,
.has-quaternary-shade-2-background-color {
  color: var(--wp--preset--color--background);
}
.has-foreground-background-color h1, .has-foreground-background-color h2, .has-foreground-background-color h3, .has-foreground-background-color h4, .has-foreground-background-color h5, .has-foreground-background-color h6,
.has-foreground-tint-1-background-color h1,
.has-foreground-tint-1-background-color h2,
.has-foreground-tint-1-background-color h3,
.has-foreground-tint-1-background-color h4,
.has-foreground-tint-1-background-color h5,
.has-foreground-tint-1-background-color h6,
.has-foreground-tint-2-background-color h1,
.has-foreground-tint-2-background-color h2,
.has-foreground-tint-2-background-color h3,
.has-foreground-tint-2-background-color h4,
.has-foreground-tint-2-background-color h5,
.has-foreground-tint-2-background-color h6,
.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3,
.has-primary-background-color h4,
.has-primary-background-color h5,
.has-primary-background-color h6,
.has-primary-shade-1-background-color h1,
.has-primary-shade-1-background-color h2,
.has-primary-shade-1-background-color h3,
.has-primary-shade-1-background-color h4,
.has-primary-shade-1-background-color h5,
.has-primary-shade-1-background-color h6,
.has-primary-shade-2-background-color h1,
.has-primary-shade-2-background-color h2,
.has-primary-shade-2-background-color h3,
.has-primary-shade-2-background-color h4,
.has-primary-shade-2-background-color h5,
.has-primary-shade-2-background-color h6,
.has-quaternary-shade-2-background-color h1,
.has-quaternary-shade-2-background-color h2,
.has-quaternary-shade-2-background-color h3,
.has-quaternary-shade-2-background-color h4,
.has-quaternary-shade-2-background-color h5,
.has-quaternary-shade-2-background-color h6 {
  color: var(--wp--preset--color--secondary);
}

/*
	@font-face for local fonts or creating families from vendors ---
--------------------------------------------- */
@font-face {
  font-family: "werker-sans";
  font-weight: normal bold;
  src: local("werker-sans"), url("../fonts/ag-werker-sans/zarwkfzo6e4kmmjzfuzfgo4boqaoqxd7t8vmbeqvq99uq3my35lkzso6tlwt1syw-webfont.woff") format("woff"), url("../fonts/ag-werker-sans/zarwkfzo6e4kmmjzfuzfgo4boqaoqxd7t8vmbeqvq99uq3my35lkzso6tlwt1syw-webfont.woff2") format("woff2");
}
/*
	Font Stacks ---
--------------------------------------------- */
/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/*	_helpers.scss */
/*
	This file is to mimic the button styles from theme.json.

	Much of the settings below should be copied from that file.

*/
/*	_helpers.scss */
/*	_button.scss */
/*	_spacing.scss */
/*	_colors.scss */
/*	_breakpoints.scss */
/*

These are required by either include-media or the base theme:
* mobile_menu  -> mobile menu
* tablet
* medium       -> sidebar dropoff
* desktop

Consider adding breakpoints to match variables introduced in theme.json at Settings > Custom > Layout.
* content
* wide
* page

*/
.ldlb-beer h4.beer-choice {
  font-family: var(--wp--preset--font-family--werker-sans);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: var(--wp--preset--font-size--big);
  line-height: var(--wp--custom--line-height--tiny);
}
.ldlb-beer ul.list-beer, .ldlb-beer ul.list-beer > li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.ldlb-beer ul.list-beer li {
  margin-bottom: 1em;
  break-inside: avoid;
}
.ldlb-beer ul.list-beer li .beer-name {
  font-weight: 700;
}
.ldlb-beer ul.list-beer li .abv {
  font-variant-numeric: oldstyle-nums;
}
.ldlb-beer ul.list-beer li .beer-image {
  float: right;
  width: 150px;
  height: 150px;
  margin-left: var(--wp--custom--spacing--inner--normal);
  margin-bottom: var(--wp--custom--spacing--inner--normal);
}
.ldlb-beer ul.list-beer li .beer-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.ldlb-beer ul.list-beer li .description {
  overflow: hidden;
  font-size: var(--wp--preset--font-size--small);
}
.ldlb-beer.description-display-toggle .description {
  height: 0;
  opacity: 0;
}
.ldlb-beer.is-style-toggle {
  display: grid;
  gap: 1em 0;
  grid-template-columns: 35% 65%;
  grid-template-rows: auto;
  grid-template-areas: "draught-toggle beer-list" "togo-toggle beer-list";
  font-size: var(--wp--preset--font-size--big);
}
@media (max-width: 782px) {
  .ldlb-beer.is-style-toggle {
    grid-template-columns: 25% 1fr;
    column-gap: 1em;
  }
}
@media (max-width: 550px) {
  .ldlb-beer.is-style-toggle {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "draught-toggle togo-toggle" "beer-list beer-list";
    gap: 1em 1em;
    height: auto;
  }
}
.ldlb-beer.is-style-toggle h4.beer-choice {
  font-size: var(--wp--preset--font-size--big);
  transform: rotate(-90deg);
  transform-origin: 0 100%;
  margin: 0;
  position: absolute;
  position: relative;
  left: calc(3.3em + 100px);
  bottom: 0;
  width: 7em;
  align-self: end;
  font-family: var(--wp--preset--font-family--werker-sans);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: var(--wp--preset--font-size--big);
  line-height: var(--wp--custom--line-height--tiny);
  color: color-mix(in srgb, var(--wp--preset--color--foreground) 40%, transparent);
  color: color-mix(in srgb, var(--wp--preset--color--foreground) 40%, var(--wp--preset--color--background));
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.ldlb-beer.is-style-toggle h4.beer-choice.active {
  color: var(--wp--preset--color--primary);
}
.ldlb-beer.is-style-toggle h4.beer-choice[data-target=draught] {
  grid-area: draught-toggle;
}
.ldlb-beer.is-style-toggle h4.beer-choice[data-target=draught] .arrow,
.ldlb-beer.is-style-toggle h4.beer-choice[data-target=draught] .can {
  left: calc(-17% + 0.5em);
}
.ldlb-beer.is-style-toggle h4.beer-choice[data-target=togo] {
  grid-area: togo-toggle;
  text-align: right;
}
.ldlb-beer.is-style-toggle h4.beer-choice[data-target=togo] .arrow,
.ldlb-beer.is-style-toggle h4.beer-choice[data-target=togo] .can {
  right: calc(-17% + 0.5em);
}
.ldlb-beer.is-style-toggle h4.beer-choice .arrow {
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: -10px;
  opacity: 0;
  z-index: -1;
  rotate: 90deg;
}
.ldlb-beer.is-style-toggle h4.beer-choice.active .arrow {
  bottom: -90px;
  opacity: 1;
  fill: var(--wp--preset--color--quaternary);
}
.ldlb-beer.is-style-toggle h4.beer-choice:not(.active):hover .arrow {
  bottom: -70px;
  opacity: 0.33;
}
.ldlb-beer.is-style-toggle h4.beer-choice .can {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: -150px;
  fill: color-mix(in srgb, var(--wp--preset--color--foreground) 40%, transparent);
  transform: rotate(90deg);
  transform-origin: 50%;
}
.ldlb-beer.is-style-toggle h4.beer-choice.active .can {
  fill: var(--wp--preset--color--primary);
}
@media (max-width: 782px) {
  .ldlb-beer.is-style-toggle h4.beer-choice {
    left: 75%;
  }
  .ldlb-beer.is-style-toggle h4.beer-choice .can {
    width: 100px;
    height: 100px;
    top: auto;
    bottom: 35px;
  }
}
@media (max-width: 550px) {
  .ldlb-beer.is-style-toggle h4.beer-choice {
    transform: rotate(0deg);
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
  }
  .ldlb-beer.is-style-toggle h4.beer-choice[data-target] {
    display: flex;
    align-items: center;
    align-items: end;
    padding-bottom: var(--wp--custom--spacing--inner--small);
    text-align: center;
    font-size: var(--wp--preset--font-size--big);
    line-height: var(--wp--custom--line-height--medium);
    min-height: 130px;
  }
  .ldlb-beer.is-style-toggle h4.beer-choice[data-target] .arrow,
  .ldlb-beer.is-style-toggle h4.beer-choice[data-target] .can {
    transform: rotate(0deg);
  }
  .ldlb-beer.is-style-toggle h4.beer-choice[data-target] .arrow {
    left: calc(50% - 60px);
    left: auto;
    bottom: -70px;
  }
  .ldlb-beer.is-style-toggle h4.beer-choice[data-target] .can {
    position: relative;
    width: 130px;
    height: 130px;
    left: 0;
    top: 0;
    position: absolute;
    top: calc(100% - 115px);
  }
  .ldlb-beer.is-style-toggle h4.beer-choice[data-target=draught] {
    text-align: right;
    justify-content: end;
    padding-right: 50px;
  }
  .ldlb-beer.is-style-toggle h4.beer-choice[data-target=draught] .can {
    left: -20px;
    right: auto;
    left: auto;
    right: -50px;
  }
  .ldlb-beer.is-style-toggle h4.beer-choice[data-target=draught] .arrow {
    right: -10px;
  }
  .ldlb-beer.is-style-toggle h4.beer-choice[data-target=togo] {
    text-align: left;
    justify-content: start;
    padding-left: 50px;
  }
  .ldlb-beer.is-style-toggle h4.beer-choice[data-target=togo] .can {
    left: auto;
    right: -20px;
    left: -50px;
    right: auto;
  }
  .ldlb-beer.is-style-toggle h4.beer-choice[data-target=togo] .arrow {
    left: -10px;
  }
}
.ldlb-beer.is-style-toggle ul.list-beer {
  columns: 2;
  visibility: hidden;
  display: block;
  opacity: 0;
  grid-area: beer-list;
}
.ldlb-beer.is-style-toggle ul.list-beer, .ldlb-beer.is-style-toggle ul.list-beer > li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.ldlb-beer.is-style-toggle ul.list-beer.active {
  visibility: visible;
  opacity: 1;
}
.ldlb-beer.is-style-toggle ul.list-beer li {
  margin-bottom: 1em;
  font-size: var(--wp--preset--font-size--medium);
}
.ldlb-beer.is-style-toggle ul.list-beer li .beer-name {
  font-weight: 700;
}
@media (max-width: 550px) {
  .ldlb-beer.is-style-toggle ul.list-beer {
    columns: 1;
    width: 80vw;
    margin-inline: auto;
  }
}
.ldlb-beer.is-style-block {
  display: grid;
  gap: 0 1em;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
.ldlb-beer.is-style-block h4.beer-choice {
  position: relative;
  order: 1;
  margin-bottom: var(--wp--custom--spacing--inner--small);
}
.ldlb-beer.is-style-block h4.beer-choice span {
  position: relative;
  z-index: 1;
}
.ldlb-beer.is-style-block h4.beer-choice .arrow {
  display: none;
}
.ldlb-beer.is-style-block h4.beer-choice .can {
  position: absolute;
  left: -40px;
  top: -75px;
  fill: var(--wp--preset--color--quaternary-tint-1);
  fill: color-mix(in srgb, var(--wp--preset--color--quaternary) 80%, transparent 20%);
  z-index: 0;
}
.ldlb-beer.is-style-block ul.list-beer {
  order: 2;
}
.ldlb-beer.is-style-block ul.list-beer:first-of-type {
  padding-right: 1em;
  border-right: 2px solid var(--wp--preset--color--quaternary-tint-1);
}
.ldlb-beer.is-style-list h4.beer-choice {
  position: relative;
  margin-bottom: var(--wp--custom--spacing--inner--small);
}
.ldlb-beer.is-style-list h4.beer-choice:has(.can) {
  margin-top: calc(var(--wp--custom--spacing--grid--normal) * 2);
}
.ldlb-beer.is-style-list h4.beer-choice .arrow {
  display: none;
}
.ldlb-beer.is-style-list h4.beer-choice .can {
  position: absolute;
  left: -40px;
  top: -75px;
  fill: var(--wp--preset--color--quaternary-tint-1);
  z-index: -1;
}
.ldlb-beer.is-style-list ul.list-beer:has(.description) .beer-name {
  font-size: var(--wp--preset--font-size--large);
}
.ldlb-beer.is-style-list ul.list-beer.columns:not(:has(.description)) {
  columns: 2;
  column-gap: 2em;
  column-fill: balance;
  column-rule: 2px solid var(--wp--preset--color--quaternary-tint-1);
  column-rule: color-mix(in srgb, var(--wp--preset--color--quaternary) 60%, transparent 40%);
}
.ldlb-beer.is-style-list ul.list-beer.columns:has(.description) {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.ldlb-beer.is-style-list ul.list-beer.columns:has(.description) > li {
  flex-basis: 50%;
  flex-basis: calc(50% - 1px);
  border-bottom: 2px solid var(--wp--preset--color--quaternary-tint-2);
  border-bottom: 2px solid color-mix(in srgb, var(--wp--preset--color--quaternary) 20%, transparent 80%);
  margin-bottom: 0;
  padding: 2em;
}
.ldlb-beer.is-style-list ul.list-beer.columns:has(.description) > li:nth-child(odd) {
  border-right: 2px solid var(--wp--preset--color--quaternary-tint-2);
  border-right: 2px solid color-mix(in srgb, var(--wp--preset--color--quaternary) 20%, transparent 80%);
  padding-left: 0;
}
.ldlb-beer.is-style-list ul.list-beer.columns:has(.description) > li:nth-child(odd):last-child, .ldlb-beer.is-style-list ul.list-beer.columns:has(.description) > li:nth-child(odd):nth-last-child(2) {
  border-bottom-width: 0;
}
.ldlb-beer.is-style-list ul.list-beer.columns:has(.description) > li:nth-child(even) {
  padding-right: 0;
}
.ldlb-beer.is-style-list ul.list-beer.columns:has(.description) > li:nth-child(even):last-child {
  border-bottom-width: 0;
}
.ldlb-beer.is-style-list ul.list-beer.columns:has(.description) .shop-link {
  flex-basis: 100%;
  text-align: center;
}
@media (max-width: 782px) {
  .ldlb-beer.is-style-list ul.list-beer.columns:has(.description) {
    flex-direction: column;
  }
  .ldlb-beer.is-style-list ul.list-beer.columns:has(.description) > li, .ldlb-beer.is-style-list ul.list-beer.columns:has(.description) > li:nth-child(odd), .ldlb-beer.is-style-list ul.list-beer.columns:has(.description) > li:nth-child(even) {
    padding: 2em 0;
    border-width: 0 0 2px 0;
  }
  .ldlb-beer.is-style-list ul.list-beer.columns:has(.description) > li:last-child, .ldlb-beer.is-style-list ul.list-beer.columns:has(.description) > li:nth-child(odd):last-child, .ldlb-beer.is-style-list ul.list-beer.columns:has(.description) > li:nth-child(even):last-child {
    border-bottom-width: 0;
  }
}
.ldlb-beer.is-style-list ul.list-beer:not(:last-child) {
  margin-bottom: var(--wp--style--block-gap);
}
.ldlb-beer div.description-toggle-wrapper {
  position: relative;
  width: 100%;
  width: 40%;
  margin-left: 60%;
}
@media (max-width: 550px) {
  .ldlb-beer div.description-toggle-wrapper {
    width: 60%;
    margin-left: 30%;
  }
}
.ldlb-beer div.description-toggle-wrapper input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 0.75em;
  width: 0.75em;
}
.ldlb-beer div.description-toggle-wrapper label {
  width: 3em;
  height: 1.5em;
  display: inline-block;
  border-radius: 0.75em;
  margin: 0.75em;
  position: relative;
  transition: all 0.3s ease-in-out;
  transform-origin: 20% center;
  cursor: pointer;
  background: transparent;
  border: 2px solid var(--wp--preset--color--quaternary);
  font-size: var(--wp--preset--font-size--small);
}
.ldlb-beer div.description-toggle-wrapper label::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.2s ease-in-out;
  width: calc(1.5em - 8px);
  height: calc(1.5em - 8px);
  top: 2px;
  left: 2px;
  border-radius: calc((1.5em - 4px) / 2);
  border: none;
  background-color: var(--wp--preset--color--quaternary);
  background-color: var(--wp--preset--color--quaternary-tint-1);
}
.ldlb-beer div.description-toggle-wrapper label span {
  position: relative;
  left: calc(3em + 2px);
  display: inline-block;
  min-width: 500%;
  padding-left: 0.33em;
  color: var(--wp--preset--color--foreground-tint-2);
}
.ldlb-beer div.description-toggle-wrapper input:checked + label {
  background-color: var(--wp--preset--color--quaternary);
}
.ldlb-beer div.description-toggle-wrapper input:checked + label::before {
  transform: translateX(1.5em);
  background-color: var(--wp--preset--color--background);
}
