@charset "UTF-8";
/*!
Theme Name: Vfelder 2.0
Theme URI: http://underscores.me/
Author: Onzeweb
Author URI: https://onzeweb.ch
Description: Template Vfelder 2.0 by Onzeweb
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: vfelder
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.

Vfelder 2.0 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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;
}

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;
}

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

/* Links
--------------------------------------------- */
a {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: inherit;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, 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 {
  border-color: #aaa #bbb #bbb;
}

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
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 {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.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;
}

/* 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;
}

/* Onzeweb
--------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body, .page {
  margin: 0;
}

.wrap {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .no-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 820px) {
  .no-desktop {
    display: none !important;
  }
}

body {
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

body:not(.page) h1, body:not(.page) h2, body:not(.page) h3, body:not(.page) h4, body:not(.page) h5, body:not(.page) h6, body:not(.page) p, body.woocommerce-account h1, body.woocommerce-account h2, body.woocommerce-account h3, body.woocommerce-account h4, body.woocommerce-account h5, body.woocommerce-account h6, body.woocommerce-account p, body.woocommerce-checkout h1, body.woocommerce-checkout h2, body.woocommerce-checkout h3, body.woocommerce-checkout h4, body.woocommerce-checkout h5, body.woocommerce-checkout h6, body.woocommerce-checkout p, .page-id-1768 h1, .page-id-1768 h2, .page-id-1768 h3, .page-id-1768 h4, .page-id-1768 h5, .page-id-1768 h6, .page-id-1768 p {
  line-height: 1.3;
}
body:not(.page) h1, body.woocommerce-account h1, body.woocommerce-checkout h1, .page-id-1768 h1 {
  font-size: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  body:not(.page) h1, body.woocommerce-account h1, body.woocommerce-checkout h1, .page-id-1768 h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 420px) {
  body:not(.page) h1, body.woocommerce-account h1, body.woocommerce-checkout h1, .page-id-1768 h1 {
    font-size: 1.5rem;
  }
}
body:not(.page) h2, body.woocommerce-account h2, body.woocommerce-checkout h2, .page-id-1768 h2 {
  font-size: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  body:not(.page) h2, body.woocommerce-account h2, body.woocommerce-checkout h2, .page-id-1768 h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 420px) {
  body:not(.page) h2, body.woocommerce-account h2, body.woocommerce-checkout h2, .page-id-1768 h2 {
    font-size: 1.5rem;
  }
}
body:not(.page) h3, body.woocommerce-account h3, body.woocommerce-checkout h3, .page-id-1768 h3 {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  body:not(.page) h3, body.woocommerce-account h3, body.woocommerce-checkout h3, .page-id-1768 h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 420px) {
  body:not(.page) h3, body.woocommerce-account h3, body.woocommerce-checkout h3, .page-id-1768 h3 {
    font-size: 1.2rem;
  }
}
body:not(.page) h4, body.woocommerce-account h4, body.woocommerce-checkout h4, .page-id-1768 h4 {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  body:not(.page) h4, body.woocommerce-account h4, body.woocommerce-checkout h4, .page-id-1768 h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 420px) {
  body:not(.page) h4, body.woocommerce-account h4, body.woocommerce-checkout h4, .page-id-1768 h4 {
    font-size: 0.9rem;
  }
}
body:not(.page) h5, body.woocommerce-account h5, body.woocommerce-checkout h5, .page-id-1768 h5 {
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  body:not(.page) h5, body.woocommerce-account h5, body.woocommerce-checkout h5, .page-id-1768 h5 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 420px) {
  body:not(.page) h5, body.woocommerce-account h5, body.woocommerce-checkout h5, .page-id-1768 h5 {
    font-size: 1rem;
  }
}
body:not(.page) h6, body.woocommerce-account h6, body.woocommerce-checkout h6, .page-id-1768 h6 {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  body:not(.page) h6, body.woocommerce-account h6, body.woocommerce-checkout h6, .page-id-1768 h6 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 420px) {
  body:not(.page) h6, body.woocommerce-account h6, body.woocommerce-checkout h6, .page-id-1768 h6 {
    font-size: 0.8rem;
  }
}
body:not(.page) #primary p, body:not(.page) #primary ul, body:not(.page) #primary ol, body.woocommerce-account #primary p, body.woocommerce-account #primary ul, body.woocommerce-account #primary ol, body.woocommerce-checkout #primary p, body.woocommerce-checkout #primary ul, body.woocommerce-checkout #primary ol, .page-id-1768 #primary p, .page-id-1768 #primary ul, .page-id-1768 #primary ol {
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  body:not(.page) #primary p, body:not(.page) #primary ul, body:not(.page) #primary ol, body.woocommerce-account #primary p, body.woocommerce-account #primary ul, body.woocommerce-account #primary ol, body.woocommerce-checkout #primary p, body.woocommerce-checkout #primary ul, body.woocommerce-checkout #primary ol, .page-id-1768 #primary p, .page-id-1768 #primary ul, .page-id-1768 #primary ol {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  body:not(.page) #primary p, body:not(.page) #primary ul, body:not(.page) #primary ol, body.woocommerce-account #primary p, body.woocommerce-account #primary ul, body.woocommerce-account #primary ol, body.woocommerce-checkout #primary p, body.woocommerce-checkout #primary ul, body.woocommerce-checkout #primary ol, .page-id-1768 #primary p, .page-id-1768 #primary ul, .page-id-1768 #primary ol {
    font-size: 0.875rem;
  }
}
body:not(.page) #primary p.has-small-font-size, body:not(.page) #primary ul.has-small-font-size, body:not(.page) #primary ol.has-small-font-size, body.woocommerce-account #primary p.has-small-font-size, body.woocommerce-account #primary ul.has-small-font-size, body.woocommerce-account #primary ol.has-small-font-size, body.woocommerce-checkout #primary p.has-small-font-size, body.woocommerce-checkout #primary ul.has-small-font-size, body.woocommerce-checkout #primary ol.has-small-font-size, .page-id-1768 #primary p.has-small-font-size, .page-id-1768 #primary ul.has-small-font-size, .page-id-1768 #primary ol.has-small-font-size {
  font-size: 1.125rem;
}
@media screen and (max-width: 820px) {
  body:not(.page) #primary p.has-small-font-size, body:not(.page) #primary ul.has-small-font-size, body:not(.page) #primary ol.has-small-font-size, body.woocommerce-account #primary p.has-small-font-size, body.woocommerce-account #primary ul.has-small-font-size, body.woocommerce-account #primary ol.has-small-font-size, body.woocommerce-checkout #primary p.has-small-font-size, body.woocommerce-checkout #primary ul.has-small-font-size, body.woocommerce-checkout #primary ol.has-small-font-size, .page-id-1768 #primary p.has-small-font-size, .page-id-1768 #primary ul.has-small-font-size, .page-id-1768 #primary ol.has-small-font-size {
    font-size: 1.0125rem;
  }
}
@media screen and (max-width: 420px) {
  body:not(.page) #primary p.has-small-font-size, body:not(.page) #primary ul.has-small-font-size, body:not(.page) #primary ol.has-small-font-size, body.woocommerce-account #primary p.has-small-font-size, body.woocommerce-account #primary ul.has-small-font-size, body.woocommerce-account #primary ol.has-small-font-size, body.woocommerce-checkout #primary p.has-small-font-size, body.woocommerce-checkout #primary ul.has-small-font-size, body.woocommerce-checkout #primary ol.has-small-font-size, .page-id-1768 #primary p.has-small-font-size, .page-id-1768 #primary ul.has-small-font-size, .page-id-1768 #primary ol.has-small-font-size {
    font-size: 0.9rem;
  }
}
body:not(.page) #primary p.has-medium-font-size, body:not(.page) #primary ul.has-medium-font-size, body:not(.page) #primary ol.has-medium-font-size, body.woocommerce-account #primary p.has-medium-font-size, body.woocommerce-account #primary ul.has-medium-font-size, body.woocommerce-account #primary ol.has-medium-font-size, body.woocommerce-checkout #primary p.has-medium-font-size, body.woocommerce-checkout #primary ul.has-medium-font-size, body.woocommerce-checkout #primary ol.has-medium-font-size, .page-id-1768 #primary p.has-medium-font-size, .page-id-1768 #primary ul.has-medium-font-size, .page-id-1768 #primary ol.has-medium-font-size {
  font-size: 1.375rem;
}
@media screen and (max-width: 820px) {
  body:not(.page) #primary p.has-medium-font-size, body:not(.page) #primary ul.has-medium-font-size, body:not(.page) #primary ol.has-medium-font-size, body.woocommerce-account #primary p.has-medium-font-size, body.woocommerce-account #primary ul.has-medium-font-size, body.woocommerce-account #primary ol.has-medium-font-size, body.woocommerce-checkout #primary p.has-medium-font-size, body.woocommerce-checkout #primary ul.has-medium-font-size, body.woocommerce-checkout #primary ol.has-medium-font-size, .page-id-1768 #primary p.has-medium-font-size, .page-id-1768 #primary ul.has-medium-font-size, .page-id-1768 #primary ol.has-medium-font-size {
    font-size: 1.2375rem;
  }
}
@media screen and (max-width: 420px) {
  body:not(.page) #primary p.has-medium-font-size, body:not(.page) #primary ul.has-medium-font-size, body:not(.page) #primary ol.has-medium-font-size, body.woocommerce-account #primary p.has-medium-font-size, body.woocommerce-account #primary ul.has-medium-font-size, body.woocommerce-account #primary ol.has-medium-font-size, body.woocommerce-checkout #primary p.has-medium-font-size, body.woocommerce-checkout #primary ul.has-medium-font-size, body.woocommerce-checkout #primary ol.has-medium-font-size, .page-id-1768 #primary p.has-medium-font-size, .page-id-1768 #primary ul.has-medium-font-size, .page-id-1768 #primary ol.has-medium-font-size {
    font-size: 1.1rem;
  }
}
body:not(.page) #primary p.has-large-font-size, body:not(.page) #primary ul.has-large-font-size, body:not(.page) #primary ol.has-large-font-size, body.woocommerce-account #primary p.has-large-font-size, body.woocommerce-account #primary ul.has-large-font-size, body.woocommerce-account #primary ol.has-large-font-size, body.woocommerce-checkout #primary p.has-large-font-size, body.woocommerce-checkout #primary ul.has-large-font-size, body.woocommerce-checkout #primary ol.has-large-font-size, .page-id-1768 #primary p.has-large-font-size, .page-id-1768 #primary ul.has-large-font-size, .page-id-1768 #primary ol.has-large-font-size {
  font-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  body:not(.page) #primary p.has-large-font-size, body:not(.page) #primary ul.has-large-font-size, body:not(.page) #primary ol.has-large-font-size, body.woocommerce-account #primary p.has-large-font-size, body.woocommerce-account #primary ul.has-large-font-size, body.woocommerce-account #primary ol.has-large-font-size, body.woocommerce-checkout #primary p.has-large-font-size, body.woocommerce-checkout #primary ul.has-large-font-size, body.woocommerce-checkout #primary ol.has-large-font-size, .page-id-1768 #primary p.has-large-font-size, .page-id-1768 #primary ul.has-large-font-size, .page-id-1768 #primary ol.has-large-font-size {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 420px) {
  body:not(.page) #primary p.has-large-font-size, body:not(.page) #primary ul.has-large-font-size, body:not(.page) #primary ol.has-large-font-size, body.woocommerce-account #primary p.has-large-font-size, body.woocommerce-account #primary ul.has-large-font-size, body.woocommerce-account #primary ol.has-large-font-size, body.woocommerce-checkout #primary p.has-large-font-size, body.woocommerce-checkout #primary ul.has-large-font-size, body.woocommerce-checkout #primary ol.has-large-font-size, .page-id-1768 #primary p.has-large-font-size, .page-id-1768 #primary ul.has-large-font-size, .page-id-1768 #primary ol.has-large-font-size {
    font-size: 1.2rem;
  }
}
body:not(.page) #primary p.has-x-large-font-size, body:not(.page) #primary ul.has-x-large-font-size, body:not(.page) #primary ol.has-x-large-font-size, body.woocommerce-account #primary p.has-x-large-font-size, body.woocommerce-account #primary ul.has-x-large-font-size, body.woocommerce-account #primary ol.has-x-large-font-size, body.woocommerce-checkout #primary p.has-x-large-font-size, body.woocommerce-checkout #primary ul.has-x-large-font-size, body.woocommerce-checkout #primary ol.has-x-large-font-size, .page-id-1768 #primary p.has-x-large-font-size, .page-id-1768 #primary ul.has-x-large-font-size, .page-id-1768 #primary ol.has-x-large-font-size {
  font-size: 1.625rem;
}
@media screen and (max-width: 820px) {
  body:not(.page) #primary p.has-x-large-font-size, body:not(.page) #primary ul.has-x-large-font-size, body:not(.page) #primary ol.has-x-large-font-size, body.woocommerce-account #primary p.has-x-large-font-size, body.woocommerce-account #primary ul.has-x-large-font-size, body.woocommerce-account #primary ol.has-x-large-font-size, body.woocommerce-checkout #primary p.has-x-large-font-size, body.woocommerce-checkout #primary ul.has-x-large-font-size, body.woocommerce-checkout #primary ol.has-x-large-font-size, .page-id-1768 #primary p.has-x-large-font-size, .page-id-1768 #primary ul.has-x-large-font-size, .page-id-1768 #primary ol.has-x-large-font-size {
    font-size: 1.4625rem;
  }
}
@media screen and (max-width: 420px) {
  body:not(.page) #primary p.has-x-large-font-size, body:not(.page) #primary ul.has-x-large-font-size, body:not(.page) #primary ol.has-x-large-font-size, body.woocommerce-account #primary p.has-x-large-font-size, body.woocommerce-account #primary ul.has-x-large-font-size, body.woocommerce-account #primary ol.has-x-large-font-size, body.woocommerce-checkout #primary p.has-x-large-font-size, body.woocommerce-checkout #primary ul.has-x-large-font-size, body.woocommerce-checkout #primary ol.has-x-large-font-size, .page-id-1768 #primary p.has-x-large-font-size, .page-id-1768 #primary ul.has-x-large-font-size, .page-id-1768 #primary ol.has-x-large-font-size {
    font-size: 1.3rem;
  }
}
body:not(.page) #primary p strong, body:not(.page) #primary p b, body:not(.page) #primary ul strong, body:not(.page) #primary ul b, body:not(.page) #primary ol strong, body:not(.page) #primary ol b, body.woocommerce-account #primary p strong, body.woocommerce-account #primary p b, body.woocommerce-account #primary ul strong, body.woocommerce-account #primary ul b, body.woocommerce-account #primary ol strong, body.woocommerce-account #primary ol b, body.woocommerce-checkout #primary p strong, body.woocommerce-checkout #primary p b, body.woocommerce-checkout #primary ul strong, body.woocommerce-checkout #primary ul b, body.woocommerce-checkout #primary ol strong, body.woocommerce-checkout #primary ol b, .page-id-1768 #primary p strong, .page-id-1768 #primary p b, .page-id-1768 #primary ul strong, .page-id-1768 #primary ul b, .page-id-1768 #primary ol strong, .page-id-1768 #primary ol b {
  font-weight: 600;
}
body:not(.page) #primary ul, body.woocommerce-account #primary ul, body.woocommerce-checkout #primary ul, .page-id-1768 #primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body:not(.page) #primary ul li li, body.woocommerce-account #primary ul li li, body.woocommerce-checkout #primary ul li li, .page-id-1768 #primary ul li li {
  padding-left: 1rem;
}
body:not(.page) #primary ol, body.woocommerce-account #primary ol, body.woocommerce-checkout #primary ol, .page-id-1768 #primary ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
body:not(.page) #primary ol li li, body.woocommerce-account #primary ol li li, body.woocommerce-checkout #primary ol li li, .page-id-1768 #primary ol li li {
  padding-left: 1rem;
}
body:not(.page) button, body:not(.page) [type=button], body:not(.page) [type=reset], body:not(.page) [type=submit], body.woocommerce-account button, body.woocommerce-account [type=button], body.woocommerce-account [type=reset], body.woocommerce-account [type=submit], body.woocommerce-checkout button, body.woocommerce-checkout [type=button], body.woocommerce-checkout [type=reset], body.woocommerce-checkout [type=submit], .page-id-1768 button, .page-id-1768 [type=button], .page-id-1768 [type=reset], .page-id-1768 [type=submit] {
  -webkit-appearance: none;
  appearance: none;
}

.has-white-color {
  color: white;
}

.has-white-background-color {
  background-color: white;
}

.has-light-grey-color {
  color: #F2F2F2;
}

.has-light-grey-background-color {
  background-color: #F2F2F2;
}

.has-black-color {
  color: black;
}

.has-black-background-color {
  background-color: black;
}

.has-red-color {
  color: #c73838;
}

.has-red-background-color {
  background-color: #c73838;
}

.has-light-pink-color {
  color: #FFF2ED;
}

.has-light-pink-background-color {
  background-color: #FFF2ED;
}

.has-dark-blue-color {
  color: #0C1526;
}

.has-dark-blue-background-color {
  background-color: #0C1526;
}

#masthead {
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
#masthead:hover, #masthead.scrolled {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#masthead.scrolled .site-branding {
  padding: 0;
}
#masthead.scrolled .site-branding .custom-logo-link img {
  display: none;
}
#masthead.scrolled .site-branding .logo-vfelder {
  display: block;
  opacity: 1;
}
#masthead .site-branding {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all 0.3s ease-in-out;
  background-color: white;
}
@media screen and (max-width: 820px) {
  #masthead .site-branding {
    position: absolute;
    left: 0;
    top: 0;
  }
}
#masthead .site-branding .custom-logo-link {
  display: block;
  max-width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  #masthead .site-branding .custom-logo-link {
    max-width: 120px;
    margin: 0 0 0 2rem;
  }
}
#masthead .site-branding .custom-logo-link img {
  transition: all 0.3s ease-in-out;
  display: block;
}
#masthead .site-branding .logo-vfelder {
  display: none;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  left: 2rem;
  top: 1rem;
}
#masthead .site-branding .logo-vfelder svg {
  height: 20px;
}
#masthead #woocommerce-menu {
  position: absolute;
  right: 2rem;
  top: 1rem;
  gap: 0.5rem;
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media screen and (max-width: 820px) {
  #masthead #woocommerce-menu {
    right: 50px;
  }
}
#masthead #woocommerce-menu li a svg {
  display: block;
}
#masthead #woocommerce-menu li a svg path {
  fill: #0C1526;
  transition: all 0.3s ease-in-out;
}
#masthead #woocommerce-menu li:hover a svg path {
  fill: #c73838;
}
#masthead #site-navigation {
  transition: all 0.3s ease-in-out;
  background-color: white;
}
@media screen and (max-width: 820px) {
  #masthead #site-navigation.toggled #zone-menu {
    left: 0;
  }
  #masthead #site-navigation #zone-menu {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: white;
    padding: 2rem 0;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
  }
  #masthead #site-navigation #zone-menu #primary-menu-mobile li a {
    color: black;
    font-size: 1.2rem;
    text-align: center;
    padding: 1rem 0;
  }
  #masthead #site-navigation #zone-menu #primary-menu-mobile li > a > img {
    display: none;
  }
  #masthead #site-navigation #zone-menu #primary-menu-mobile li.menu-item-has-children {
    background-color: #f7f7f7;
    position: relative;
  }
  #masthead #site-navigation #zone-menu #primary-menu-mobile li.menu-item-has-children span {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    display: block;
    width: 1rem;
    height: 1rem;
    transition: all 0.3s ease-in-out;
    background-image: url(./sass/res/plus-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #masthead #site-navigation #zone-menu #primary-menu-mobile li.menu-item-has-children span.open {
    transform: rotate(135deg);
  }
  #masthead #site-navigation #zone-menu #primary-menu-mobile li .sub-menu {
    background-color: #F2F2F2;
    overflow: hidden;
    height: 0;
    padding: 0;
    transition: padding 0.3 ease-in-out;
  }
  #masthead #site-navigation #zone-menu #primary-menu-mobile li .sub-menu.open {
    padding: 1rem 0;
  }
  #masthead #site-navigation #zone-menu #primary-menu-mobile li .sub-menu li a img {
    display: none;
  }
}
@media screen and (min-width: 819px) {
  #masthead #site-navigation #zone-menu {
    display: none;
  }
}
#masthead #primary-menu {
  display: none;
}
@media screen and (min-width: 819px) {
  #masthead #primary-menu {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 2rem;
  }
  #masthead #primary-menu li a {
    color: black;
    padding: 1rem;
    position: relative;
    z-index: 1;
  }
  #masthead #primary-menu li a::before {
    content: "";
    position: absolute;
    bottom: 0.75rem;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #0C1526;
    z-index: -1;
    transition: all 0.3s ease-in-out 0.2s;
  }
  #masthead #primary-menu li .sub-menu a::before {
    display: none;
  }
  #masthead #primary-menu li.volet > *:last-child {
    transition: all 0.3s ease-in-out;
    background-color: white;
    position: absolute;
    left: 0;
    top: -500px;
    width: 100%;
    z-index: -1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    padding: 3rem 10%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  #masthead #primary-menu li.volet > *:last-child .sub-menu-title {
    flex: 1;
  }
  #masthead #primary-menu li.volet > *:last-child .sub-menu-title > *:first-child {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    opacity: 0.5;
    font-weight: 600;
    text-transform: uppercase;
    pointer-events: none;
    margin-bottom: 1rem;
    padding: 0;
  }
  #masthead #primary-menu li.volet > *:last-child .sub-menu-title .sub-menu {
    height: 100%;
  }
  #masthead #primary-menu li.volet > *:last-child .sub-menu-title .sub-menu li:not(.image) {
    max-width: 240px;
  }
  #masthead #primary-menu li.volet > *:last-child .sub-menu-title .sub-menu li:not(.image):hover a {
    color: #c73838;
  }
  #masthead #primary-menu li.volet > *:last-child .sub-menu-title .sub-menu li a {
    transition: all 0.3s ease-in-out;
    padding: 0;
  }
  #masthead #primary-menu li.volet > *:last-child .sub-menu-title .sub-menu li img {
    display: none;
  }
  #masthead #primary-menu li.volet > *:last-child .sub-menu-title .sub-menu li.image {
    width: 100%;
    height: 180px;
    max-height: 200px;
  }
  #masthead #primary-menu li.volet > *:last-child .sub-menu-title .sub-menu li.image:hover a {
    color: white;
  }
  #masthead #primary-menu li.volet > *:last-child .sub-menu-title .sub-menu li.image:hover img {
    filter: brightness(0.75);
    transform: translate(-50%, -50%) scale(1.02);
  }
  #masthead #primary-menu li.volet > *:last-child .sub-menu-title .sub-menu li.image:hover div {
    border: 2px solid white;
    background-color: transparent;
    color: white;
  }
  #masthead #primary-menu li.volet > *:last-child .sub-menu-title .sub-menu li.image a {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #masthead #primary-menu li.volet > *:last-child .sub-menu-title .sub-menu li.image a div {
    position: relative;
    text-align: center;
    padding: 0.5rem 1rem;
    border: 2px solid transparent;
    background-color: rgba(255, 255, 255, 0.8666666667);
    transition: all 0.3s ease-in-out;
    color: rgba(0, 0, 0, 0.8666666667);
  }
  #masthead #primary-menu li.volet > *:last-child .sub-menu-title .sub-menu li.image a img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    object-fit: cover;
    transition: all 1s ease-in-out;
  }
  #masthead #primary-menu li:hover.volet > *:last-child {
    top: 100%;
    transition: all 0.3s ease-in-out 0.2s;
  }
  #masthead #primary-menu li:hover a::before {
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
  #masthead #primary-menu li.current-menu-item a::before, #masthead #primary-menu li.current-menu-ancestor a::before {
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
}
#masthead #socials-menu {
  display: none;
}
@media screen and (max-width: 820px) {
  #masthead #socials-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    gap: 1rem;
  }
}
#masthead #socials-menu li a {
  display: block;
}
#masthead #socials-menu li a svg {
  display: block;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
#masthead #socials-menu li:hover a svg {
  opacity: 0.7;
}

body.home #masthead {
  background-color: transparent;
}
body.home #masthead.menu-open .site-branding, body.home #masthead:hover .site-branding, body.home #masthead.scrolled .site-branding {
  background-color: white;
}
@media screen and (max-width: 820px) {
  body.home #masthead.menu-open .site-branding, body.home #masthead:hover .site-branding, body.home #masthead.scrolled .site-branding {
    background-color: transparent;
  }
}
body.home #masthead.menu-open .site-branding .custom-logo-link img, body.home #masthead:hover .site-branding .custom-logo-link img, body.home #masthead.scrolled .site-branding .custom-logo-link img {
  filter: invert(0);
}
body.home #masthead.menu-open #site-navigation, body.home #masthead:hover #site-navigation, body.home #masthead.scrolled #site-navigation {
  background-color: white;
}
body.home #masthead.menu-open #woocommerce-menu li a svg path, body.home #masthead:hover #woocommerce-menu li a svg path, body.home #masthead.scrolled #woocommerce-menu li a svg path {
  fill: #0C1526;
}
body.home #masthead.menu-open #primary-menu li a, body.home #masthead:hover #primary-menu li a, body.home #masthead.scrolled #primary-menu li a {
  color: black;
}
body.home #masthead .site-branding {
  background-color: transparent;
}
body.home #masthead .site-branding .custom-logo-link img {
  filter: invert(1);
}
body.home #masthead #woocommerce-menu li a svg path {
  fill: white;
}
body.home #masthead #site-navigation {
  background-color: transparent;
}
@media screen and (max-width: 820px) {
  body.home #masthead #site-navigation.toggled #zone-menu {
    left: 0;
  }
}
body.home #masthead #primary-menu li a {
  color: white;
}

/*--- debut burger menu ---*/
#burger-menu {
  position: relative;
  z-index: 1111;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  padding: 0;
  margin-left: auto;
  display: none;
  /*--- enlever tour bleu en focus (non recommandé !) ---*/
}
@media screen and (max-width: 820px) {
  #burger-menu {
    display: block;
  }
}
#burger-menu.active span {
  background-color: black;
}
#burger-menu span {
  display: block;
  position: absolute;
  right: calc(50% - 13px);
  width: 26px;
  height: 2px;
  background-color: black;
  border-radius: 1px;
  transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, transform 0.2s 0.2s, background 0.2s 0.2s;
}
#burger-menu span:nth-child(1) {
  top: 30%;
}
#burger-menu span:nth-child(2) {
  top: calc(50% - 1px);
}
#burger-menu span:nth-child(3) {
  bottom: 30%;
}
#burger-menu.active span {
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s 0.4s, background 0.2s 0.2s;
}
#burger-menu.active span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
#burger-menu.active span:nth-child(2) {
  opacity: 0;
}
#burger-menu.active span:nth-child(3) {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}
#burger-menu:focus {
  outline: none;
}

