@charset "UTF-8";
/*!
Theme Name: Grids and Gradients
Theme URI: http://underscores.me/
Author: Lars Trautmann
Author URI: http://grids-and-gradients.com
Description: Grids and Gradients
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grids-and-gradients
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Grids and Gradients is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

:root {
  --color-grids-and-gradients-black: #000000;
  --color-grids-and-gradients-white: #FFFFFF;
  --color-grids-and-gradients-light-gray: #EEEEEE;
  --color-grids-and-gradients-green: #28AF59;
  --color-grids-and-gradients-green-light: #c4f7d6;
  --color-grids-and-gradients-red: #ea2856;
  --color-grids-and-gradients-red-light: #ffc2d1;
  --primary-text-color: var(--color-grids-and-gradients-black);
  --primary-background-color: var(--color-grids-and-gradients-white);
}

@font-face {
  font-family: Space Grotesk;
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/space-grotesk/SpaceGrotesk-Regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: Space Grotesk;
  font-weight: bold;
  font-style: normal;
  src: url('./fonts/space-grotesk/SpaceGrotesk-Bold.woff2') format('woff2');
  font-display: swap;
}
:root {
  --fontMain: "Space Grotesk", sans-serif;
  --fontCode: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  --fontPre: "Courier 10 Pitch", courier, monospace;
  --lineHeightBody: 1.2;
  --lineHeightPre: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --font-scale: 1;
  --caption-size: clamp(0.875rem, 0.3246753247vw + 0.7191558442rem , 1.125rem);
  --p-size: clamp(0.875rem, 1.2987012987vw + 0.2516233766rem , 1.875rem);
  --button-size: clamp(1rem, 1.1363636364vw + 0.4545454545rem , 1.875rem);
  --h1-size: clamp(3rem, 1.2987012987vw + 2.3766233766rem , 4rem);
  --h2-size: clamp(2.125rem, 1.1363636364vw + 1.5795454545rem , 3rem);
  --h3-size: clamp(1.5rem, 0.974025974vw + 1.0324675325rem , 2.25rem);
  --h4-size: clamp(1.125rem, 0.1623376623vw + 1.0470779221rem , 1.25rem);
}
@media (max-width: 47.99em) {
  :root {
    --caption-size: clamp(0.8125rem, 0.2544529262vw + 0.7528625954rem , 0.875rem);
    --p-size: clamp(0.8125rem, 0.2544529262vw + 0.7528625954rem , 0.875rem);
    --button-size: clamp(1rem, 0vw + 1rem , 1rem);
    --h1-size: clamp(2rem, 4.0712468193vw + 1.0458015267rem , 3rem);
    --h2-size: clamp(1.75rem, 1.5267175573vw + 1.3921755725rem , 2.125rem);
    --h3-size: clamp(1.25rem, 1.0178117048vw + 1.0114503817rem , 1.5rem);
    --h4-size: clamp(1.125rem, 0vw + 1.125rem , 1.125rem);
  }
}

/*--------------------------------------------------------------
# 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;
  -webkit-text-decoration: underline dotted;
          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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: "Space Grotesk";
  src: url("fonts/SpaceGrotesk-Regular.woff2") format("woff2"), url("fonts/SpaceGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("fonts/SpaceGrotesk-SemiBold.woff2") format("woff2"), url("fonts/SpaceGrotesk-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("fonts/SpaceGrotesk-Bold.woff2") format("woff2"), url("fonts/SpaceGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("fonts/SpaceGrotesk-Medium.woff2") format("woff2"), url("fonts/SpaceGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("fonts/SpaceGrotesk-Light.woff2") format("woff2"), url("fonts/SpaceGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:where(body,
button,
input,
select,
optgroup,
textarea) {
  color: rgba(var(--color-text));
  font-family: var(--fontMain);
  line-height: var(--lineHeightBody);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1, .h1-style {
  font-size: 4em;
  line-height: 1.1;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

footer.site-footer {
  clear: both;
  display: block;
  padding: 3em;
  background-color: var(--color-grids-and-gradients-black);
  color: var(--color-grids-and-gradients-white);
}
footer.site-footer a {
  color: var(--color-grids-and-gradients-white);
}
footer.site-footer ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.site-footer ul li {
  display: block;
  list-style: none;
  margin: 0 1em 1em 0;
  padding: 0;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

.responsive-image {
  width: 100%;
}
.responsive-image.fill-height {
  --enable-aspect-ratio: 0;
  --fill-height: 100%;
  --max-width-from-max-height-override: 100%;
  flex: 1;
  height: var(--fill-height);
}
.responsive-image.fill-height figure {
  display: flex;
  flex-direction: column;
  height: var(--fill-height);
}
.responsive-image.fill-height figure *:not(img, figcaption, svg, .override-info, .hover-scrub-bar, .hover-scrub-icon, .lightbox-icon) {
  height: var(--fill-height);
}
.responsive-image figcaption {
  --default-text-gap: .6em;
  font-size: var(--caption-size);
  margin-block-start: var(--default-text-gap);
}
.responsive-image.inline-caption {
  color: #fff;
}
.responsive-image.inline-caption figcaption {
  margin-block-start: 0;
  position: absolute;
  bottom: 0;
  padding: calc(var(--default-text-gap) * 0.7) calc(var(--default-text-gap) * 1.4);
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.responsive-image.caption-vertical figcaption {
  text-orientation: sideways;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  padding: calc(var(--default-text-gap) * 1.4) calc(var(--default-text-gap) * 0.7);
}
.responsive-image.caption-right figcaption {
  left: auto;
  right: 0;
}

.responsive-video {
  width: 100%;
  --hover-scrub-bar-default-color: blue;
  --play-button-default-background-color: blue;
  --play-button-default-color: white;
  --enable-aspect-ratio: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.responsive-video.fill-height {
  --enable-aspect-ratio: 0;
  --fill-height: 100%;
  --max-width-from-max-height-override: 100%;
  flex: 1;
  height: var(--fill-height);
}
.responsive-video.fill-height figure {
  display: flex;
  flex-direction: column;
  height: var(--fill-height);
}
.responsive-video.fill-height figure *:not(video, figcaption, svg, .override-info, .hover-scrub-bar, .hover-scrub-icon, .lightbox-icon) {
  height: var(--fill-height);
}
.responsive-video figure {
  margin: auto;
  margin-left: unset;
  margin-right: unset;
  position: relative;
}
.responsive-video figcaption {
  --default-text-gap: .6em;
  font-size: var(--caption-size);
  margin-block-start: var(--default-text-gap);
}
.responsive-video .aspect-ratio-sizer {
  position: relative;
  background-color: #f2f2f2;
}
.responsive-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.responsive-video.inline-caption {
  color: #fff;
}
.responsive-video.inline-caption figcaption {
  margin-block-start: 0;
  position: absolute;
  bottom: 0;
  padding: calc(var(--wp--custom--text-gap, var(--default-text-gap)) * 0.7) calc(var(--wp--custom--text-gap, var(--default-text-gap)) * 1.4);
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.responsive-video.vertical-caption figcaption {
  text-orientation: sideways;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  padding: calc(var(--wp--custom--text-gap, var(--default-text-gap)) * 1.4) calc(var(--wp--custom--text-gap, var(--default-text-gap)) * 0.7);
}
.responsive-video.caption-right figcaption {
  left: auto;
  right: 0;
}
.responsive-video .hover-scrub-bar {
  display: block;
  width: 100%;
  height: 0.2em;
  background-color: var(--wp--custom-hover-scrub-bar-color, var(--hover-scrub-bar-default-color));
  transform-origin: left;
  transform: scaleX(0);
}
.responsive-video video:hover .hover-scrub-icon {
  opacity: 0;
}
.responsive-video .hover-scrub-icon {
  display: block;
  height: 2em;
  width: 2em;
  background-color: #fff;
  border-radius: 1em;
  position: absolute;
  top: 0.6em;
  right: 0.6em;
  transition: opacity 0.4s ease-out;
  box-shadow: 0 0 1em 0.3em rgba(0, 0, 0, 0.05);
}
.responsive-video .hover-scrub-icon:before, .responsive-video .hover-scrub-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23000;stroke-linecap:round;stroke-width:1.25px%7D.cls-1%7Bstroke-linejoin:round%7D.cls-2%7Bstroke-miterlimit:10%7D%3C/style%3E%3C/defs%3E%3Cpath d='M8.92 16H5.37' class='cls-2'/%3E%3Cpath d='M6.5 18.26 4.25 16l2.25-2.26' class='cls-1'/%3E%3Cpath d='M22.93 16h3.7' class='cls-2'/%3E%3Cpath d='M25.5 18.26 27.75 16l-2.25-2.26' class='cls-1'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.75;
}
.responsive-video .hover-scrub-icon:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Ebene 3' viewBox='0 0 32 32'%3E%3Cpath d='m14.499 15.819 1.78-.747 2.991 7.127-1.78.747z'/%3E%3Cpath d='M12.73 9.05v10.83l2.9-2.8.39-.1h4.64l-7.93-7.93z'/%3E%3C/svg%3E");
  animation-name: horizontal-shaking;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  --shake-distance: .1em;
}
@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(var(--shake-distance));
  }
  15% {
    transform: translateX(calc(-1 * var(--shake-distance)));
  }
  20% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.responsive-video .responsive-video-poster button,
.responsive-video .responsive-video-poster span.button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  z-index: 1;
  opacity: 1;
}
.responsive-video .responsive-video-poster button:focus-visible {
  outline: -webkit-focus-ring-color outset 2px;
}
.responsive-video .responsive-video-poster button:hover span.button, .responsive-video .responsive-video-poster button:focus-visible span.button {
  transform: translate(-50%, -50%) scale(1.2);
}
.responsive-video .responsive-video-poster span.button {
  z-index: 2;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
  background-color: var(--play-button-background-color, var(--play-button-default-background-color));
  color: var(--play-button-color, var(--play-button-default-color));
  border-radius: 4rem;
  transition: transform 200ms ease-in-out;
  box-sizing: content-box;
}
.responsive-video .responsive-video-poster .button-icon {
  transform: translateX(0.15rem);
}
.responsive-video .responsive-video-poster img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.responsive-video .responsive-video-poster video {
  opacity: 0;
}
.responsive-video.play-button-was-clicked .responsive-video-poster video {
  opacity: 1;
}
.responsive-video.play-button-was-clicked .responsive-video-poster button {
  opacity: 0;
  pointer-events: none;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--primary-text-color);
  text-decoration: underline;
}
a:visited {
  color: var(--primary-text-color);
}
a:hover, a:focus, a:active {
  color: var(--primary-text-color);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
a.button,
input[type=button],
input[type=reset],
input[type=submit],
.wc-block-components-button,
.wp-element-button {
  display: block;
  border: 0.125em solid var(--color-grids-and-gradients-black);
  white-space: nowrap;
  line-height: 3em;
  border-radius: 1.625em;
  padding: 0 1.5em;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
button:hover,
a.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.wc-block-components-button:hover,
.wp-element-button:hover {
  background-color: var(--color-grids-and-gradients-black);
  color: var(--color-grids-and-gradients-white);
}
button:active, button:focus,
a.button:active,
a.button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
.wc-block-components-button:active,
.wc-block-components-button:focus,
.wp-element-button:active,
.wp-element-button:focus {
  background-color: var(--color-grids-and-gradients-light-gray);
}
button:active:hover, button:focus:hover,
a.button:active:hover,
a.button:focus:hover,
input[type=button]:active:hover,
input[type=button]:focus:hover,
input[type=reset]:active:hover,
input[type=reset]:focus:hover,
input[type=submit]:active:hover,
input[type=submit]:focus:hover,
.wc-block-components-button:active:hover,
.wc-block-components-button:focus:hover,
.wp-element-button:active:hover,
.wp-element-button:focus:hover {
  background-color: var(--color-grids-and-gradients-black);
  color: var(--color-grids-and-gradients-white);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background-color: var(--color-grids-and-gradients-light-gray);
  padding: 1em;
  border-radius: 0;
  outline: none;
  border: 0.125em solid transparent;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: var(--color-grids-and-gradients-black);
}

select {
  background-color: var(--color-grids-and-gradients-light-gray);
  padding: 1em;
  border-radius: 1em;
  outline: none;
  border: 0.125em solid transparent;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
header.site-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 3em 10em;
}
header.site-header .header-logo {
  position: fixed;
  z-index: 100;
  left: 3em;
  top: 3em;
  display: block;
  width: 4em;
  height: 4em;
  flex-shrink: 0;
  /*&:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: $logo-size;
    height: $logo-size;
    backdrop-filter: blur(1em);
    z-index: -1;
  }*/
}
header.site-header nav.main-navigation {
  flex-grow: 2;
}
header.site-header nav.main-navigation ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
header.site-header nav.main-navigation ul li {
  display: block;
  margin: 0;
  list-style: none;
}
header.site-header nav.main-navigation ul li a {
  display: block;
  padding: 0 1em;
  white-space: nowrap;
  line-height: 4em;
}
header.site-header .cart-button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 100;
  right: 3em;
  top: 3em;
  width: 4em;
  height: 4em;
  border-radius: 1em;
  background-color: var(--color-grids-and-gradients-light-gray);
  color: var(--color-grids-and-gradients-black);
  stroke: var(--color-grids-and-gradients-black);
}
header.site-header .cart-button:hover {
  background-color: var(--color-grids-and-gradients-black);
  color: var(--color-grids-and-gradients-white);
  stroke: var(--color-grids-and-gradients-white);
}
header.site-header .cart-button svg {
  width: 2em;
  height: 2em;
}
header.site-header .cart-button .cart-item-count {
  font-size: 0.75em;
  display: block;
  position: absolute;
  top: -0.75em;
  left: 4.2em;
  background-color: var(--color-grids-and-gradients-black);
  color: var(--color-grids-and-gradients-white);
  font-weight: bold;
  text-align: center;
  padding: 0 0.75em;
  border-radius: 0.8125em;
  line-height: 1.5em;
  white-space: nowrap;
  z-index: 2;
  border: 0.125em solid var(--color-grids-and-gradients-white);
}
header.site-header .cart-button .cart-item-count.is-cart {
  display: none;
}