body.home #masthead #burger-menu span {
  background-color: white;
}
body.home #masthead #burger-menu.active span {
  background-color: black;
}
body.home #masthead.menu-open #burger-menu span, body.home #masthead.scrolled #burger-menu span, body.home #masthead:hover #burger-menu span {
  background-color: black;
}

/*--- fin burger menu ---*/
body.home #primary {
  margin-top: 0;
  min-height: 80vh;
}

#primary {
  margin-top: 120px;
  min-height: calc(80vh - 120px);
}
#primary header.entry-header {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
#primary .entry-content {
  margin-top: 0;
}
#primary .wp-block-gallery {
  margin: 3rem 0;
  justify-content: center;
  align-items: center;
}
#primary .wp-block-gallery figure {
  padding: 1rem;
  margin-bottom: 0 !important;
  max-width: 300px;
}
#primary .wp-block-gallery figure img {
  max-height: 150px;
  object-fit: contain;
}

.modal-panier {
  position: fixed;
  right: 0;
  top: 50%;
  display: block;
  width: 400px;
  height: 400px;
  background-color: lightcoral;
  overflow: auto;
}

.wapf .wapf-field-label {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.wapf .wapf-field-input input[type=text],
.wapf .wapf-field-input input[type=email],
.wapf .wapf-field-input input[type=url],
.wapf .wapf-field-input input[type=password],
.wapf .wapf-field-input input[type=search],
.wapf .wapf-field-input input[type=number],
.wapf .wapf-field-input input[type=tel],
.wapf .wapf-field-input input[type=range],
.wapf .wapf-field-input input[type=date],
.wapf .wapf-field-input input[type=month],
.wapf .wapf-field-input input[type=week],
.wapf .wapf-field-input input[type=time],
.wapf .wapf-field-input input[type=datetime],
.wapf .wapf-field-input input[type=datetime-local],
.wapf .wapf-field-input input[type=color],
.wapf .wapf-field-input textarea {
  color: black;
  border: 2px solid black;
  border-radius: 0;
  appearance: none;
  padding: 0.5rem 0.8rem;
  margin: 1rem 0 0.2rem;
  width: 100%;
}
.wapf .wapf-field-input input[type=text]::placeholder,
.wapf .wapf-field-input input[type=email]::placeholder,
.wapf .wapf-field-input input[type=url]::placeholder,
.wapf .wapf-field-input input[type=password]::placeholder,
.wapf .wapf-field-input input[type=search]::placeholder,
.wapf .wapf-field-input input[type=number]::placeholder,
.wapf .wapf-field-input input[type=tel]::placeholder,
.wapf .wapf-field-input input[type=range]::placeholder,
.wapf .wapf-field-input input[type=date]::placeholder,
.wapf .wapf-field-input input[type=month]::placeholder,
.wapf .wapf-field-input input[type=week]::placeholder,
.wapf .wapf-field-input input[type=time]::placeholder,
.wapf .wapf-field-input input[type=datetime]::placeholder,
.wapf .wapf-field-input input[type=datetime-local]::placeholder,
.wapf .wapf-field-input input[type=color]::placeholder,
.wapf .wapf-field-input textarea::placeholder {
  color: rgba(108, 108, 108, 0.3764705882);
}

.wpcf7-form p, .checkout p {
  margin: 0;
  margin-bottom: 1rem;
}
.wpcf7-form .imperatif, .checkout .imperatif {
  color: #c73838;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=password],
.wpcf7-form input[type=search],
.wpcf7-form input[type=number],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=range],
.wpcf7-form input[type=date],
.wpcf7-form input[type=month],
.wpcf7-form input[type=week],
.wpcf7-form input[type=time],
.wpcf7-form input[type=datetime],
.wpcf7-form input[type=datetime-local],
.wpcf7-form input[type=color],
.wpcf7-form textarea, .checkout input[type=text],
.checkout input[type=email],
.checkout input[type=url],
.checkout input[type=password],
.checkout input[type=search],
.checkout input[type=number],
.checkout input[type=tel],
.checkout input[type=range],
.checkout input[type=date],
.checkout input[type=month],
.checkout input[type=week],
.checkout input[type=time],
.checkout input[type=datetime],
.checkout input[type=datetime-local],
.checkout input[type=color],
.checkout textarea {
  color: black;
  border: 2px solid black;
  border-radius: 0;
  appearance: none;
  padding: 0.5rem 0.8rem;
  margin: 1rem 0 0.2rem;
  width: 100%;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=url]::placeholder,
.wpcf7-form input[type=password]::placeholder,
.wpcf7-form input[type=search]::placeholder,
.wpcf7-form input[type=number]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form input[type=range]::placeholder,
.wpcf7-form input[type=date]::placeholder,
.wpcf7-form input[type=month]::placeholder,
.wpcf7-form input[type=week]::placeholder,
.wpcf7-form input[type=time]::placeholder,
.wpcf7-form input[type=datetime]::placeholder,
.wpcf7-form input[type=datetime-local]::placeholder,
.wpcf7-form input[type=color]::placeholder,
.wpcf7-form textarea::placeholder, .checkout input[type=text]::placeholder,
.checkout input[type=email]::placeholder,
.checkout input[type=url]::placeholder,
.checkout input[type=password]::placeholder,
.checkout input[type=search]::placeholder,
.checkout input[type=number]::placeholder,
.checkout input[type=tel]::placeholder,
.checkout input[type=range]::placeholder,
.checkout input[type=date]::placeholder,
.checkout input[type=month]::placeholder,
.checkout input[type=week]::placeholder,
.checkout input[type=time]::placeholder,
.checkout input[type=datetime]::placeholder,
.checkout input[type=datetime-local]::placeholder,
.checkout input[type=color]::placeholder,
.checkout textarea::placeholder {
  color: rgba(108, 108, 108, 0.3764705882);
}
.wpcf7-form .form-double p, .checkout .form-double p {
  display: flex;
}
.wpcf7-form .form-double p span:first-of-type, .checkout .form-double p span:first-of-type {
  padding-right: 1rem;
}
.wpcf7-form span.wpcf7-not-valid-tip, .checkout span.wpcf7-not-valid-tip {
  color: #c73838;
  font-size: 0.7rem;
}
.wpcf7-form select, .checkout select {
  appearance: none;
  border: 2px solid black;
  border-radius: 0;
  padding: 0.5rem 3rem 0.5rem 0.8rem;
  margin: 1rem 0 0.5rem;
  background-image: url(./sass/res/arrow-down.svg);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: auto;
}
.wpcf7-form .wpcf7-radio, .wpcf7-form .wpcf7-checkbox, .checkout .wpcf7-radio, .checkout .wpcf7-checkbox {
  margin: 1rem 0 0.5rem;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item.first, .wpcf7-form .wpcf7-checkbox .wpcf7-list-item.first, .checkout .wpcf7-radio .wpcf7-list-item.first, .checkout .wpcf7-checkbox .wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-form input[type=file], .checkout input[type=file] {
  width: 100%;
}
.wpcf7-form input[type=file]::-webkit-file-upload-button, .checkout input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
  width: 1px;
}
.wpcf7-form input[type=file]::before, .checkout input[type=file]::before {
  content: "Selectionnez un document";
  display: inline-block;
  background: #0C1526;
  border: 2px solid black;
  border-radius: 0;
  padding: 0.5rem 0.8rem;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: white;
}
.wpcf7-form input[type=file]:hover::before, .checkout input[type=file]:hover::before {
  background: #182a4d;
}
.wpcf7-form input[type=file]:active::before, .checkout input[type=file]:active::before {
  background: #c73838;
}
.wpcf7-form button,
.wpcf7-form input[type=button],
.wpcf7-form input[type=reset],
.wpcf7-form input[type=submit], .checkout button,
.checkout input[type=button],
.checkout input[type=reset],
.checkout input[type=submit] {
  display: block;
  text-transform: uppercase;
  border: 2px solid #0C1526;
  border-radius: 0;
  background: #0C1526;
  color: white;
  line-height: 1;
  padding: 1rem 1.5rem;
  appearance: none;
  transition: all 0.3s ease-in-out;
  margin: 2rem auto;
}
.wpcf7-form button:hover,
.wpcf7-form input[type=button]:hover,
.wpcf7-form input[type=reset]:hover,
.wpcf7-form input[type=submit]:hover, .checkout button:hover,
.checkout input[type=button]:hover,
.checkout input[type=reset]:hover,
.checkout input[type=submit]:hover {
  cursor: pointer;
  background: transparent;
  color: #0C1526;
}
.wpcf7-form .select2-selection--single, .checkout .select2-selection--single {
  border: 2px solid black;
  border-radius: 0;
  padding: 0.5rem 3rem 0.5rem 0.8rem;
  height: auto;
  margin: 1rem 0 0.5rem;
}
.wpcf7-form .select2-selection--single .select2-selection__rendered, .checkout .select2-selection--single .select2-selection__rendered {
  color: black !important;
  line-height: 1.5 !important;
  font-size: 1rem !important;
  padding: 0 !important;
}
.wpcf7-form .select2-selection__arrow, .checkout .select2-selection__arrow {
  height: 100% !important;
  top: 0.3rem !important;
  right: 1rem !important;
  background-image: url(./sass/res/arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.wpcf7-form .select2-selection__arrow b, .checkout .select2-selection__arrow b {
  border: none !important;
}

.newsletter-zone {
  padding: 3rem 0;
  text-align: center;
}
.newsletter-zone .news-fields {
  display: flex;
  align-items: center;
  margin-top: 3rem;
  justify-content: center;
}
.newsletter-zone .mc4wp-form input {
  display: inline-block;
}
.newsletter-zone .mc4wp-form input[type=email] {
  color: black;
  border: 2px solid black;
  border-radius: 0;
  appearance: none;
  padding: 0.5rem 0.8rem;
  margin: 0;
  min-width: 300px;
}
.newsletter-zone .mc4wp-form input[type=email]::placeholder {
  color: rgba(108, 108, 108, 0.3764705882);
}
.newsletter-zone .mc4wp-form input[type=submit] {
  background-image: url(./sass/res/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: transparent;
  border: 2px solid black;
  border-radius: 0;
  width: 44px;
  height: 44px;
  margin-left: -2px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.newsletter-zone .mc4wp-form input[type=submit]:hover {
  background-image: url(./sass/res/arrow-w.svg);
  background-color: black;
}

#colophon {
  background-color: #FFF2ED;
  padding-top: 3rem;
  padding-bottom: 1rem;
  clear: both;
}
#colophon .site-info {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
@keyframes jiggle {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(0.2rem);
  }
  75% {
    transform: translateY(-0.2rem);
  }
  100% {
    transform: translateY(0);
  }
}
#colophon #ftr-logo {
  display: block;
  width: 30px;
  margin: 0 auto 2rem;
}
#colophon #ftr-logo:hover {
  animation-name: jiggle;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-delay: 5s;
  animation-iteration-count: infinite;
}
#colophon #ftr-logo svg {
  width: 100%;
  display: block;
}
#colophon .ftr-menu {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 820px) {
  #colophon .ftr-menu {
    flex-direction: column;
  }
}
#colophon #footer-menu {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 420px) {
  #colophon #footer-menu {
    flex-direction: column;
    margin: 0;
  }
}
#colophon #footer-menu li.menu-item-has-children {
  margin-right: 3rem;
}
#colophon #footer-menu li.menu-item-has-children > *:first-child {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  opacity: 0.5;
  font-weight: 600;
  text-transform: uppercase;
  pointer-events: none;
  margin-bottom: 1rem;
}
@media screen and (max-width: 420px) {
  #colophon #footer-menu li.menu-item-has-children {
    margin-right: 0;
    margin-top: 1rem;
  }
}
#colophon #footer-menu li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#colophon #footer-menu li .sub-menu li:hover a {
  opacity: 0.5;
}
#colophon #footer-menu li .sub-menu li a {
  opacity: 1;
}
#colophon .ftr-contact h5 {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  opacity: 0.5;
  font-weight: 600;
  text-transform: uppercase;
  pointer-events: none;
}
#colophon .ftr-contact a {
  position: relative;
}
#colophon .ftr-contact a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background-color: #0C1526;
  display: block;
  transition: all 0.3s ease-in-out;
}
#colophon .ftr-contact a:hover:before {
  width: 100%;
}
#colophon #footer-socials-menu {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  #colophon #footer-socials-menu {
    flex-direction: row;
  }
}
#colophon #footer-socials-menu li a {
  margin-top: 1rem;
}
@media screen and (max-width: 820px) {
  #colophon #footer-socials-menu li a {
    margin-top: 0;
    margin-left: 1rem;
  }
}
#colophon .ftr-meta {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  font-size: 0.8rem;
}
@media screen and (max-width: 820px) {
  #colophon .ftr-meta {
    flex-direction: column;
  }
}
#colophon .ftr-meta a {
  position: relative;
}
#colophon .ftr-meta a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background-color: #182a4d;
  display: block;
  transition: all 0.3s ease-in-out;
}
#colophon .ftr-meta a:hover:before {
  width: 100%;
}