.woocommerce-cart header.site-header .cart-button {
  background-color: var(--color-grids-and-gradients-black);
  color: var(--color-grids-and-gradients-white);
  stroke: var(--color-grids-and-gradients-white);
}
.woocommerce-cart header.site-header .cart-button .cart-item-count {
  display: none;
}

/*
.main-navigation {
	display: block;
	width: 100%;

	ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;

		ul {
			box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
			float: left;
			position: absolute;
			top: 100%;
			left: -999em;
			z-index: 99999;

			ul {
				left: -999em;
				top: 0;
			}

			li {

				&:hover > ul,
				&.focus > ul {
					display: block;
					left: auto;
				}
			}

			a {
				width: 200px;
			}

			:hover > a,
			.focus > a {
			}

			a:hover,
			a.focus {
			}
		}

		li:hover > ul,
		li.focus > ul {
			left: auto;
		}
	}

	li {
		position: relative;

		&:hover > a,
		&.focus > a {
		}
	}

	a {
		display: block;
		text-decoration: none;
	}

	.current_page_item > a,
	.current-menu-item > a,
	.current_page_ancestor > a,
	.current-menu-ancestor > a {
	}
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.comment-navigation,
.posts-navigation,
.post-navigation {

	.site-main & {
		margin: 0 0 1.5em;
	}

	.nav-links {
		display: flex;
	}

	.nav-previous {
		flex: 1 0 50%;
	}

	.nav-next {
		text-align: end;
		flex: 1 0 50%;
	}
}
*/
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