/* Onzeweb X Woocommerce
--------------------------------------------- */
.woocommerce-shop #primary, .archive #primary {
  position: relative;
  width: 90%;
  margin: 120px auto 0;
}

/* Select : Tri des produits */
.woocommerce-ordering {
  margin-bottom: 3rem;
}
.woocommerce-ordering select {
  appearance: none;
  border: none;
  border-bottom: 2px solid black;
  border-radius: 0;
  padding: 0.5rem 3rem 0.5rem 0.8rem;
  margin: 0.5rem 0;
  background-color: white;
  background-image: url(./sass/res/arrow-down.svg);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: auto;
}
.woocommerce-ordering select:focus {
  outline: 0;
}

.added_to_cart.wc-forward {
  display: none;
}

/* Design bouton ajouter au panier */
.add_to_cart_button, .single_add_to_cart_button, .wp-element-button {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 1rem 2rem;
  color: black;
  border-radius: 0;
  border: 2px solid black !important;
  background-color: transparent;
  margin-top: 1rem;
  transition: all 0.3s ease-in-out;
}
.add_to_cart_button:hover, .single_add_to_cart_button:hover, .wp-element-button:hover {
  cursor: pointer;
  color: white;
  background-color: black;
}
@media screen and (max-width: 820px) {
  .add_to_cart_button, .single_add_to_cart_button, .wp-element-button {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 420px) {
  .add_to_cart_button, .single_add_to_cart_button, .wp-element-button {
    font-size: 0.6rem;
  }
}

/* Design fil d'arian woocommerce */
.woocommerce-breadcrumb a {
  opacity: 0.5;
}
.woocommerce-breadcrumb a:hover {
  opacity: 1;
}

/* Design pagination woocommerce */
.woocommerce-pagination {
  margin: 4rem 0 2rem;
  clear: both;
}
.woocommerce-pagination .page-numbers {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce-pagination .page-numbers li .current {
  opacity: 1;
}
.woocommerce-pagination .page-numbers li a {
  opacity: 0.5;
}

.woocommerce-loop-product__title, .wc-block-grid__product-title, .wp-block-cart-cross-sells-product__product-title a {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  margin-bottom: 0.3rem !important;
}
@media screen and (max-width: 820px) {
  .woocommerce-loop-product__title, .wc-block-grid__product-title, .wp-block-cart-cross-sells-product__product-title a {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 420px) {
  .woocommerce-loop-product__title, .wc-block-grid__product-title, .wp-block-cart-cross-sells-product__product-title a {
    font-size: 1rem !important;
  }
}

.price {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 820px) {
  .price {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 420px) {
  .price {
    font-size: 0.8rem;
  }
}

.attachment-woocommerce_thumbnail {
  width: 100%;
  object-fit: contain;
}

.tp-image-wrapper {
  overflow: hidden;
}
.tp-image-wrapper .tp-image-hover {
  object-fit: cover;
  height: 100%;
}
.tp-image-wrapper img {
  width: 100%;
}

.woocommerce-result-count {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.woocommerce-ordering {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.woocommerce-products-header .woocommerce-products-header__title {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.woocommerce-checkout-review-order table {
  border-collapse: collapse;
}
.woocommerce-checkout-review-order table th {
  background-color: #FFF2ED;
}
.woocommerce-checkout-review-order table th, .woocommerce-checkout-review-order table td {
  border: 2px solid black;
  padding: 0.5rem;
}
.woocommerce-checkout-review-order table dd {
  margin: 0;
  padding: 0 1rem;
}
.woocommerce-checkout-review-order table dd p {
  font-size: 1rem !important;
  margin: 0.2rem 0 !important;
}

.wp-block-woocommerce-cart-cross-sells-block h2 {
  font-weight: 700;
  font-size: 1.5rem !important;
}
@media screen and (max-width: 820px) {
  .wp-block-woocommerce-cart-cross-sells-block h2 {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 420px) {
  .wp-block-woocommerce-cart-cross-sells-block h2 {
    font-size: 1rem !important;
  }
}
.wp-block-woocommerce-cart-cross-sells-block .price {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 820px) {
  .wp-block-woocommerce-cart-cross-sells-block .price {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 420px) {
  .wp-block-woocommerce-cart-cross-sells-block .price {
    font-size: 0.8rem;
  }
}
.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
  text-align: left !important;
}

.single-product nav.woocommerce-breadcrumb {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.single-product div.product {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.single-product div.product .woo-variation-product-galler {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .single-product div.product .woo-variation-product-galler {
    width: 100%;
  }
}
.single-product div.product .woo-variation-gallery-wrapper {
  position: sticky;
  top: 5rem;
}
.single-product div.product .summary {
  margin-top: 0;
  width: calc(50% - 2rem);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .single-product div.product .summary {
    width: 100%;
  }
}
.single-product div.product .product_title {
  order: 1;
}
.single-product div.product .woocommerce-product-details__short-description {
  order: 2;
}
.single-product div.product .price {
  order: 3;
}
.single-product div.product .variations_form, .single-product div.product form.cart {
  order: 4;
}
.single-product div.product .woocommerce-product-details__short-description ul {
  list-style: circle;
  list-style-position: inside;
}
.single-product .variations .label {
  text-align: left;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.single-product .variations .label label {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.single-product .variations ul li {
  color: black !important;
  background-color: transparent !important;
  border: 2px solid black !important;
  border-radius: 0 !important;
  padding: 1rem 2rem !important;
  box-shadow: none !important;
  transition: all 0.3s ease-in-out !important;
}
.single-product .variations ul li::before, .single-product .variations ul li::after {
  display: none !important;
  content: none !important;
}
.single-product .variations ul li.selected {
  color: white !important;
  background-color: black !important;
}
.single-product .woocommerce-variation-add-to-cart {
  margin-top: 1.5rem;
}
.single-product .quantity::before {
  content: "Quantité :";
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}
.single-product .quantity input {
  color: black;
  border: 2px solid black;
  border-radius: 0;
  padding: 1rem 0.2rem 1rem 1rem;
}
.single-product .woocommerce-tabs {
  width: 100%;
}
.single-product .woocommerce-tabs .tabs {
  display: flex;
  flex-wrap: wrap;
}
.single-product .woocommerce-tabs .tabs li a {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  opacity: 0.5;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 1rem 2rem;
}
.single-product .woocommerce-tabs .tabs li a:focus {
  outline: none;
}
.single-product .woocommerce-tabs .tabs li a::before {
  display: none !important;
}
.single-product .woocommerce-tabs .tabs li:hover a {
  opacity: 1;
}
.single-product .woocommerce-tabs .tabs li.active a {
  opacity: 1;
  border-bottom: 2px solid black;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  margin-top: 1.5rem;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2:first-of-type {
  display: none;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-size: 1rem !important;
}
@media screen and (max-width: 820px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 0.9rem !important;
  }
}
@media screen and (max-width: 420px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 0.8rem !important;
  }
}
.single-product .woocommerce-tabs .woocommerce-product-attributes {
  border-collapse: collapse;
  text-align: left;
}
.single-product .woocommerce-tabs .woocommerce-product-attributes tr {
  border-bottom: 1px solid black;
}
.single-product .woocommerce-tabs .woocommerce-product-attributes th, .single-product .woocommerce-tabs .woocommerce-product-attributes td {
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.5rem 0;
}
.single-product .woocommerce-tabs .woocommerce-product-attributes th > *, .single-product .woocommerce-tabs .woocommerce-product-attributes td > * {
  font-size: 1rem !important;
  line-height: 1.2 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.single-product .woocommerce-tabs .woocommerce-product-attributes th {
  letter-spacing: 0.1rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.single-product .size-guide {
  margin-left: calc(45% + 2rem);
}
@media screen and (max-width: 820px) {
  .single-product .size-guide {
    margin-left: 0;
  }
}
.single-product .size-guide a {
  display: block;
  border-bottom: 2px solid black;
}
.single-product .size-guide a:hover {
  color: #c73838;
  border-bottom: 2px solid #c73838;
}
.single-product .price {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.single-product .up-sells, .single-product .related {
  width: 100%;
}
.single-product .up-sells h2, .single-product .related h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  .single-product .up-sells h2, .single-product .related h2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 420px) {
  .single-product .up-sells h2, .single-product .related h2 {
    font-size: 1rem;
  }
}
.single-product .up-sells .price, .single-product .related .price {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
.single-product .woo-variation-product-gallery {
  margin-bottom: 0.5rem;
}

.woocommerce-account #customer_login {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.woocommerce-account #customer_login a {
  font-weight: 600;
}
.woocommerce-account #customer_login .col-1, .woocommerce-account #customer_login .col-2 {
  flex: 1;
  box-shadow: 0 0 0px #d9d9d9;
  transition: all 0.3s ease-in-out;
  padding: 2rem;
  border-radius: 1rem;
}
.woocommerce-account #customer_login .col-1:hover, .woocommerce-account #customer_login .col-2:hover {
  box-shadow: 0 0 10px #d9d9d9;
}
.woocommerce-account fieldset {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 1rem 2rem;
  border-color: #F2F2F2;
  width: fit-content;
}
.woocommerce-account fieldset legend {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem 2rem;
}
.woocommerce-account input[type=text],
.woocommerce-account input[type=email],
.woocommerce-account input[type=url],
.woocommerce-account input[type=password],
.woocommerce-account input[type=search],
.woocommerce-account input[type=number],
.woocommerce-account input[type=tel],
.woocommerce-account input[type=range],
.woocommerce-account input[type=date],
.woocommerce-account input[type=month],
.woocommerce-account input[type=week],
.woocommerce-account input[type=time],
.woocommerce-account input[type=datetime],
.woocommerce-account input[type=datetime-local],
.woocommerce-account input[type=color],
.woocommerce-account textarea {
  display: block;
  margin-top: 1rem;
  color: black;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid black;
  padding: 0.5rem 1rem;
  background-color: transparent;
}
.woocommerce-account input[type=text]:focus-visible,
.woocommerce-account input[type=email]:focus-visible,
.woocommerce-account input[type=url]:focus-visible,
.woocommerce-account input[type=password]:focus-visible,
.woocommerce-account input[type=search]:focus-visible,
.woocommerce-account input[type=number]:focus-visible,
.woocommerce-account input[type=tel]:focus-visible,
.woocommerce-account input[type=range]:focus-visible,
.woocommerce-account input[type=date]:focus-visible,
.woocommerce-account input[type=month]:focus-visible,
.woocommerce-account input[type=week]:focus-visible,
.woocommerce-account input[type=time]:focus-visible,
.woocommerce-account input[type=datetime]:focus-visible,
.woocommerce-account input[type=datetime-local]:focus-visible,
.woocommerce-account input[type=color]:focus-visible,
.woocommerce-account textarea:focus-visible {
  outline: none;
  background-color: #F2F2F2;
}
.woocommerce-account [type=checkbox], .woocommerce-account [type=radio] {
  appearance: none;
  border: 2px solid black;
  width: 1rem;
  height: 1rem;
  position: relative;
  margin-right: 0.5rem;
}
.woocommerce-account [type=checkbox]::before, .woocommerce-account [type=radio]::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: black;
  transition: transform 0.2s ease-in-out;
}
.woocommerce-account [type=checkbox]:checked::before, .woocommerce-account [type=radio]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}
.woocommerce-account [type=radio] {
  border-radius: 50%;
}
.woocommerce-account [type=radio]::before {
  border-radius: 50%;
}
.woocommerce-account button {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 1rem 2rem;
  color: black;
  border-radius: 0;
  border: 2px solid black;
  background-color: transparent;
  margin-top: 1rem;
  transition: all 0.3s ease-in-out;
}
.woocommerce-account button:hover {
  cursor: pointer;
  color: white;
  background-color: black;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  opacity: 0.5;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 1rem 2rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
  opacity: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  opacity: 1;
  border-bottom: 2px solid black;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::before {
  display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:hover a {
  color: #c73838;
  opacity: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:hover a::before {
  background-color: #9f2d2d !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
  margin-top: 5rem;
}

/* Onzeweb X Gutenberg
--------------------------------------------- */
#primary .wp-block-group {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#primary .wp-block-group.alignwide .wp-block-group__inner-container {
  width: 90%;
  max-width: none;
  margin: 0 auto;
}
#primary .wp-block-group.alignfull .wp-block-group__inner-container {
  width: 100%;
  max-width: none;
  margin: 0;
}
#primary .wp-block-group .wp-block-group__inner-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

#primary .wp-block-columns .wp-block-column.has-background {
  padding-left: 1rem;
  padding-right: 1rem;
}

#primary .wp-block-cover.alignwide .wp-block-cover__inner-container {
  width: 90%;
  max-width: none;
  margin: 0 auto;
}
#primary .wp-block-cover.alignfull .wp-block-cover__inner-container {
  width: 100%;
  max-width: none;
  margin: 0;
}
#primary .wp-block-cover .wp-block-cover__inner-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