article header.entry-header {
  padding-top: 0;
}
article header.entry-header h2 {
  margin: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Grids and Gradients
--------------------------------------------- */
.product-entries .product-entry {
  position: relative;
}
.product-entries .product-entry .product-image {
  height: 70vh;
}
.product-entries .product-entry .product-data {
  display: block;
  text-decoration: none;
  position: absolute;
  right: 3em;
  bottom: 3em;
  background-color: var(--color-grids-and-gradients-white);
  padding: 2em 4em 2em 2em;
  width: 20em;
  box-shadow: 0 0 7em rgba(0, 0, 0, 0.25);
  border-radius: 1em;
}
.product-entries .product-entry .product-data:hover {
  background-color: var(--color-grids-and-gradients-black);
  color: var(--color-grids-and-gradients-white);
}
.product-entries .product-entry .product-data:after {
  content: "→";
  font-size: 2em;
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1em;
  height: 1em;
  line-height: 1em;
  transform: translate(0, -0.5em);
  z-index: 2;
  text-align: center;
}
.product-entries .product-entry .product-data h2 {
  margin: 0;
}
.product-entries .product-entry .product-data .product-price {
  display: inline-block;
  font-size: 1.25em;
  white-space: nowrap;
  font-weight: bold;
  margin: 0.25em 0;
}
.product-entries .product-entry .product-data .add_to_cart_button {
  display: inline-block;
  font-size: 1.25em;
  text-decoration: none;
  padding: 0 1em;
  white-space: nowrap;
  line-height: 2em;
  border-radius: 1em;
  background-color: var(--color-grids-and-gradients-black);
  color: var(--color-grids-and-gradients-white);
  text-align: center;
  font-weight: bold;
  margin: 0.25em 0;
}
.product-entries .product-entry .product-data a.product-link {
  display: block;
}

.woocommerce-breadcrumb {
  padding: 0 3em;
}

.woocommerce-notices-wrapper {
  padding: 0 3em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce-notices-wrapper .woocommerce-message {
  margin: 1.5em 0;
  padding: 2em;
  border-radius: 1em;
  max-width: 40em;
}
.woocommerce-notices-wrapper .woocommerce-message a {
  margin-top: 1em;
}

.woocommerce-products-header, .entry-header {
  padding: 3em 3em 0 3em;
}
.woocommerce-products-header h1, .entry-header h1 {
  margin: 0;
}

.entry-content:not(.woocommerce-Tabs-panel) {
  padding: 0 3em;
}

.woocommerce-result-count {
  padding: 0 3em;
}

.woocommerce-ordering {
  padding: 0 3em;
}

.woocommerce-no-products-found {
  padding: 3em;
}

body .woocommerce-info, body .woocommerce-noreviews, body p.no-comments,
body .woocommerce-message, body .woocommerce-error,
body a.added_to_cart {
  display: block;
  background-color: var(--color-grids-and-gradients-light-gray);
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  margin-bottom: 0.25em;
}

.wc-block-cart__submit-container {
  margin-top: 1em;
}

a.added_to_cart {
  display: block;
  position: relative;
  margin-top: 1em;
  padding-right: 1em;
}
a.added_to_cart:after {
  display: block;
  text-decoration: none;
  content: " →";
  position: absolute;
  right: 0.5em;
  top: 0.25em;
}
a.added_to_cart:hover {
  background-color: var(--color-grids-and-gradients-black);
  color: var(--color-grids-and-gradients-white);
}

body p.stars.selected a.active::before,
body p.stars.selected a:not(.active)::before,
body p.stars:hover a::before {
  color: var(--color-grids-and-gradients-black);
}

.woocommerce-order {
  width: 100%;
  flex-shrink: 0;
}

table.woocommerce-table {
  background-color: var(--color-grids-and-gradients-light-gray);
  border-spacing: 0;
  border-collapse: separate;
}
table.woocommerce-table td, table.woocommerce-table th {
  padding: 0.75em;
  border-right: 0.125em solid var(--color-grids-and-gradients-black);
}
table.woocommerce-table td:last-child, table.woocommerce-table th:last-child {
  border-right: none;
}
table.woocommerce-table tbody tr th, table.woocommerce-table tbody tr td {
  border-bottom: 0.0625em solid var(--color-grids-and-gradients-black);
}
table.woocommerce-table thead tr:last-child th, table.woocommerce-table thead tr:last-child td {
  border-bottom: 0.125em solid var(--color-grids-and-gradients-black);
}
table.woocommerce-table tfoot tr th {
  text-align: left;
}
table.woocommerce-table tfoot tr:first-child th, table.woocommerce-table tfoot tr:first-child td {
  border-top: 0.125em solid var(--color-grids-and-gradients-black);
}

mark {
  display: inline-block;
  padding: 0.125em 0.5em;
  border-radius: 0.25em;
  background-color: var(--color-grids-and-gradients-light-gray);
}

.woocommerce-columns.woocommerce-columns--2 {
  display: flex;
}
.woocommerce-columns.woocommerce-columns--2 .woocommerce-column--1 {
  padding-right: 1.5em;
}
.woocommerce-columns.woocommerce-columns--2 .woocommerce-column--2 {
  padding-left: 1.5em;
}

table.woocommerce-shipments-table,
table.woocommerce-orders-table {
  border-spacing: 0;
  border-collapse: separate;
}
table.woocommerce-shipments-table th, table.woocommerce-shipments-table td,
table.woocommerce-orders-table th,
table.woocommerce-orders-table td {
  padding: 0.5em;
}
table.woocommerce-shipments-table th:first-child, table.woocommerce-shipments-table td:first-child,
table.woocommerce-orders-table th:first-child,
table.woocommerce-orders-table td:first-child {
  padding-left: 0;
}
table.woocommerce-shipments-table thead tr:last-child th, table.woocommerce-shipments-table thead tr:last-child td,
table.woocommerce-orders-table thead tr:last-child th,
table.woocommerce-orders-table thead tr:last-child td {
  border-bottom: 0.125em solid var(--color-grids-and-gradients-black);
}

footer a.user-panel {
  display: inline-block;
  background-color: var(--color-grids-and-gradients-white);
  color: var(--color-grids-and-gradients-black);
  border-radius: 1em;
  padding: 1em;
  text-decoration: none;
  font-weight: bold;
  margin: 1em 1em 1em 0;
}

body ul.products {
  display: block;
  padding: 3em;
}
body ul.products:after {
  content: "";
  display: block;
  clear: both;
  height: 0.0625em;
  opacity: 0;
}
body ul.products li.product .woocommerce-loop-product__link {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: var(--primary-background-color);
  padding: 2em;
  border: 0.125em solid transparent;
  border-radius: 1em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  outline: none;
}
body ul.products li.product .woocommerce-loop-product__link:hover {
  box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  z-index: 10;
  border-color: transparent;
}
body ul.products li.product .woocommerce-loop-product__link:hover:focus, body ul.products li.product .woocommerce-loop-product__link:hover:focus-visible {
  border-color: transparent;
}
body ul.products li.product .woocommerce-loop-product__link:focus, body ul.products li.product .woocommerce-loop-product__link:focus-visible {
  border-color: var(--primary-text-color);
}
body ul.products li.product .woocommerce-loop-product__link:active {
  transform: scale(1);
}
body ul.products li.product .woocommerce-loop-product__link .price {
  display: inline-block;
  font-weight: bold;
  color: var(--primary-background-color);
  background-color: var(--primary-text-color);
  padding: 0.125em 0.375em;
  border-radius: 0.25em;
  margin-bottom: 0.5em;
}
body ul.products li.product .woocommerce-loop-product__link .wc-gzd-additional-info {
  font-size: 0.8em;
  opacity: 0.9;
  margin: 0;
}

div.product {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 3em 0 0 0;
}
div.product .images {
  width: 50%;
  flex-shrink: 0;
  padding: 0 1.5em 0 3em;
}
div.product .summary {
  width: 50%;
  flex-shrink: 0;
  padding: 0 3em 0 1.5em;
  margin: 0;
}
div.product .summary h1 {
  margin-top: 0;
}
div.product .summary .price {
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  color: var(--primary-background-color);
  background-color: var(--primary-text-color);
  padding: 0.125em 0.375em;
  border-radius: 0.25em;
  margin: 0;
}
div.product .summary .woocommerce-product-details__short-description {
  font-size: 1.5em;
  line-height: 1.25;
}
div.product .summary .stock {
  display: inline-block;
  background-color: var(--color-grids-and-gradients-light-gray);
  color: var(--primary-text-color);
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
}
div.product .summary .stock.in-stock {
  background-color: var(--color-grids-and-gradients-green-light);
  color: var(--primary-text-color);
}
div.product .summary .stock.out-of-stock {
  background-color: var(--color-grids-and-gradients-red-light);
  color: var(--primary-text-color);
}
div.product .summary form.cart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
div.product .summary form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}
div.product .summary form.cart .quantity {
  margin: 1em 1em 1em 0;
}
div.product .summary form.cart .quantity input {
  width: 5em;
  font-size: 1.5em;
}
div.product .summary form.cart .single_add_to_cart_button {
  font-size: 1.5em;
}
div.product .woocommerce-tabs {
  width: 100%;
  flex-shrink: 0;
  padding: 3em;
}
div.product .woocommerce-tabs ul.tabs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
div.product .woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0 1em 0 0;
  padding: 0;
  list-style: none;
}
div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  text-decoration: none;
  padding: 0 1em;
  border-radius: 1em;
  background-color: var(--color-grids-and-gradients-light-gray);
  white-space: nowrap;
  line-height: 3em;
}
div.product .woocommerce-tabs ul.tabs li.active a {
  background-color: var(--color-grids-and-gradients-black);
  color: var(--color-grids-and-gradients-white);
}
div.product table.woocommerce-product-attributes {
  border-spacing: 0;
  border-collapse: separate;
}
div.product table.woocommerce-product-attributes th, div.product table.woocommerce-product-attributes td {
  padding: 0.5em;
}
div.product table.woocommerce-product-attributes th:first-child, div.product table.woocommerce-product-attributes td:first-child {
  padding-left: 0;
}
div.product table.woocommerce-product-attributes th p:first-child, div.product table.woocommerce-product-attributes td p:first-child {
  margin-top: 0;
}
div.product table.woocommerce-product-attributes th p:last-child, div.product table.woocommerce-product-attributes td p:last-child {
  margin-bottom: 0;
}
div.product table.woocommerce-product-attributes tbody tr th {
  text-align: right;
}
div.product table.woocommerce-product-attributes tbody tr td {
  text-align: left;
}
div.product .related.products {
  width: 100%;
  flex-shrink: 0;
  padding: 3em;
  background-color: var(--color-grids-and-gradients-light-gray);
}
div.product .related.products .products {
  padding: 0;
}
div.product .related.products .products .product .add_to_cart_button {
  margin-top: 1em;
}

.woocommerce {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-notices-wrapper {
  width: 100%;
  flex-shrink: 0;
}
.woocommerce nav.woocommerce-MyAccount-navigation {
  padding: 0 3em 3em 0;
  flex-shrink: 0;
  width: 16em;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 0 0.5em 0;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: 0.5em;
  text-decoration: none;
  font-weight: bold;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: var(--color-grids-and-gradients-light-gray);
}
.woocommerce .woocommerce-MyAccount-content {
  flex-grow: 0;
  width: calc(100% - 16em);
}
.woocommerce .u-columns {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.woocommerce .u-columns.col2-set .col-1, .woocommerce .u-columns.col2-set .col-2 {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
}
.woocommerce .u-columns.col2-set .col-1 {
  padding-right: 1.5em;
}
.woocommerce .u-columns.col2-set .col-2 {
  padding-left: 1.5em;
}
.woocommerce .u-columns.col2-set .woocommerce-form-row {
  display: block;
}
.woocommerce .u-columns.col2-set .woocommerce-form-row label {
  display: block;
  margin-bottom: 1em;
}
.woocommerce .u-columns.col2-set .woocommerce-form-row input {
  width: 100%;
}
.woocommerce .u-columns.col2-set .form-row button {
  margin-top: 1em;
}

.page-header {
  padding: 0 3em 3em 3em;
}
.page-header h1 {
  margin: 0;
}