@import url("https://cdn.loewenstark.info/data/x-gridflex.css");
@import url("https://cdn.loewenstark.info/data/pk_06_design_options.css");
@import url("https://use.fontawesome.com/releases/v5.10.0/css/all.css");
/* The above import directives are aggregated from content. */
/*! tailwindcss v2.1.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  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.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: TitilliumWeb, Trebuchet MS, Helvetica, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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


      [type='text'],
      [type='email'],
      [type='url'],
      [type='password'],
      [type='number'],
      [type='date'],
      [type='datetime-local'],
      [type='month'],
      [type='search'],
      [type='tel'],
      [type='time'],
      [multiple],
      textarea,
      select
    {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder, textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}


      [type='checkbox'],
      [type='radio']
    {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}


      [type='checkbox']:focus,
      [type='radio']:focus
    {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


      [type='checkbox']:checked,
      [type='radio']:checked
    {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}


      [type='checkbox']:checked:hover,
      [type='checkbox']:checked:focus,
      [type='radio']:checked:hover,
      [type='radio']:checked:focus
    {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}


      [type='checkbox']:indeterminate:hover,
      [type='checkbox']:indeterminate:focus
    {
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}

.container{
  width: 100%;
}

@media (min-width: 576px){
  .container{
    max-width: 576px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.prose{
  color: #374151;
  max-width: 65ch;
}

.prose [class~="lead"]{
  color: #4b5563;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a{
  color: #111827;
  text-decoration: underline;
  font-weight: 500;
}

.prose strong{
  color: #111827;
  font-weight: 600;
}

.prose ol{
  counter-reset: list-counter;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ol > li{
  position: relative;
  counter-increment: list-counter;
  padding-left: 1.75em;
}

.prose ol > li::before{
  content: counter(list-counter) ".";
  position: absolute;
  font-weight: 400;
  color: #6b7280;
  left: 0;
}

.prose ul > li{
  position: relative;
  padding-left: 1.75em;
}

.prose ul > li::before{
  content: "";
  position: absolute;
  background-color: #d1d5db;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}

.prose hr{
  border-color: #e5e7eb;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote{
  font-weight: 500;
  font-style: italic;
  color: #111827;
  border-left-width: 0.25rem;
  border-left-color: #e5e7eb;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before{
  content: open-quote;
}

.prose blockquote p:last-of-type::after{
  content: close-quote;
}

.prose h1{
  color: #111827;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2{
  color: #111827;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3{
  color: #111827;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose h4{
  color: #111827;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose figure figcaption{
  color: #6b7280;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose code{
  color: #111827;
  font-weight: 600;
  font-size: 0.875em;
}

.prose code::before{
  content: "`";
}

.prose code::after{
  content: "`";
}

.prose a code{
  color: #111827;
}

.prose pre{
  color: #e5e7eb;
  background-color: #1f2937;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose pre code{
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose pre code::before{
  content: "";
}

.prose pre code::after{
  content: "";
}

.prose table{
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead{
  color: #111827;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d1d5db;
}

.prose thead th{
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr{
  border-bottom-width: 1px;
  border-bottom-color: #e5e7eb;
}

.prose tbody tr:last-child{
  border-bottom-width: 0;
}

.prose tbody td{
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose{
  font-size: 1rem;
  line-height: 1.75;
}

.prose p{
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose img{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose video{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure > *{
  margin-top: 0;
  margin-bottom: 0;
}

.prose h2 code{
  font-size: 0.875em;
}

.prose h3 code{
  font-size: 0.9em;
}

.prose ul{
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose li{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose > ul > li p{
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child{
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child{
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child{
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child{
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol{
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + *{
  margin-top: 0;
}

.prose h2 + *{
  margin-top: 0;
}

.prose h3 + *{
  margin-top: 0;
}

.prose h4 + *{
  margin-top: 0;
}

.prose thead th:first-child{
  padding-left: 0;
}

.prose thead th:last-child{
  padding-right: 0;
}

.prose tbody td:first-child{
  padding-left: 0;
}

.prose tbody td:last-child{
  padding-right: 0;
}

.prose > :first-child{
  margin-top: 0;
}

.prose > :last-child{
  margin-bottom: 0;
}

#category-view-container .category-view-image > .container#category-view-container {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .container#category-view-container{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .container#category-view-container h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .container#category-view-container h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

#category-view-container{
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px){
  #category-view-container{
    display: grid;
    margin-bottom: 5rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    margin-bottom: 5rem;
    column-gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#category-view-container{
  min-height: 35vh;
}

#category-view-container #category-view-container .category-view-image > .container> * {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          #category-view-container #category-view-container .category-view-image > .container> *{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

#category-view-container #category-view-container .category-view-image > .container> * h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            #category-view-container #category-view-container .category-view-image > .container> * h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

#category-view-container > *{
    display: flex;
    flex-direction: column;
    display: flex;
    flex-direction: column;
  }

#category-view-container .category-view-image {
    margin-bottom: 2rem;
    padding: 0px;
    position: relative;
    margin-bottom: 2rem;
    padding: 0px;
    position: relative
  }

@media (min-width: 768px){
    #category-view-container .category-view-image{
      margin-bottom: 0px;
      margin-bottom: 0px;
    }
  }

#category-view-container .category-view-image{
    min-height: 292px;
  }

@media (min-width: 768px) {

#category-view-container .category-view-image{
      height: 602px;
  }
    }

#category-view-container .category-view-image * {
      position: relative;
      position: relative;
    }

#category-view-container .category-view-image > .container h1 {
        z-index: 10;
        z-index: 10;
      }

#category-view-container .category-view-image > .container.flex {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .container.flex{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .container.flex h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .container.flex h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

#category-view-container .category-view-image::before {
      content: "";
      background-image: url('../../frontend/Madia/hogetex/nl_NL/images/bg_grid.jpg');
      display: block;
      height: 100%;
      position: absolute;
      right: 0px;
      width: 100vw;
      z-index: 0;
      display: block;
      height: 100%;
      position: absolute;
      right: 0px;
      width: 100vw;
      z-index: 0;
    }

#category-view-container .category-view-image::after {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      right: 0px;
      z-index: 0;
      display: block;
      height: 100%;
      position: absolute;
      right: 0px;
      z-index: 0;
    }

#category-view-container .category-view-image::after{
      width: 168px;
      background: rgb(255,255,255);
      background: linear-gradient(-77deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
    }

#category-view-container .category-view-image img {
      z-index: 1;
      max-height: 467px;
      -o-object-fit: contain;
         object-fit: contain;
    }

.toolbar-products .modes-mode {
    height: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
  }

.toolbar-products .modes-mode span {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border-width: 0;
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border-width: 0;
    }

.toolbar-products .modes-mode.mode-grid {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>');
    }

.toolbar-products .modes-mode.mode-list {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>');
    }

#category-view-container .category-view-image > .container#customer-login-container {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .container#customer-login-container{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .container#customer-login-container h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .container#customer-login-container h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

#customer-login-container{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  #customer-login-container{
    flex-direction: row;
    flex-direction: row;
  }
}

body[class*=account] .card {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
    border-style: none;
  }

body[class*=account] .block-title[class*=text], body[class*=account] .block-title [class*=text]{
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.5rem;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.5rem;
  }

@media (min-width: 768px){
    body[class*=account] .block-title[class*=text], body[class*=account] .block-title [class*=text]{
      font-size: 1.75rem;
      line-height: 2.5rem;
      font-size: 1.75rem;
      line-height: 2.5rem;
    }
  }

/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/

.form-input, .form-email, .form-select, .form-multiselect, .form-textarea{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  border-style: none;
  height: 3rem;
  padding-left: 2rem;
  padding-right: 3.5rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  border-style: none;
  height: 3rem;
  padding-left: 2rem;
  padding-right: 3.5rem;
  width: 100%;
}

@media (min-width: 768px) {

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea{
    height: 52px;
}
  }

#authentication-popup .actions-toolbar {
    flex-direction: column-reverse;
    margin-top: 1rem;
    flex-direction: column-reverse;
    margin-top: 1rem
  }

@media (min-width: 768px){
    #authentication-popup .actions-toolbar{
      margin-top: 2.5rem;
      margin-top: 2.5rem;
    }
  }

#authentication-popup .actions-toolbar{
    width: calc(100% + 24px);
  }

@media (min-width: 768px) {

#authentication-popup .actions-toolbar{
      width: calc(100% + 40px);
  }
    }

body.account form[class*=-edit] input[type=checkbox]:focus{
      --tw-ring-color: transparent;
      --tw-ring-color: transparent;
    }

body.account form[class*=-edit] input[type=password], body.account form[class*=-edit] input[type=text], body.account form[class*=-edit] input[type=email], body.account form[class*=-edit] input[type=tel]{
      --tw-bg-opacity: 1;
      background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
      --tw-bg-opacity: 1;
      background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
    }

.page.messages {
  position: sticky;
  top: 0px;
  z-index: 10;
  position: sticky;
  top: 0px;
  z-index: 10;
}

section#messages #category-view-container .category-view-image > .container.message {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          section#messages #category-view-container .category-view-image > .container.message{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

section#messages #category-view-container .category-view-image > .container.message h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            section#messages #category-view-container .category-view-image > .container.message h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

section#messages .message{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding: 0.625rem;
    padding-left: 2.5rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding: 0.625rem;
    padding-left: 2.5rem;
  }

section#messages .message.error {
      background-color:  #FFE3E1;
      background-color:  #FFE3E1;
    }

section#messages .message.error::before {
        content: '';
        background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_cross.svg');
        min-width: 16px;
        height: 16px;
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 16px;
        top:55%;
        transform:translateY(-50%);
        margin-right: 1rem;
        margin-right: 1rem;
      }

section#messages .message.success {
      --tw-bg-opacity: 1;
      background-color: rgba(197, 226, 191, var(--tw-bg-opacity));
      --tw-bg-opacity: 1;
      background-color: rgba(197, 226, 191, var(--tw-bg-opacity));
    }

section#messages .message.success::before {
        content: '';
        background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_checkmark.svg');
        min-width: 16px;
        height: 16px;
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 16px;
        top:55%;
        transform:translateY(-50%);
        margin-right: 1rem;
        margin-right: 1rem;
      }

section#messages .message.warning, section#messages .message.notice{
      --tw-bg-opacity: 1;
      background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
      --tw-bg-opacity: 1;
      background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
    }

section#messages a {
    margin-right: 0.5rem;
    text-decoration: underline;
    margin-right: 0.5rem;
    text-decoration: underline;
  }

.price-final_price .price-from, .price-final_price .price-to{
    display: block;
    margin-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
    display: block;
    margin-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

.price-final_price .price-from .price-label, .price-final_price .price-to .price-label {
      font-weight: 500;
      font-weight: 500;
    }

.price-final_price .price-from .price-wrapper, .price-final_price .price-to .price-wrapper {
      font-weight: 600;
      --tw-text-opacity: 1;
      color: rgba(31, 41, 55, var(--tw-text-opacity));
      font-weight: 600;
      --tw-text-opacity: 1;
      color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

.price-final_price .price-from .old-price .price-label, .price-final_price .price-from .old-price .price-wrapper, .price-final_price .price-to .old-price .price-label, .price-final_price .price-to .old-price .price-wrapper{
        display: inline;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
        display: inline;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
      }

.page-product-bundle .price-final_price .price-from, .page-product-bundle .price-final_price .price-to{
      display: block;
      margin-bottom: 1rem;
      --tw-text-opacity: 1;
      color: rgba(55, 65, 81, var(--tw-text-opacity));
      display: block;
      margin-bottom: 1rem;
      --tw-text-opacity: 1;
      color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

.page-product-bundle .price-final_price .price-from .price-label, .page-product-bundle .price-final_price .price-to .price-label {
        display: block;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.75rem;
        display: block;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.75rem;
      }

.page-product-bundle .price-final_price .price-from .price-wrapper, .page-product-bundle .price-final_price .price-to .price-wrapper {
        display: block;
        font-weight: 600;
        font-size: 2.25rem;
        line-height: 2.5rem;
        line-height: 1.25;
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
        display: block;
        font-weight: 600;
        font-size: 2.25rem;
        line-height: 2.5rem;
        line-height: 1.25;
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
      }

.page-product-bundle .price-final_price .price-from .old-price, .page-product-bundle .price-final_price .price-to .old-price {
        display: block;
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 1.75rem;
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
        display: block;
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 1.75rem;
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity))
      }

.page-product-bundle .price-final_price .price-from .old-price .price-label, .page-product-bundle .price-final_price .price-from .old-price .price-wrapper, .page-product-bundle .price-final_price .price-to .old-price .price-label, .page-product-bundle .price-final_price .price-to .old-price .price-wrapper{
          display: inline;
          font-size: 1rem;
          line-height: 1.5rem;
          display: inline;
          font-size: 1rem;
          line-height: 1.5rem;
        }

.pdp-has-stock {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 162, 25, var(--tw-bg-opacity));
  border-radius: 9999px;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(50, 162, 25, var(--tw-bg-opacity));
  border-radius: 9999px;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 1rem;
}

.pdp-no-stock {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 66, 0, var(--tw-bg-opacity));
  border-radius: 9999px;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(250, 66, 0, var(--tw-bg-opacity));
  border-radius: 9999px;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 1rem;
}

.pdp-zero-stock {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 1px;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 1px;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 1rem;
}

.attribute-toggle::after {
    content: '';
    background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow-down.svg');
    min-width: 16px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3 ease transform;
    position: initial;
    margin-left: 0.25rem;
    margin-left: 0.25rem;
  }

.attribute-toggle.is-hidden::after {
      transform: rotate(180deg);
    }

/* Chrome, Safari, Edge, Opera */

#product_addtocart_form input::-webkit-outer-spin-button,
    #product_addtocart_form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

/* Firefox */

#product_addtocart_form input[type=number] {
    -moz-appearance: textfield;
  }

#product_addtocart_form #category-view-container .category-view-image > .container.price-final_price {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          #product_addtocart_form #category-view-container .category-view-image > .container.price-final_price{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

#product_addtocart_form #category-view-container .category-view-image > .container.price-final_price h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            #product_addtocart_form #category-view-container .category-view-image > .container.price-final_price h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

#product_addtocart_form .price-final_price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }

#product_addtocart_form .price-final_price .price-excluding-tax {
      margin-right: 1.5rem;
      margin-right: 1.5rem;
    }

#product_addtocart_form .price-final_price .price-including-tax .price {
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgba(74, 144, 226, var(--tw-text-opacity));
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgba(74, 144, 226, var(--tw-text-opacity));
      }

#product_addtocart_form .price-final_price #category-view-container .category-view-image > .container.price-wrapper {
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px;
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px
          }

@media (min-width: 768px){
            #product_addtocart_form .price-final_price #category-view-container .category-view-image > .container.price-wrapper{
              margin-bottom: 1rem;
              margin-top: 2.5rem;
              margin-bottom: 1rem;
              margin-top: 2.5rem;
            }
          }

#product_addtocart_form .price-final_price #category-view-container .category-view-image > .container.price-wrapper h1 {
              font-size: 2rem;
              margin: 0px;
              font-size: 2rem;
              margin: 0px;
            }

@media (min-width: 768px){
              #product_addtocart_form .price-final_price #category-view-container .category-view-image > .container.price-wrapper h1{
                font-size: 3rem;
                font-size: 3rem;
              }
            }

#product_addtocart_form .price-final_price .price-wrapper{
      display: flex;
      flex-direction: column;
      display: flex;
      flex-direction: column;
    }

#product_addtocart_form .price-final_price .price-wrapper .price +.tax {
          font-size: 0.875rem;
          line-height: 1.25rem;
          --tw-text-opacity: 1;
          color: rgba(111, 120, 131, var(--tw-text-opacity));
          font-size: 0.875rem;
          line-height: 1.25rem;
          --tw-text-opacity: 1;
          color: rgba(111, 120, 131, var(--tw-text-opacity));
        }

#product_addtocart_form input[type=number] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(193, 194, 195, var(--tw-border-opacity));
    border-style: solid;
    border-width: 1px;
    height: 3rem;
    width: 3.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(193, 194, 195, var(--tw-border-opacity));
    border-style: solid;
    border-width: 1px;
    height: 3rem;
    width: 3.5rem;
  }

.grid-cols-grouped-table.is-selected {
    border: 1px solid #4A90E2;
    background-color: #F7FAFC;
  }

html[lang=de] .grouped-headings {
    text-align: center;
    text-align: center;
  }

.modal {
  /*
   * TODO: add tailwind classes used for the cart and modal styles
   * Makeing the modal and offcanvs styles theme specific and mor adjustable
   */
}

#category-view-container .category-view-image > .container.backdrop {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .container.backdrop{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .container.backdrop h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .container.backdrop h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

.backdrop{
  --tw-bg-opacity: 1;
  background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
  display: flex;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
  display: flex;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.snap {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.snap::-webkit-scrollbar {
    display: none;
  }

.snap>div {
    scroll-snap-align: start;
  }

.custom-slide {
  left: 0px;
  left: 0px;
}

@media (min-width: 768px){
  .custom-slide{
    left: 2.75rem;
    left: 2.75rem;
  }
}

body {
  overflow-y: scroll;
}

.page-main {
  margin-bottom: 2rem;
  margin-bottom: 2rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 576px){
  .container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#category-view-container .category-view-image > .container.flex-columns-wrapper {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .container.flex-columns-wrapper{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .container.flex-columns-wrapper h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .container.flex-columns-wrapper h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

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

@media (min-width: 768px){
  .flex-columns-wrapper{
    flex-direction: row;
    flex-direction: row;
  }
}

#category-view-container .category-view-image > .container.columns {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .container.columns{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .container.columns h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .container.columns h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

.columns{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  order: -9999;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  order: -9999;
}

@media (min-width: 768px){
  .columns{
    flex-direction: row;
    flex-direction: row;
  }
}

.columns .sidebar, .columns .main{
    width: 100%;
    width: 100%;
  }

@media (min-width: 768px) {
    .columns .sidebar {
      padding-right: 2rem;
      width: 33.333333%;
      padding-right: 2rem;
      width: 33.333333%;
    }
  }

.page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main {
    width: 100%;
    width: 100%;
  }

@media (min-width: 1024px) {
    .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main {
      width: 66.666667%;
      width: 66.666667%;
    }
  }

.product-image-container {
  width: 100% !important;
}

.product-image-container img {
    width: 100%;
  }

.catalogsearch-result-index .columns {
    justify-content: space-between;
    justify-content: space-between;
  }

.swatch-attribute #category-view-container .category-view-image > .container.swatch-attribute-options {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .swatch-attribute #category-view-container .category-view-image > .container.swatch-attribute-options{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.swatch-attribute #category-view-container .category-view-image > .container.swatch-attribute-options h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .swatch-attribute #category-view-container .category-view-image > .container.swatch-attribute-options h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.swatch-attribute .swatch-attribute-options{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

.swatch-attribute .swatch-attribute-options #category-view-container .category-view-image > .container.swatch-option {
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px;
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px
          }

@media (min-width: 768px){
            .swatch-attribute .swatch-attribute-options #category-view-container .category-view-image > .container.swatch-option{
              margin-bottom: 1rem;
              margin-top: 2.5rem;
              margin-bottom: 1rem;
              margin-top: 2.5rem;
            }
          }

.swatch-attribute .swatch-attribute-options #category-view-container .category-view-image > .container.swatch-option h1 {
              font-size: 2rem;
              margin: 0px;
              font-size: 2rem;
              margin: 0px;
            }

@media (min-width: 768px){
              .swatch-attribute .swatch-attribute-options #category-view-container .category-view-image > .container.swatch-option h1{
                font-size: 3rem;
                font-size: 3rem;
              }
            }

.swatch-attribute .swatch-attribute-options .swatch-option{
      border-width: 1px;
      display: flex;
      justify-content: center;
      margin: 0.25rem;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      border-width: 1px;
      display: flex;
      justify-content: center;
      margin: 0.25rem;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      min-width: 40px;
    }

.swatch-attribute.color .swatch-option {
    height: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
  }

button, 
a.action.primary, 
.cart.table-wrapper 
.actions-toolbar > .action, 
.action-gift {
  border-radius: 0;
}

#category-view-container .category-view-image > .container.btn {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .container.btn{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .container.btn h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .container.btn h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

.btn{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
}

.btn svg {
    display: inline-flex;
    display: inline-flex;
  }

.btn-icon {
    align-items: center;
    justify-content: center;
    height: 3rem;
    padding: 0px;
    width: 3rem;
    align-items: center;
    justify-content: center;
    height: 3rem;
    padding: 0px;
    width: 3rem;
  }

.btn span {
    vertical-align: middle;
  }

.btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

.btn-large {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    width: 100%;
    min-width: max-content;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    width: 100%
  }

@media (min-width: 576px){
    .btn-large{
      max-width: 20rem;
      max-width: 20rem;
    }
  }

@media (min-width: 768px){
    .btn-large{
      padding-top: 0.875rem;
      padding-bottom: 0.875rem;
      padding-left: 1.5rem;
      padding-top: 0.875rem;
      padding-bottom: 0.875rem;
      padding-left: 1.5rem;
    }
  }

.btn-large::after {
      content: '';
      background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow.svg');
      min-width: 24px;
      height: 24px;
      display: block;
      margin-left: 1rem;
      margin-left: 1rem;
    }

.btn-large:hover, .btn-large:focus{
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(35, 31, 32, var(--tw-text-opacity));
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(35, 31, 32, var(--tw-text-opacity));
    }

.btn-large:hover::before, .btn-large:focus::before {
        background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow-white.svg');
      }

.btn-large-left {
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      width: 100%;
      min-width: max-content;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      width: 100%
    }

@media (min-width: 576px){
      .btn-large-left{
        max-width: 20rem;
        max-width: 20rem;
      }
    }

@media (min-width: 768px){
      .btn-large-left{
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        padding-left: 1.5rem;
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        padding-left: 1.5rem;
      }
    }

.btn-large-left::before {
        content: '';
        background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow.svg');
        transform: rotate(180deg);
        min-width: 24px;
        height: 24px;
        display: block;
        margin-right: 1rem;
        margin-right: 1rem;
      }

.btn-large-left:hover, .btn-large-left:focus{
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(35, 31, 32, var(--tw-text-opacity));
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(35, 31, 32, var(--tw-text-opacity));
      }

.btn-large-left:hover::before, .btn-large-left:focus::before {
          background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow-white.svg');
        }

.btn #category-view-container .category-view-image > .container.btn #category-view-container .category-view-image > .container-submit {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .btn #category-view-container .category-view-image > .container.btn #category-view-container .category-view-image > .container-submit{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.btn #category-view-container .category-view-image > .container.btn #category-view-container .category-view-image > .container-submit h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .btn #category-view-container .category-view-image > .container.btn #category-view-container .category-view-image > .container-submit h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

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

.btn-submit::after {
      content: '';
      background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow.svg');
      min-width: 24px;
      height: 24px;
      display: block;
    }

.btn-on-dark-bg {
    background-color: transparent;
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    border-width: 1px;
    max-width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: transparent;
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    border-width: 1px;
    max-width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

@media (min-width: 576px) {

.btn-on-dark-bg {
      max-width: 13.75rem
  }
    }

.btn-on-dark-bg::after {
      content: '';
      background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow-yellow.svg');
      min-width: 24px;
      min-height: 24px;
      display: block;
      margin-left: 1rem;
      margin-left: 1rem;
    }

.btn-on-dark-bg:hover, .btn-on-dark-bg:focus{
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(35, 31, 32, var(--tw-text-opacity));
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(35, 31, 32, var(--tw-text-opacity));
    }

.btn-on-dark-bg:hover::after, .btn-on-dark-bg:focus::after {
        background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow.svg');
      }

.btn-slider {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
  }

.btn-slider:hover, 
        .btn-slider:active, 
        .btn-slider:focus {
      outline: none;
    }

.btn-slider::before {
      content: '';
      background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow-yellow.svg');
      min-width: 24px;
      min-height: 24px;
      display: block;
    }

.btn-slider-left {
      margin-right: 1.5rem;
      margin-right: 1.5rem;
    }

.btn-slider-left::before {
        transform: rotate(180deg);
      }

.btn-tocart {
    flex-direction: row-reverse;
    min-width: 100%;
    flex-direction: row-reverse;
    min-width: 100%;
  }

.btn-tocart::after {
      display: none;
    }

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 0, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 0, var(--tw-border-opacity));
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 0, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 0, var(--tw-border-opacity));
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
}

.btn-primary:hover, .btn-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 215, 7, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(231, 215, 7, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(35, 31, 32, var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(231, 215, 7, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(231, 215, 7, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(35, 31, 32, var(--tw-text-opacity));
  }

.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(193, 194, 195, var(--tw-border-opacity));
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(193, 194, 195, var(--tw-border-opacity));
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
}

.btn-secondary:hover, .btn-secondary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.btn-secondary:hover,
    .btn-secondary:focus{
    color: #fff !important;
    text-decoration: none !important;
  }

.btn-secondary.btn-large:hover::after, .btn-secondary.btn-large:focus::after {
        background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow-yellow.svg');
      }

#category-view-container .category-view-image > .container.to-cart-small {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .container.to-cart-small{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .container.to-cart-small h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .container.to-cart-small h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

.to-cart-small{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 0, var(--tw-bg-opacity));
}

.to-cart-small:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(231, 215, 7, var(--tw-bg-opacity));
}

.to-cart-small{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 0, var(--tw-bg-opacity));
}

.to-cart-small:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(231, 215, 7, var(--tw-bg-opacity));
}

.to-cart-small{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 3rem;
}

@media (min-width: 576px){
  .to-cart-small{
    height: 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    width: 3.5rem;
  }
}

body {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

#cart-drawer {
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
}

[x-cloak] {
  display: none;
}

.input {
  border-width: 1px;
  height: 3rem;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 6rem;
  border-width: 1px;
  height: 3rem;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 6rem;
}

.input-light {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

.input-light:focus {
      --tw-border-opacity: 1;
      border-color: rgba(193, 194, 195, var(--tw-border-opacity));
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-border-opacity: 1;
      border-color: rgba(193, 194, 195, var(--tw-border-opacity));
      outline: 2px solid transparent;
      outline-offset: 2px;
    }

.card {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-width: 1px;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-width: 1px;
  height: 100%;
}

.card:first-of-type {
    margin-left: 0 !important;
  }

.card #category-view-container .category-view-image > .container.product-item-photo {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .card #category-view-container .category-view-image > .container.product-item-photo{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.card #category-view-container .category-view-image > .container.product-item-photo h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .card #category-view-container .category-view-image > .container.product-item-photo h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.card .product-item-photo{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: flex;
    align-items: center;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 100%;
  }

.card .product-item-photo #category-view-container .category-view-image > .containerimg {
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px;
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px
          }

@media (min-width: 768px){
            .card .product-item-photo #category-view-container .category-view-image > .containerimg{
              margin-bottom: 1rem;
              margin-top: 2.5rem;
              margin-bottom: 1rem;
              margin-top: 2.5rem;
            }
          }

.card .product-item-photo #category-view-container .category-view-image > .containerimg h1 {
              font-size: 2rem;
              margin: 0px;
              font-size: 2rem;
              margin: 0px;
            }

@media (min-width: 768px){
              .card .product-item-photo #category-view-container .category-view-image > .containerimg h1{
                font-size: 3rem;
                font-size: 3rem;
              }
            }

.card .product-item-photo img{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      height: 100%;
      overflow: hidden;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      height: 100%;
      overflow: hidden;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
    }

@media (min-width: 768px){
      .card .product-item-photo img{
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
    }

.card .product-info {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: relative;
  }

@media (min-width: 1024px){
    .card .product-info{
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 0.75rem;
      padding-bottom: 1.75rem;
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 0.75rem;
      padding-bottom: 1.75rem;
    }
  }

.card .product-item-link {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
  }

.card .product-item-link{
    min-height: 56px;
  }

.card .price-label {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(111, 120, 131, var(--tw-text-opacity));
    text-transform: lowercase;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(111, 120, 131, var(--tw-text-opacity));
    text-transform: lowercase;
  }

.card #category-view-container .category-view-image > .container.price-container {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .card #category-view-container .category-view-image > .container.price-container{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.card #category-view-container .category-view-image > .container.price-container h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .card #category-view-container .category-view-image > .container.price-container h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.card .price-container{
    display: flex;
    flex-direction: column-reverse;
    display: flex;
    flex-direction: column-reverse;
  }

.card .price-including-tax .price {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(28, 115, 217, var(--tw-text-opacity));
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(28, 115, 217, var(--tw-text-opacity));
  }

@media (min-width: 768px){
    .card .price-including-tax .price{
      font-size: 1.5rem;
      line-height: 2rem;
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }

.card .price-including-tax .price {
    font-size: 1rem;
    line-height: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem
  }

@media (min-width: 768px){
    .card .price-including-tax .price{
      font-size: 1.5rem;
      line-height: 2rem;
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }

.card .price-including-tax .price > span {
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 1.25rem;
      line-height: 1.5rem;
      --tw-text-opacity: 1;
      color: rgba(111, 120, 131, var(--tw-text-opacity));
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 1.25rem;
      line-height: 1.5rem;
      --tw-text-opacity: 1;
      color: rgba(111, 120, 131, var(--tw-text-opacity));
    }

.card .price-wrapper .tax {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-left: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-left: 0.5rem;
  }

.card-interactive {
  /* &:hover {
        @apply bg-container;
    } */
}

[type='text'], [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='datetime-local'], [type='month'], [type='search'], [type='tel'], [type='time'], [type='week'], [multiple], textarea, select{
  padding-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 768px){
  [type='text'], [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='datetime-local'], [type='month'], [type='search'], [type='tel'], [type='time'], [type='week'], [multiple], textarea, select{
    padding-left: 1.5rem;
    padding-left: 1.5rem;
  }
}

[type='text']::-moz-placeholder, [type='email']::-moz-placeholder, [type='url']::-moz-placeholder, [type='password']::-moz-placeholder, [type='number']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='month']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='time']::-moz-placeholder, [type='week']::-moz-placeholder, [multiple]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(111, 120, 131, var(--tw-text-opacity));
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(111, 120, 131, var(--tw-text-opacity));
  }

[type='text']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, [multiple]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(111, 120, 131, var(--tw-text-opacity));
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(111, 120, 131, var(--tw-text-opacity));
  }

[type='text']::placeholder, [type='email']::placeholder, [type='url']::placeholder, [type='password']::placeholder, [type='number']::placeholder, [type='date']::placeholder, [type='datetime-local']::placeholder, [type='month']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='time']::placeholder, [type='week']::placeholder, [multiple]::placeholder, textarea::placeholder, select::placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(111, 120, 131, var(--tw-text-opacity));
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(111, 120, 131, var(--tw-text-opacity));
  }

.form-select:focus {
  box-shadow: none !important;
}

.duration-200 {
  transition-duration: 200ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.transition {
  transition: transform 250ms ease, color 250ms ease;
}

.transform-180 {
  transform: rotate(-180deg);
}

@font-face {
  font-family: TitilliumWeb;

  src: url("../../frontend/Madia/hogetex/nl_NL/fonts/TitilliumWeb-Regular.ttf");
}

@font-face {
  font-family: TitilliumWeb;

  src: url("../../frontend/Madia/hogetex/nl_NL/fonts/TitilliumWeb-Bold.ttf");

  font-weight: 700;
}

@font-face {
  font-family: TitilliumWeb;

  src: url("../../frontend/Madia/hogetex/nl_NL/fonts/TitilliumWeb-SemiBold.ttf");

  font-weight: 600;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth !important;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
}

.text-sans-serif {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.page-title {
  margin-top: 1.5rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px){
  .page-title{
    margin-top: 4rem;
    margin-top: 4rem;
  }
}

#category-view-container .category-view-image > .container.grid-text-image-block {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .container.grid-text-image-block{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .container.grid-text-image-block h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .container.grid-text-image-block h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

.grid-text-image-block{
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  .grid-text-image-block{
    flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 768px){
    .cms-index-index .grid-text-image-block{
      align-items: center;
      justify-content: space-between;
      align-items: center;
      justify-content: space-between;
    }
  }

.grid-text-image-block .content {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem
  }

@media (min-width: 768px){
    .grid-text-image-block .content{
      width: 41.666667%;
      width: 41.666667%;
    }
  }

.grid-text-image-block .content h3, .grid-text-image-block .content h4 {
      font-weight: 700;
      font-size: 1.5rem;
      line-height: 2rem;
      margin-bottom: 1rem;
      font-weight: 700;
      font-size: 1.5rem;
      line-height: 2rem;
      margin-bottom: 1rem;
    }

@media (min-width: 768px){
      .grid-text-image-block .content h3, .grid-text-image-block .content h4{
        font-size: 2.5rem;
        margin-bottom: 2rem;
        font-size: 2.5rem;
        margin-bottom: 2rem;
      }
    }

.grid-text-image-block .content h3, .grid-text-image-block .content h4{
      line-height: 48px;
    }

.grid-text-image-block .content p {
      margin-bottom: 2.5rem;
      margin-bottom: 2.5rem;
    }

.grid-text-image-block .content ul {
      margin-bottom: 3.5rem;
      margin-bottom: 3.5rem;
    }

.grid-text-image-block .content .btn {
      margin-right: 0px;
      margin-left: auto;
      margin-right: 0px;
      margin-left: auto;
    }

.grid-text-image-block #category-view-container .category-view-image > .container.image {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .grid-text-image-block #category-view-container .category-view-image > .container.image{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.grid-text-image-block #category-view-container .category-view-image > .container.image h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .grid-text-image-block #category-view-container .category-view-image > .container.image h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.grid-text-image-block .image{
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
  }

@media (min-width: 768px){
    .grid-text-image-block .image{
      margin-bottom: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
      width: 50%;
      margin-bottom: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
      width: 50%;
    }
  }

.page-products .grid-text-image-block .image {
      margin-bottom: 0px;
      margin-bottom: 0px;
    }

.grid-text-image-block .image picture, .grid-text-image-block .image img {
      z-index: 1;
    }

.grid-text-image-block .image img {
      box-shadow: 16px 16px 32px rgba(35, 31, 32, 0.32) ;
    }

@media (min-width: 768px) {

.grid-text-image-block .image{
      height: 700px;
  }

      .grid-text-image-block .image::before {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        z-index: 0;
        display: block;
        height: 100%;
        position: absolute;
        z-index: 0;
      }

      .grid-text-image-block .image::before{
        width: 168px;
        background: rgb(255,255,255);
      }
    }

.grid-text-image-block .image::after {
      content: '';
      width: calc(100% + 32px);
      display: block;
      height: 100%;
      position: absolute;
      display: block;
      height: 100%;
      position: absolute;
    }

@media (min-width: 768px){
      .grid-text-image-block .image::after{
        width: 100%;
        width: 100vw;
        width: 100%;
        width: 100vw;
      }
    }

.grid-text-image-block .image::after{
      background-image: url('../../frontend/Madia/hogetex/nl_NL/images/bg_grid-grey.jpg');
      background-size: cover;
      z-index: -1;
    }

.grid-text-image-block .image-right::before {
        left: 0px;
        left: 0px;
        background: linear-gradient(77deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
      }

.grid-text-image-block .image-right::after {
        margin-left: -1rem;
        margin-left: -1rem;
      }

@media (min-width: 768px){
        .grid-text-image-block .image-right::after{
          margin-left: 0px;
          margin-left: 0px;
        }
      }

.grid-text-image-block .image-left::before {
        right: 0px;
        right: 0px;
        background: linear-gradient(-77deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
      }

.grid-text-image-block .image-left::after {
        margin-left: -1rem;
        margin-left: -1rem;
      }

@media (min-width: 768px){
        .grid-text-image-block .image-left::after{
          margin-right: 0px;
          right: 0px;
          margin-right: 0px;
          right: 0px;
        }
      }

.home-slider-wrapper {
  margin-bottom: 0px;
  position: relative;
  margin-bottom: 0px;
  position: relative
}

@media (min-width: 768px){
  .home-slider-wrapper{
    margin-bottom: 6rem;
    margin-bottom: 6rem;
  }
}

@media (min-width: 1024px){
  .home-slider-wrapper{
    margin-bottom: 4rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 768px) {

.home-slider-wrapper{
    max-height: 720px;

    min-height: 35vh;
}
  }

@media not all and (-webkit-min-device-pixel-ratio:0), not all and (min-resolution:.001dpcm) {

.home-slider-wrapper > div {
      box-sizing: content-box
  }
    }

@media (min-width: 768px) {

.home-slider-wrapper > div {
      max-height: 720px;

      min-height: 35vh
  }
    }

.home-slider-wrapper::before {
    content: "";
    background-image: url('../../frontend/Madia/hogetex/nl_NL/images/bg_grid.jpg');
    height: 260px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 0;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 0;
  }

@media (min-width: 768px){
    .home-slider-wrapper::before{
      height: 50%;
      height: 100%;
      width: 50%;
      height: 50%;
      height: 100%;
      width: 50%;
    }
  }

.home-slider-wrapper::after {
    content: "";
    height: 260px;
    display: block;
    height: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    display: block;
    height: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
  }

@media (min-width: 768px){
    .home-slider-wrapper::after{
      height: 100%;
      right: 50%;
      height: 100%;
      right: 50%;
    }
  }

.home-slider-wrapper::after{
    width: 168px;
    background: rgb(255,255,255);
    background: linear-gradient(-77deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
  }

.home-slider-wrapper .button-slider-container {
    top: 212px;
    width: 100%;
  }

@media (min-width: 576px){
    .home-slider-wrapper .button-slider-container{
      max-width: 576px;
    }
  }

@media (min-width: 768px){
    .home-slider-wrapper .button-slider-container{
      max-width: 768px;
    }
  }

@media (min-width: 1024px){
    .home-slider-wrapper .button-slider-container{
      max-width: 1024px;
    }
  }

@media (min-width: 1280px){
    .home-slider-wrapper .button-slider-container{
      max-width: 1280px;
    }
  }

@media (min-width: 1536px){
    .home-slider-wrapper .button-slider-container{
      max-width: 1536px;
    }
  }

.home-slider-wrapper #category-view-container .category-view-image > .button-slider-container h1 {
          z-index: 10;
          z-index: 10;
        }

.home-slider-wrapper #category-view-container .category-view-image > .button-slider-container.flex {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .home-slider-wrapper #category-view-container .category-view-image > .button-slider-container.flex{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.home-slider-wrapper #category-view-container .category-view-image > .button-slider-container.flex h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .home-slider-wrapper #category-view-container .category-view-image > .button-slider-container.flex h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.home-slider-wrapper #category-view-container .category-view-image > .container.button-slider-container {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .home-slider-wrapper #category-view-container .category-view-image > .container.button-slider-container{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.home-slider-wrapper #category-view-container .category-view-image > .container.button-slider-container h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .home-slider-wrapper #category-view-container .category-view-image > .container.button-slider-container h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.home-slider-wrapper .button-slider-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

@media (min-width: 576px){
    .home-slider-wrapper .button-slider-container{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }

.home-slider-wrapper .button-slider-container{
    width: 100%;
  }

@media (min-width: 576px){
    .home-slider-wrapper .button-slider-container{
      max-width: 576px;
    }
  }

@media (min-width: 768px){
    .home-slider-wrapper .button-slider-container{
      max-width: 768px;
    }
  }

@media (min-width: 1024px){
    .home-slider-wrapper .button-slider-container{
      max-width: 1024px;
    }
  }

@media (min-width: 1280px){
    .home-slider-wrapper .button-slider-container{
      max-width: 1280px;
    }
  }

@media (min-width: 1536px){
    .home-slider-wrapper .button-slider-container{
      max-width: 1536px;
    }
  }

.home-slider-wrapper .button-slider-container{
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
    z-index: 10;
  }

.home-slider-wrapper .footer-usps #category-view-container .category-view-image > .container.button-slider-container {
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px;
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px
          }

@media (min-width: 768px){
            .home-slider-wrapper .footer-usps #category-view-container .category-view-image > .container.button-slider-container{
              margin-bottom: 1rem;
              margin-top: 2.5rem;
              margin-bottom: 1rem;
              margin-top: 2.5rem;
            }
          }

.home-slider-wrapper .footer-usps #category-view-container .category-view-image > .container.button-slider-container h1 {
              font-size: 2rem;
              margin: 0px;
              font-size: 2rem;
              margin: 0px;
            }

@media (min-width: 768px){
              .home-slider-wrapper .footer-usps #category-view-container .category-view-image > .container.button-slider-container h1{
                font-size: 3rem;
                font-size: 3rem;
              }
            }

.home-slider-wrapper .footer-usps .button-slider-container{
      display: flex;
      flex-direction: column;
      display: flex;
      flex-direction: column;
    }

@media (min-width: 768px){
      .home-slider-wrapper .footer-usps .button-slider-container{
        flex-direction: row;
        flex-direction: row;
      }
    }

.home-slider-wrapper .footer-usps .button-slider-container #category-view-container .category-view-image > .container> * {
              margin-bottom: 0.5rem;
              margin-top: 3.5rem;
              padding: 0px;
              margin-bottom: 0.5rem;
              margin-top: 3.5rem;
              padding: 0px
            }

@media (min-width: 768px){
              .home-slider-wrapper .footer-usps .button-slider-container #category-view-container .category-view-image > .container> *{
                margin-bottom: 1rem;
                margin-top: 2.5rem;
                margin-bottom: 1rem;
                margin-top: 2.5rem;
              }
            }

.home-slider-wrapper .footer-usps .button-slider-container #category-view-container .category-view-image > .container> * h1 {
                font-size: 2rem;
                margin: 0px;
                font-size: 2rem;
                margin: 0px;
              }

@media (min-width: 768px){
                .home-slider-wrapper .footer-usps .button-slider-container #category-view-container .category-view-image > .container> * h1{
                  font-size: 3rem;
                  font-size: 3rem;
                }
              }

.home-slider-wrapper .footer-usps .button-slider-container > *{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex: 1 1 0%;
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 1.625;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex: 1 1 0%;
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 1.625;
      }

@media (min-width: 576px){
        .home-slider-wrapper .footer-usps .button-slider-container > *{
          justify-content: center;
          justify-content: center;
        }
      }

@media (min-width: 768px){
    .home-slider-wrapper .button-slider-container{
      bottom: 0px;
      top: auto;
      bottom: 0px;
      top: auto;
    }
  }

.home-slider > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.home-slider{
  scrollbar-width: none;
}

.home-slider #category-view-container .category-view-image > .container> .slide {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .home-slider #category-view-container .category-view-image > .container> .slide{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.home-slider #category-view-container .category-view-image > .container> .slide h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .home-slider #category-view-container .category-view-image > .container> .slide h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.home-slider > .slide{
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
  }

@media (min-width: 768px){
    .home-slider > .slide{
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
  }

.home-slider > .slide{
    z-index: 1;
  }

@media (min-width: 768px) {

.home-slider > .slide{
      height: 680px;
  }
    }

@media (min-width: 768px) {

.home-slider > .slide:last-of-type {
        width: calc(100% + 24px)
    }

        @media not all and (-webkit-min-device-pixel-ratio:0), not all and (min-resolution:.001dpcm) {

.home-slider > .slide:last-of-type {
          width: 100%
    }
        }
      }

@media not all and (-webkit-min-device-pixel-ratio:0), not all and (min-resolution:.001dpcm) {

.home-slider > :not([hidden]) ~ :not([hidden]) {
      margin: 0 !important
  }
    }

.home-slider img {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 100%;
  }

.home-slider #category-view-container .category-view-image > .container.slider-content {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .home-slider #category-view-container .category-view-image > .container.slider-content{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.home-slider #category-view-container .category-view-image > .container.slider-content h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .home-slider #category-view-container .category-view-image > .container.slider-content h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.home-slider .slider-content > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

.home-slider .slider-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

.home-slider .slider-content > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

.home-slider .slider-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

@media (min-width: 768px){
    .home-slider .slider-content > :not([hidden]) ~ :not([hidden]){
      --tw-space-y-reverse: 0;
      margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0px * var(--tw-space-y-reverse));
      --tw-space-x-reverse: 0;
      margin-right: calc(2rem * var(--tw-space-x-reverse));
      margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .home-slider .slider-content{
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }

    .home-slider .slider-content > :not([hidden]) ~ :not([hidden]){
      --tw-space-y-reverse: 0;
      margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0px * var(--tw-space-y-reverse));
      --tw-space-x-reverse: 0;
      margin-right: calc(2rem * var(--tw-space-x-reverse));
      margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .home-slider .slider-content{
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
  }

@media (min-width: 768px){
    .home-slider .slider-text{
      width: 50%;
      width: 50%;
    }
  }

@media (min-width: 1024px){
    .home-slider .slider-text{
      width: 41.666667%;
      width: 41.666667%;
    }
  }

.home-slider .slider-text h2 {
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 1rem;
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 1rem
    }

@media (min-width: 768px){
      .home-slider .slider-text h2{
        font-size: 3rem;
        margin-bottom: 2.5rem;
        font-size: 3rem;
        margin-bottom: 2.5rem;
      }
    }

.home-slider .slider-text h2{
      line-height: 2.375rem;
    }

@media (min-width: 768px) {

.home-slider .slider-text h2{
        line-height: 3.5rem;
    }
      }

.home-slider .slider-text > p {
      font-size: 1rem;
      line-height: 1.5rem;
      line-height: 1.5rem;
      font-size: 1rem;
      line-height: 1.5rem;
      line-height: 1.5rem
    }

@media (min-width: 768px){
      .home-slider .slider-text > p{
        font-size: 1.25rem;
        line-height: 1.75rem;
        line-height: 2rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
        line-height: 2rem;
      }
    }

.home-slider .slider-text > p:last-of-type {
        margin-bottom: 1.5rem;
        margin-bottom: 1.5rem;
      }

@media (min-width: 768px){
        .home-slider .slider-text > p:last-of-type{
          margin-bottom: 3rem;
          margin-bottom: 3rem;
        }
      }

@media (min-width: 1024px){
        .home-slider .slider-text > p:last-of-type{
          margin-bottom: 5rem;
          margin-bottom: 5rem;
        }
      }

.home-slider .slider-text .price-from {
      font-size: 1.125rem;
      line-height: 1.75rem;
      margin-bottom: 0.25rem;
      font-size: 1.125rem;
      line-height: 1.75rem;
      margin-bottom: 0.25rem;
    }

.home-slider .slider-text .price {
      font-size: 1.75rem;
      line-height: 2.25rem;
      font-size: 1.75rem;
      line-height: 2.25rem;
    }

@media (min-width: 768px){
      .home-slider .slider-text .price{
        font-size: 2rem;
        font-size: 2rem;
      }
    }

.home-slider .slider-text .price-vat {
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 1.25rem;
      --tw-text-opacity: 1;
      color: rgba(111, 120, 131, var(--tw-text-opacity));
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 1.25rem;
      --tw-text-opacity: 1;
      color: rgba(111, 120, 131, var(--tw-text-opacity));
    }

.home-slider .slider-text .btn {
      margin-top: 1.5rem;
      margin-top: 1.5rem;
    }

.home-slider .slider-image {
    height: 260px;
    position: relative;
    position: relative
  }

@media (min-width: 768px){
    .home-slider .slider-image{
      height: 100%;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      width: 50%;
      height: 100%;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      width: 50%;
    }
  }

@media (min-width: 768px) {

.home-slider .slider-image img {
        max-width: 80%
    }
      }

.tag {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 115, 217, var(--tw-bg-opacity));
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
  --tw-bg-opacity: 1;
  background-color: rgba(28, 115, 217, var(--tw-bg-opacity));
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase
}

@media (min-width: 768px){
  .tag{
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.tag{
  transform: skew(-10deg);
  margin-left: 3px;
}

.tag > * {
    transform: skew(10deg);
  }

@media (min-width: 768px){
  #customer-login-container, #forgot-password-container, #resetforgottenpassword{
    display: grid;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    column-gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#customer-login-container > div, #forgot-password-container > div, #resetforgottenpassword > div {
    width: calc(100% + 32px);
    margin-left: -1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    margin-left: -1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem
  }

@media (min-width: 576px){
    #customer-login-container > div,#forgot-password-container > div,#resetforgottenpassword > div{
      padding-left: 3rem;
      padding-right: 3rem;
      padding-top: 2.5rem;
      padding-bottom: 5rem;
      padding-left: 3rem;
      padding-right: 3rem;
      padding-top: 2.5rem;
      padding-bottom: 5rem;
    }
  }

@media (min-width: 576px) {

#customer-login-container > div,#forgot-password-container > div,#resetforgottenpassword > div{
      width: 100%;

      margin-left: 0;
  }
    }

#customer-login-container .form-input, #forgot-password-container .form-input, #resetforgottenpassword .form-input {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

.block-customer-login .form-input, .registation-container .form-input {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

@media (min-width: 768px){
  #forgot-password-container, #resetforgottenpassword{
    display: flex;
    gap: 0px;
    display: flex;
    gap: 0px;
  }
}

#resetforgottenpassword > div {
    padding-bottom: 2rem;
  }

body.account .page-main .account-nav ul li a, body.account .page-main .account-nav ul li strong, body.account .page-main a{
    --tw-text-opacity: 1;
    color: rgba(35, 31, 32, var(--tw-text-opacity));
  }

body.account .page-main .account-nav ul li a:hover, body.account .page-main .account-nav ul li strong:hover, body.account .page-main a:hover{
    --tw-text-opacity: 1;
    color: rgba(35, 31, 32, var(--tw-text-opacity));
  }

body.account .page-main .account-nav ul li a, body.account .page-main .account-nav ul li strong, body.account .page-main a{
    text-decoration: none;
  }

body.account .page-main .account-nav ul li a:hover, body.account .page-main .account-nav ul li strong:hover, body.account .page-main a:hover{
    text-decoration: underline;
  }

body.account .page-main .account-nav ul li a, body.account .page-main .account-nav ul li strong, body.account .page-main a{
    --tw-text-opacity: 1;
    color: rgba(35, 31, 32, var(--tw-text-opacity));
  }

body.account .page-main .account-nav ul li a:hover, body.account .page-main .account-nav ul li strong:hover, body.account .page-main a:hover{
    --tw-text-opacity: 1;
    color: rgba(35, 31, 32, var(--tw-text-opacity));
  }

body.account .page-main .account-nav ul li a, body.account .page-main .account-nav ul li strong, body.account .page-main a{
    text-decoration: none;
  }

body.account .page-main .account-nav ul li a:hover, body.account .page-main .account-nav ul li strong:hover, body.account .page-main a:hover{
    text-decoration: underline;
  }

.account-order-totals strong:last-of-type .price {
      font-size: 1.5rem;
      line-height: 2rem;
      --tw-text-opacity: 1;
      color: rgba(28, 115, 217, var(--tw-text-opacity));
      font-size: 1.5rem;
      line-height: 2rem;
      --tw-text-opacity: 1;
      color: rgba(28, 115, 217, var(--tw-text-opacity));
    }

.order-details-items .card .price-excluding-tax .price, .order-details-items .card .price-including-tax .price{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.customer-account-confirmation h1 .base {
      display: block;
    }

.customer-account-confirmation h1 .base::first-letter {
        text-transform: capitalize;
      }

.minicart-image {
  min-width: 78px;
}

.website-switcher {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
  position: absolute;
  z-index: 31;
  top: 40px;
}

.website-switcher li {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 31, 32, var(--tw-bg-opacity))
  }

.website-switcher li:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 0, var(--tw-bg-opacity));
  }

.website-switcher li{
    --tw-bg-opacity: 1;
    background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
  }

.website-switcher li:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 0, var(--tw-bg-opacity));
  }

.website-switcher li a {
      display: block;
      font-size: 1.125rem;
      line-height: 1.75rem;
      line-height: 1.75rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
      --tw-text-opacity: 1;
      color: rgba(255, 237, 0, var(--tw-text-opacity));
    }

.website-switcher li a:hover{
      --tw-text-opacity: 1;
      color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

.website-switcher li a{
      display: block;
      font-size: 1.125rem;
      line-height: 1.75rem;
      line-height: 1.75rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
      --tw-text-opacity: 1;
      color: rgba(255, 237, 0, var(--tw-text-opacity));
    }

.website-switcher li a:hover{
      --tw-text-opacity: 1;
      color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

#category-view-container .category-view-image > .container.website-toggle-button {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .container.website-toggle-button{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .container.website-toggle-button h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .container.website-toggle-button h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

.website-toggle-button{
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 237, 0, var(--tw-text-opacity));
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 237, 0, var(--tw-text-opacity));
}

.website-toggle-button.is-open::after {
      transform: rotate(180deg);
    }

.website-toggle-button::before {
    content: '';
    display: block;
    margin-right: 0.5rem;
    display: block;
    margin-right: 0.5rem;
  }

.website-toggle-button::before{
    background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_globe.svg');
    min-width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
  }

.website-toggle-button::after {
    content: '';
    display: block;
    margin-left: 0.5rem;
    display: block;
    margin-left: 0.5rem;
  }

.website-toggle-button::after{
    background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow-down-yellow.svg');
    min-width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.1s ease transform;
  }

/*! tailwindcss v2.1.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  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.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: TitilliumWeb, Trebuchet MS, Helvetica, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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


      [type='text'],
      [type='email'],
      [type='url'],
      [type='password'],
      [type='number'],
      [type='date'],
      [type='datetime-local'],
      [type='month'],
      [type='search'],
      [type='tel'],
      [type='time'],
      [multiple],
      textarea,
      select
    {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder, textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}


      [type='checkbox'],
      [type='radio']
    {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}


      [type='checkbox']:focus,
      [type='radio']:focus
    {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


      [type='checkbox']:checked,
      [type='radio']:checked
    {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}


      [type='checkbox']:checked:hover,
      [type='checkbox']:checked:focus,
      [type='radio']:checked:hover,
      [type='radio']:checked:focus
    {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}


      [type='checkbox']:indeterminate:hover,
      [type='checkbox']:indeterminate:focus
    {
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}

.container{
  width: 100%;
}

@media (min-width: 576px){
  .container{
    max-width: 576px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.prose{
  color: #374151;
  max-width: 65ch;
}

.prose [class~="lead"]{
  color: #4b5563;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a{
  color: #111827;
  text-decoration: underline;
  font-weight: 500;
}

.prose strong{
  color: #111827;
  font-weight: 600;
}

.prose ol{
  counter-reset: list-counter;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ol > li{
  position: relative;
  counter-increment: list-counter;
  padding-left: 1.75em;
}

.prose ol > li::before{
  content: counter(list-counter) ".";
  position: absolute;
  font-weight: 400;
  color: #6b7280;
  left: 0;
}

.prose ul > li{
  position: relative;
  padding-left: 1.75em;
}

.prose ul > li::before{
  content: "";
  position: absolute;
  background-color: #d1d5db;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}

.prose hr{
  border-color: #e5e7eb;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote{
  font-weight: 500;
  font-style: italic;
  color: #111827;
  border-left-width: 0.25rem;
  border-left-color: #e5e7eb;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before{
  content: open-quote;
}

.prose blockquote p:last-of-type::after{
  content: close-quote;
}

.prose h1{
  color: #111827;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2{
  color: #111827;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3{
  color: #111827;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose h4{
  color: #111827;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose figure figcaption{
  color: #6b7280;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose code{
  color: #111827;
  font-weight: 600;
  font-size: 0.875em;
}

.prose code::before{
  content: "`";
}

.prose code::after{
  content: "`";
}

.prose a code{
  color: #111827;
}

.prose pre{
  color: #e5e7eb;
  background-color: #1f2937;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose pre code{
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose pre code::before{
  content: "";
}

.prose pre code::after{
  content: "";
}

.prose table{
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead{
  color: #111827;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d1d5db;
}

.prose thead th{
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr{
  border-bottom-width: 1px;
  border-bottom-color: #e5e7eb;
}

.prose tbody tr:last-child{
  border-bottom-width: 0;
}

.prose tbody td{
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose{
  font-size: 1rem;
  line-height: 1.75;
}

.prose p{
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose img{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose video{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure{
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure > *{
  margin-top: 0;
  margin-bottom: 0;
}

.prose h2 code{
  font-size: 0.875em;
}

.prose h3 code{
  font-size: 0.9em;
}

.prose ul{
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose li{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose > ul > li p{
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child{
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child{
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child{
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child{
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol{
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + *{
  margin-top: 0;
}

.prose h2 + *{
  margin-top: 0;
}

.prose h3 + *{
  margin-top: 0;
}

.prose h4 + *{
  margin-top: 0;
}

.prose thead th:first-child{
  padding-left: 0;
}

.prose thead th:last-child{
  padding-right: 0;
}

.prose tbody td:first-child{
  padding-left: 0;
}

.prose tbody td:last-child{
  padding-right: 0;
}

.prose > :first-child{
  margin-top: 0;
}

.prose > :last-child{
  margin-bottom: 0;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.bg-primary-lighter{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
}

.bg-primary-light{
  --tw-bg-opacity: 1;
  background-color: rgba(193, 194, 195, var(--tw-bg-opacity));
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 0, var(--tw-bg-opacity));
}

.bg-container-lighter{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-container-blue{
  --tw-bg-opacity: 1;
  background-color: rgba(28, 115, 217, var(--tw-bg-opacity));
}

.bg-container{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-container-darker{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.even\:bg-container:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.even\:bg-container-darker:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-container:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.hover\:bg-container-darker:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.bg-opacity-100{
  --tw-bg-opacity: 1;
}

.border-current{
  border-color: currentColor;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.border-blue{
  --tw-border-opacity: 1;
  border-color: rgba(74, 144, 226, var(--tw-border-opacity));
}

.border-primary-lighter{
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(193, 194, 195, var(--tw-border-opacity));
}

.border-container-lighter{
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.border-container{
  --tw-border-opacity: 1;
  border-color: rgba(231, 231, 231, var(--tw-border-opacity));
}

.border-container-darker{
  --tw-border-opacity: 1;
  border-color: rgba(182, 182, 182, var(--tw-border-opacity));
}

.hover\:border-yellow:hover{
  --tw-border-opacity: 1;
  border-color: rgba(231, 215, 7, var(--tw-border-opacity));
}

.hover\:border-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgba(74, 144, 226, var(--tw-border-opacity));
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgba(193, 194, 195, var(--tw-border-opacity));
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus\:border-blue:focus{
  --tw-border-opacity: 1;
  border-color: rgba(74, 144, 226, var(--tw-border-opacity));
}

.focus\:border-primary-lighter:focus{
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgba(193, 194, 195, var(--tw-border-opacity));
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border{
  border-width: 1px;
}

.border-r-0{
  border-right-width: 0px;
}

.border-l-0{
  border-left-width: 0px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-t{
  border-top-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.last\:border-0:last-child{
  border-width: 0px;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.last\:border-b:last-child{
  border-bottom-width: 1px;
}

.hover\:border-b-2:hover{
  border-bottom-width: 2px;
}

.focus\:border-0:focus{
  border-width: 0px;
}

.box-content{
  box-sizing: content-box;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.table-row{
  display: table-row;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.flex-row{
  flex-direction: row;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

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

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.items-baseline{
  align-items: baseline;
}

.content-center{
  align-content: center;
}

.self-start{
  align-self: flex-start;
}

.self-end{
  align-self: flex-end;
}

.self-center{
  align-self: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-evenly{
  justify-content: space-evenly;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-none{
  flex: none;
}

.flex-grow{
  flex-grow: 1;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-first{
  order: -9999;
}

.float-left{
  float: left;
}

.clear-left{
  clear: left;
}

.font-normal{
  font-weight: 400;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.font-bold{
  font-weight: 700;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-48{
  height: 12rem;
}

.h-56{
  height: 14rem;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-xxl{
  font-size: 1.375rem;
}

.text-2\.5xl{
  font-size: 1.75rem;
}

.text-3\.5xl{
  font-size: 2rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.leading-normal{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

.list-disc{
  list-style-type: disc;
}

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-2{
  margin: 0.5rem;
}

.m-auto{
  margin: auto;
}

.-m-2{
  margin: -0.5rem;
}

.-m-3{
  margin: -0.75rem;
}

.-m-4{
  margin: -1rem;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mt-0{
  margin-top: 0px;
}

.mr-0{
  margin-right: 0px;
}

.mb-0{
  margin-bottom: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mr-4{
  margin-right: 1rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.ml-4{
  margin-left: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mr-8{
  margin-right: 2rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-8{
  margin-left: 2rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mr-10{
  margin-right: 2.5rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.ml-10{
  margin-left: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mt-auto{
  margin-top: auto;
}

.mr-auto{
  margin-right: auto;
}

.ml-auto{
  margin-left: auto;
}

.mb-1\.5{
  margin-bottom: 0.375rem;
}

.-mr-1{
  margin-right: -0.25rem;
}

.-mr-2{
  margin-right: -0.5rem;
}

.-mt-4{
  margin-top: -1rem;
}

.-mr-4{
  margin-right: -1rem;
}

.-mt-5{
  margin-top: -1.25rem;
}

.-mt-6{
  margin-top: -1.5rem;
}

.-ml-6{
  margin-left: -1.5rem;
}

.-mt-8{
  margin-top: -2rem;
}

.-mr-12{
  margin-right: -3rem;
}

.-ml-px{
  margin-left: -1px;
}

.first\:mt-0:first-child{
  margin-top: 0px;
}

.last\:mr-0:last-child{
  margin-right: 0px;
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.last\:mb-6:last-child{
  margin-bottom: 1.5rem;
}

.max-h-0{
  max-height: 0;
}

.max-h-28{
  max-height: 7rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-full{
  max-width: 100%;
}

.max-w-prose{
  max-width: 65ch;
}

.max-w-screen-2xl{
  max-width: 1536px;
}

.max-w-1\/2{
  max-width: 50%;
}

.min-h-0{
  min-height: 0px;
}

.min-w-40{
  min-width: 10rem;
}

.min-w-48{
  min-width: 12rem;
}

.min-w-320{
  min-width: 320px;
}

.min-w-min{
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.opacity-0{
  opacity: 0;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-100{
  opacity: 1;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.disabled\:opacity-75:disabled{
  opacity: 0.75;
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-10{
  padding: 2.5rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.pb-0{
  padding-bottom: 0px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pr-4{
  padding-right: 1rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pl-4{
  padding-left: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pr-12{
  padding-right: 3rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pt-16{
  padding-top: 4rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pointer-events-none{
  pointer-events: none;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.top-0{
  top: 0px;
}

.right-0{
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-4{
  right: 1rem;
}

.-top-0{
  top: 0px;
}

.-top-0\.5{
  top: -0.125rem;
}

.top-1\/2{
  top: 50%;
}

.top-2\/4{
  top: 50%;
}

.top-full{
  top: 100%;
}

*{
  --tw-shadow: 0 0 #0000;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-offset-2{
  --tw-ring-offset-width: 2px;
}

.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.stroke-1{
  stroke-width: 1;
}

.table-auto{
  table-layout: auto;
}

.text-left{
  text-align: left;
}

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

.text-right{
  text-align: right;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.text-primary-lighter{
  --tw-text-opacity: 1;
  color: rgba(111, 120, 131, var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgba(74, 144, 226, var(--tw-text-opacity));
}

.text-secondary-darker{
  --tw-text-opacity: 1;
  color: rgba(28, 115, 217, var(--tw-text-opacity));
}

.text-error{
  --tw-text-opacity: 1;
  color: rgba(250, 66, 0, var(--tw-text-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover{
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
}

.hover\:text-primary-darker:hover{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.hover\:text-secondary-darker:hover{
  --tw-text-opacity: 1;
  color: rgba(28, 115, 217, var(--tw-text-opacity));
}

.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.underline{
  text-decoration: underline;
}

.line-through{
  text-decoration: line-through;
}

.no-underline{
  text-decoration: none;
}

.hover\:underline:hover{
  text-decoration: underline;
}

.hover\:no-underline:hover{
  text-decoration: none;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.break-all{
  word-break: break-all;
}

.w-0{
  width: 0px;
}

.w-2{
  width: 0.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-32{
  width: 8rem;
}

.w-40{
  width: 10rem;
}

.w-44{
  width: 11rem;
}

.w-56{
  width: 14rem;
}

.w-60{
  width: 15rem;
}

.w-64{
  width: 16rem;
}

.w-auto{
  width: auto;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-1\/4{
  width: 25%;
}

.w-3\/4{
  width: 75%;
}

.w-3\/5{
  width: 60%;
}

.w-4\/12{
  width: 33.333333%;
}

.w-5\/12{
  width: 41.666667%;
}

.w-6\/12{
  width: 50%;
}

.w-7\/12{
  width: 58.333333%;
}

.w-8\/12{
  width: 66.666667%;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-50{
  z-index: 50;
}

.z-auto{
  z-index: auto;
}

.focus\:z-10:focus{
  z-index: 10;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-0{
  row-gap: 0px;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-16{
  row-gap: 4rem;
}

.grid-flow-row{
  grid-auto-flow: row;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

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

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

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

.grid-cols-grouped-table{
  grid-template-columns: 100px 1fr 92px 75px 75px 160px;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-start-2{
  grid-column-start: 2;
}

.row-start-1{
  grid-row-start: 1;
}

.row-start-2{
  grid-row-start: 2;
}

.transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.origin-top-right{
  transform-origin: top right;
}

.origin-top-left{
  transform-origin: top left;
}

.rotate-0{
  --tw-rotate: 0deg;
}

.rotate-180{
  --tw-rotate: 180deg;
}

.translate-x-0{
  --tw-translate-x: 0px;
}

.-translate-x-1{
  --tw-translate-x: -0.25rem;
}

.-translate-x-12{
  --tw-translate-x: -3rem;
}

.translate-x-full{
  --tw-translate-x: 100%;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
}

.-translate-x-1\/3{
  --tw-translate-x: -33.333333%;
}

.-translate-x-full{
  --tw-translate-x: -100%;
}

.-translate-y-6{
  --tw-translate-y: -1.5rem;
}

.-translate-y-8{
  --tw-translate-y: -2rem;
}

.translate-y-1\/2{
  --tw-translate-y: 50%;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
}

.-translate-y-2\/4{
  --tw-translate-y: -50%;
}

.-translate-y-full{
  --tw-translate-y: -100%;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-700{
  transition-duration: 700ms;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
}

.header-top {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
  height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
  height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.topmenu {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-top: 0;
}

.topmenu::before {
    content: "";
    z-index: -1;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: block;
    height: 1.5rem;
    position: absolute;
    left: 4rem;
    top: -0.75rem;
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    width: 1.5rem;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-rotate: 45deg;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: block;
    height: 1.5rem;
    position: absolute;
    left: 4rem;
    top: -0.75rem;
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    width: 1.5rem;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-rotate: 45deg;
  }

.login-as-customer-container {
  position: relative;
  position: relative;
}

@media screen and (max-width: 767px) {

.login-as-customer-container {
    display: none
}
  }

.home-usps {
  display: grid;
  margin-bottom: 4rem;
  row-gap: 2rem;
  display: grid;
  margin-bottom: 4rem;
  row-gap: 2rem
}

@media (min-width: 768px){
  .home-usps{
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 6rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 6rem;
  }
}

@media (min-width: 1280px){
  .home-usps{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {

.home-usps{
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}
  }

.home-usps > div {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

@media (min-width: 768px){
    .home-usps > div{
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }

.home-usps .home-usps-title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.625;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.625;
    margin-bottom: 1.5rem;
  }

@media (min-width: 768px){
    .home-usps .home-usps-title{
      font-size: 1.75rem;
      line-height: 2.5rem;
      margin-bottom: 2rem;
      font-size: 1.75rem;
      line-height: 2.5rem;
      margin-bottom: 2rem;
    }
  }

.home-usps img {
    margin-bottom: 1rem;
    margin-bottom: 1rem;
  }

.snap {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scroll-behavior: smooth
}

.snap::-webkit-scrollbar {
  display: none;
  width: 0;
}

.snap > div {
  -webkit-scroll-snap-align: center;
  scroll-snap-align: center;
}

.home-showroom {
  flex-direction: column-reverse;
  margin-bottom: 4rem;
  flex-direction: column-reverse;
  margin-bottom: 4rem;
}

@media (min-width: 768px){
  .home-showroom{
    flex-direction: row;
    margin-bottom: 12rem;
    flex-direction: row;
    margin-bottom: 12rem;
  }
}

.home-techno-post {
  margin-bottom: 4rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px){
  .home-techno-post{
    margin-bottom: 7rem;
    margin-bottom: 7rem;
  }
}

.catalogsearch-result-index .columns {
    flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

@media (min-width: 768px){
      .catalogsearch-result-index.page-layout-2columns-left .columns,.catalog-category-view.page-layout-2columns-left .columns{
        justify-content: space-between;
        justify-content: space-between;
      }
    }

.catalogsearch-result-index.page-layout-2columns-left .columns .sidebar, .catalog-category-view.page-layout-2columns-left .columns .sidebar {
        flex-basis: 100%;
        padding-right: 0;
      }

@media (min-width: 1024px) {

.catalogsearch-result-index.page-layout-2columns-left .columns .sidebar, .catalog-category-view.page-layout-2columns-left .columns .sidebar {
          flex-basis: 350px;

          flex-grow: 0;

          flex-shrink: 1
      }
        }

@media (min-width: 1024px) {

.catalogsearch-result-index.page-layout-2columns-left .columns .column.main, .catalog-category-view.page-layout-2columns-left .columns .column.main {
          flex-basis: calc(100% - 382px);

          flex-grow: 0;

          flex-shrink: 1
      }
        }

.catalogsearch-result-index.page-layout-2columns-left .category-cms + .row .columns .sidebar, .catalog-category-view.page-layout-2columns-left .category-cms + .row .columns .sidebar {
          display: none;
        }

.catalogsearch-result-index.page-layout-2columns-left .category-cms + .row .columns .column.main, .catalog-category-view.page-layout-2columns-left .category-cms + .row .columns .column.main {
          flex-basis: 100%;
        }

.catalogsearch-result-index.page-layout-2columns-left .filter-block, .catalog-category-view.page-layout-2columns-left .filter-block {
      width: 100%;
    }

.catalogsearch-result-index.page-layout-2columns-left[class*=category-]:not(.page-with-filter) .columns .column.main, .catalog-category-view.page-layout-2columns-left[class*=category-]:not(.page-with-filter) .columns .column.main {
        flex-basis: 100% !important;
      }

.category-description .seo, .category-description h2{
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.625;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.625;
    margin-bottom: 1rem;
  }

@media (min-width: 768px){
    .category-description .seo, .category-description h2{
      font-size: 1.75rem;
      line-height: 2.5rem;
      margin-bottom: 1.5rem;
      font-size: 1.75rem;
      line-height: 2.5rem;
      margin-bottom: 1.5rem;
    }
  }

.category-description p:empty {
    display: none;
  }

.category-description > p:not(:last-child) {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
  }

@media (min-width: 768px){
    .category-description > p:not(:last-child){
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

.toolbar-products .pages {
    display: none;
  }

.toolbar-products ~ .toolbar-products #category-view-container .category-view-image > .container.pages {
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px;
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px
          }

@media (min-width: 768px){
            .toolbar-products ~ .toolbar-products #category-view-container .category-view-image > .container.pages{
              margin-bottom: 1rem;
              margin-top: 2.5rem;
              margin-bottom: 1rem;
              margin-top: 2.5rem;
            }
          }

.toolbar-products ~ .toolbar-products #category-view-container .category-view-image > .container.pages h1 {
              font-size: 2rem;
              margin: 0px;
              font-size: 2rem;
              margin: 0px;
            }

@media (min-width: 768px){
              .toolbar-products ~ .toolbar-products #category-view-container .category-view-image > .container.pages h1{
                font-size: 3rem;
                font-size: 3rem;
              }
            }

.toolbar-products ~ .toolbar-products .pages{
      display: flex;
      margin-left: auto;
      display: flex;
      margin-left: auto;
    }

.filter-block {
  width: calc(100% + 32px);
  margin-right: -1rem;
  margin-right: -1rem;
}

.bottom-description {
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px){
  .bottom-description{
    max-width: 32rem;
    max-width: 32rem;
  }
}

.bottom-description h2 {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }

@media (min-width: 768px){
    .bottom-description h2{
      font-size: 1.75rem;
      line-height: 2.5rem;
      margin-bottom: 1.5rem;
      margin-top: 4rem;
      font-size: 1.75rem;
      line-height: 2.5rem;
      margin-bottom: 1.5rem;
      margin-top: 4rem;
    }
  }

.bottom-description p, .bottom-description ul {
    line-height: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }

@media (min-width: 768px){
    .bottom-description p, .bottom-description ul{
      font-size: 1.125rem;
      line-height: 1.75rem;
      line-height: 1.75rem;
      margin-bottom: 1.5rem;
      font-size: 1.125rem;
      line-height: 1.75rem;
      line-height: 1.75rem;
      margin-bottom: 1.5rem;
    }
  }

.block-new-customer ul {
    list-style-type: square;
    padding-left: 1.25rem;
    list-style-type: square;
    padding-left: 1.25rem;
  }

@media (min-width: 768px){
    .cms-no-route .page-main{
      margin-bottom: 6.5rem;
      margin-bottom: 6.5rem;
    }
  }

.cms-no-route .page-main > * {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 600px;
    }

.cms-no-route .page-main .list-404 {
      list-style-type: disc;
      margin-top: 1rem;
      padding-left: 1.25rem;
      list-style-type: disc;
      margin-top: 1rem;
      padding-left: 1.25rem;
    }

.cms-no-route .page-main .list-404 li {
        margin-bottom: 0px;
        margin-bottom: 0px;
      }

.cms-no-route .page-main .list-404 li:last-of-type a {
            margin-left: -1.25rem;
            margin-left: -1.25rem;
          }

.avg-cookiebar {
  bottom: 0;
  top: auto !important;
}

#hogetexHLP {
  width: 100%;
}

@media (min-width: 576px){
  #hogetexHLP{
    max-width: 576px;
  }
}

@media (min-width: 768px){
  #hogetexHLP{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  #hogetexHLP{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  #hogetexHLP{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  #hogetexHLP{
    max-width: 1536px;
  }
}

#category-view-container .category-view-image > #hogetexHLP h1 {
        z-index: 10;
        z-index: 10;
      }

#category-view-container .category-view-image > #hogetexHLP.flex {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > #hogetexHLP.flex{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > #hogetexHLP.flex h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > #hogetexHLP.flex h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

#hogetexHLP {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 576px){
  #hogetexHLP{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#hogetexHLP{
  width: 100%;
}

@media (min-width: 576px){
  #hogetexHLP{
    max-width: 576px;
  }
}

@media (min-width: 768px){
  #hogetexHLP{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  #hogetexHLP{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  #hogetexHLP{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  #hogetexHLP{
    max-width: 1536px;
  }
}

#hogetexHLP{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.footer-usps #category-view-container .category-view-image > .container#hogetexHLP {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .footer-usps #category-view-container .category-view-image > .container#hogetexHLP{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.footer-usps #category-view-container .category-view-image > .container#hogetexHLP h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .footer-usps #category-view-container .category-view-image > .container#hogetexHLP h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.footer-usps #hogetexHLP{
    display: flex;
    flex-direction: column;
    display: flex;
    flex-direction: column;
  }

@media (min-width: 768px){
    .footer-usps #hogetexHLP{
      flex-direction: row;
      flex-direction: row;
    }
  }

.footer-usps #hogetexHLP #category-view-container .category-view-image > .container> * {
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px;
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px
          }

@media (min-width: 768px){
            .footer-usps #hogetexHLP #category-view-container .category-view-image > .container> *{
              margin-bottom: 1rem;
              margin-top: 2.5rem;
              margin-bottom: 1rem;
              margin-top: 2.5rem;
            }
          }

.footer-usps #hogetexHLP #category-view-container .category-view-image > .container> * h1 {
              font-size: 2rem;
              margin: 0px;
              font-size: 2rem;
              margin: 0px;
            }

@media (min-width: 768px){
              .footer-usps #hogetexHLP #category-view-container .category-view-image > .container> * h1{
                font-size: 3rem;
                font-size: 3rem;
              }
            }

.footer-usps #hogetexHLP > *{
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex: 1 1 0%;
      font-size: 1.125rem;
      line-height: 1.75rem;
      line-height: 1.625;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex: 1 1 0%;
      font-size: 1.125rem;
      line-height: 1.75rem;
      line-height: 1.625;
    }

@media (min-width: 576px){
      .footer-usps #hogetexHLP > *{
        justify-content: center;
        justify-content: center;
      }
    }

#hogetexHLP{
  max-width: 945px;
}

/*00-Basics*/

#hogetexHLP ._00_button {
  background: #000;
  border: none;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}

#hogetexHLP li {
  margin-left: 20px;
  padding: 5px;
}

#hogetexHLP ol {
  list-style-type: decimal;
}

#hogetexHLP .loeseotext a {
  text-decoration: underline;
}

#hogetexHLP h2 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

#hogetexHLP h3,  #hogetexHLP h4 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 20px;
}

/*00-Gridfixes*/

#hogetexHLP .loeseotext {
  margin-bottom: 20px;
}

#hogetexHLP ._06_design_flex {
  margin-bottom: 20px;
}

#hogetexHLP .llpages-autocontent-links {
  display: flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

#hogetexHLP .llpages-autocontent-links div {
  flex: 0 0 23%;
  background: #f7f7f7;
  margin: 10px;
  padding: 10px;
  text-align: left;
}

#hogetexHLP .llpages-faq.faq-a {
  border: none;
}

#hogetexHLP .llpages-faq-question {
  font-size: 1.2rem;
  color: #333333
}

#hogetexHLP .llpages-faq-answer {
  font-size: 1rem;
  color: #333333
}

#hogetexHLP .llpages-faq.faq-a .llpages-faq-item.active {
  background-color: #fff;
}

#hogetexHLP .llpages-faq.faq-a .llpages-faq-item {
  margin: 5px 10px;
  border: solid 1px #333333;
  background-color: #fff;
  padding: 10px;
}

#hogetexHLP ._02_bg_box_color.blue-bg a, #hogetexHLP ._02_bg_box_color.red-bg a, #hogetexHLP ._02_bg_box_color.dark-bg a {
  color: #ccc;
  text-decoration: underline;
}

#hogetexHLP ._02_bg_box_color.blue-bg h4, #hogetexHLP ._02_bg_box_color.red-bg h4, #hogetexHLP ._02_bg_box_color.dark-bg h4 {
  color: #f7f7f7;
}

#hogetexHLP ._02_bg_box_color.black-bg, #hogetexHLP ._02_bg_col_color.black-bg .llpages-gridcell {
  background: #000;
  color: #fff;
}

#hogetexHLP ._02_bg_box_color.dark-bg, #hogetexHLP ._02_bg_col_color.dark-bg .llpages-gridcell {
  background: #333;
  color: #fff;
}

#hogetexHLP ._02_bg_box_color.blue-bg, #hogetexHLP ._02_bg_col_color.blue-bg .llpages-gridcell {
  background: #152A72;
  color: #fff;
}

#hogetexHLP ._02_bg_box_color.red-bg, #hogetexHLP ._02_bg_col_color.red-bg .llpages-gridcell {
  background: #ff0000;
  color: #fff;
}

/*02-HLP Elemente*/

#hogetexHLP ._02_image_box_config {
  background-size: cover;
  background-position: center;
  min-height: 450px;
  display: flex;
  align-items: center;
  position: relative;
}

#hogetexHLP ._02_image_box_headline {
  position: absolute;
  left: 0;
  top: 40px;
  background: #f7f7f7;
}

#hogetexHLP ._02_image_box_config ._02_image_box_inside {
  padding: 20px
}

#hogetexHLP ._02_content_box_liste>div {
  border: 1px solid #000;
}

#hogetexHLP ._02_content_box_liste strong {
  font-size: 1.2em;
}

#hogetexHLP ._02_content_box_liste ul {
  margin: 10px 20px;
}

#hogetexHLP ._02_content_box_liste_beschreibung>div {
  padding: 0px;
}

#hogetexHLP ._02_icon_liste_beschreibung strong:after {
  width: 100%;
}

#hogetexHLP ._06_design_karte ._02_icon_liste_beschreibung {
  padding-top: 20px;
}

#hogetexHLP ._02_icon_liste ._06_design_karte>div:last-child {
  flex: 0 0 50%;
}

#hogetexHLP ._03_produkt_liste.show-bg>div {
  background: url(https://cdn.loewenstark.info/data/1429-produkt-bg-white.jpg);
  background-size: cover;
  border: 1px solid #f1f1f1;
}

#hogetexHLP ._03_produkt_liste.grau-bg>div {
  background: #F5F5F8;
  border: 1px solid #F5F5F8;
}

#hogetexHLP ._03_produkt_liste.dunkel-bg>div {
  background: #333333;
  border: 1px solid #000;
  color: #fff;
}

#hogetexHLP ._03_produkt_liste.weiß-bg>div {
  background: #ffffff;
  border: 1px solid #f1f1f1;
}

#hogetexHLP ._03_produkt_liste.ohne-bg>div {
  background: none;
  border: none;
}

#hogetexHLP ._03_produkt_liste img {
  width: 100%;
  padding: 15px;
  transition: all .3s ease-in-out;
}

#hogetexHLP ._03_produkt_liste img:hover {
  transform: scale(1.1);
  transition: all .3s ease-in-out;
}

#hogetexHLP ._03_produkt_liste_beschreibung {
  text-align: center;
}

#hogetexHLP ._03_produkt_liste ._06_design_karte ._03_produkt_liste_beschreibung {
  text-align: left;
}

#hogetexHLP ._03_produkt_liste ._06_design_karte ._03_produkt_liste_beschreibung p {
  text-align: left;
}

#hogetexHLP ._03_produkt_liste ._06_design_kachel ._03_produkt_liste_beschreibung p {
  text-align: center;
}

#hogetexHLP ._03_produkt_liste img {
  width: 100%;
  padding: 15px;
  transition: all .3s ease-in-out;
}

#hogetexHLP ._04_achtung_box {
  margin: 50px 0px 10px 0px;
  align-items: center;
}

#hogetexHLP ._04_achtung_box.design1 {
  padding: 40px 20px 0px 0px;
}

#hogetexHLP ._04_achtung_box.design1 h3 {
  text-align: center;
}

#hogetexHLP ._04_achtung_box.design2 {
  display: -ms-flex;
  display: flex;
  background: linear-gradient(225deg,
            transparent 0%,
            transparent 15%,
            #777 15%,
            #777 85%,
            transparent 85%,
            transparent 100%);
  color: #fff;
  min-height: 200px;
  align-items: center;
}

#hogetexHLP ._04_achtung_box_icon, #hogetexHLP ._04_achtung_box_icon_image {
  display: -ms-flex;
  display: flex;
}

#hogetexHLP ._04_achtung_box_icon i {
  font-size: 2.5em;
  padding: 20px;
  border-radius: 200px;
}

#hogetexHLP ._04_achtung_box.design2 ._04_achtung_box_beschreibung {
  padding: 0 15em;
}

#hogetexHLP ._04_achtung_box_icon.inside {
  display: inline-block;
}

#hogetexHLP ._04_achtung_box_icon_image img {
  width: 100%;
  max-width: 350px;
  padding: 0px;
}

#hogetexHLP ._04_achtung_box_beschreibung {
  padding: 0px 30px 20px 30px;
}

#hogetexHLP .fa-li .fas fa-check-square {
  color: #green;
}

#hogetexHLP table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #202020;
}

#hogetexHLP table tbody tr th, #hogetexHLP table tbody tr td {
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

#hogetexHLP table tbody tr th {
  background: #285f8f;
  color: #fff;
  font-size: 14px;
}

#hogetexHLP table tbody tr:nth-child(even) {
  background: #fff;
}

#hogetexHLP table tbody tr:nth-child(odd) {
  background: #e7e7e7;
}

#hogetexHLP table tbody td:nth-child(0n+1) {
  text-align: left;
  font-weight: 700;
}

/*03 Besondere Elemente*/

#hogetexHLP ._04_teaser ._00_button {
  width: 100%;
  display: inline-block;
}

/* Mobile*/

@media screen and (max-width: 1670px) {
}

@media screen and (max-width: 850px) {
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 600px) {
}

._02_icon_liste_icon i {
  padding: 20px;
}

._02_icon_liste_icon.round i, #wptrading ._02_icon_liste_icon.round img {
  border-radius: 100px;
}

._02_icon_liste_icon img {
  max-width: 100px;
  padding: 10px;
}

._02_icon_liste ._06_design_karte div:first-child {
  flex: 0 0 10%;
}

._02_icon_liste ._06_design_karte div:last-child {
  flex: 0 0 80%;
}

._02_icon_liste_icon ._06_design_karte, ._06_design_karte ._02_icon_liste_beschreibung {
  text-align: left;
}

._06_design_karte ._02_icon_liste_icon p, ._06_design_karte ._02_icon_liste_beschreibung p {
  text-align: left;
}

._06_design_kachel ._02_icon_liste_icon, ._06_design_kachel ._02_icon_liste_beschreibung {
  text-align: center;
}

._02_icon_liste_beschreibung strong:after {
  content: "";
  display: block;
  border-bottom: 1px solid;
  width: 50%;
  padding-top: 10px;
  margin: 0 auto;
}

._02_icon_liste_icon i {
  padding: 20px;
}

._02_icon_liste_icon.round i, #wptrading ._02_icon_liste_icon.round img {
  border-radius: 100px;
}

._02_icon_liste_icon img {
  max-width: 100px;
  padding: 10px;
}

._02_icon_liste ._06_design_karte div:first-child {
  flex: 0 0 10%;
}

._02_icon_liste ._06_design_karte div:last-child {
  flex: 0 0 80%;
}

._02_icon_liste_icon ._06_design_karte, ._06_design_karte ._02_icon_liste_beschreibung {
  text-align: left;
}

._06_design_karte ._02_icon_liste_icon p, ._06_design_karte ._02_icon_liste_beschreibung p {
  text-align: left;
}

._06_design_kachel ._02_icon_liste_icon, ._06_design_kachel ._02_icon_liste_beschreibung {
  text-align: center;
}

._02_icon_liste_beschreibung strong:after {
  content: "";
  display: block;
  border-bottom: 1px solid;
  width: 50%;
  padding-top: 10px;
  margin: 0 auto;
}

._02_icon_liste_icon i {
  padding: 20px;
}

._02_icon_liste_icon.round i, #wptrading ._02_icon_liste_icon.round img {
  border-radius: 100px;
}

._02_icon_liste_icon img {
  max-width: 100px;
  padding: 10px;
}

._02_icon_liste ._06_design_karte div:first-child {
  flex: 0 0 10%;
}

._02_icon_liste ._06_design_karte div:last-child {
  flex: 0 0 80%;
}

._02_icon_liste_icon ._06_design_karte, ._06_design_karte ._02_icon_liste_beschreibung {
  text-align: left;
}

._06_design_karte ._02_icon_liste_icon p, ._06_design_karte ._02_icon_liste_beschreibung p {
  text-align: left;
}

._06_design_kachel ._02_icon_liste_icon, ._06_design_kachel ._02_icon_liste_beschreibung {
  text-align: center;
}

._02_icon_liste_beschreibung strong:after {
  content: "";
  display: block;
  border-bottom: 1px solid;
  width: 50%;
  padding-top: 10px;
  margin: 0 auto;
}

.llpages-faq-item {
  display: block;
  text-decoration: none;
  color: #444;
}

.llpages-faq-item > * {
  display: block;
}

.llpages-faq-question {
  font-weight: bold;
  cursor: pointer;
}

.llpages-faq-answer {
  font-size: .8em;
  padding-top: 15px;
  line-height: 1.5em;
}

.llpages-faq-item.active .llpages-faq-answer {
  display: block;
}

/* different styles */

.llpages-faq.faq-a {
  border: 1px solid blue;
}

.llpages-faq.faq-a .llpages-faq-item {
  margin: 5px 10px;
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 10px;
}

.llpages-faq.faq-a .llpages-faq-item.active {
  background-color: rgb(209, 197, 31);
}

.llpages-faq.faq-b {
  border: 1px solid green;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.llpages-faq.faq-b .llpages-faq-item {
  flex-basis: calc(50% - 5px);
}

.llpages-faq.faq-b .llpages-faq-question {
  margin: 5px 10px;
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 10px;
}

.llpages-faq.faq-b .llpages-faq-answer {
  margin-top: 10px;
  padding: 10px;
}

.llpages-faq.faq-b .llpages-faq-item.active .llpages-faq-question {
  background-color: rgb(209, 197, 31);
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.bg-primary-lighter{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
}

.bg-primary-light{
  --tw-bg-opacity: 1;
  background-color: rgba(193, 194, 195, var(--tw-bg-opacity));
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 0, var(--tw-bg-opacity));
}

.bg-container-lighter{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-container-blue{
  --tw-bg-opacity: 1;
  background-color: rgba(28, 115, 217, var(--tw-bg-opacity));
}

.bg-container{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-container-darker{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.even\:bg-container:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.even\:bg-container-darker:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-container:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.hover\:bg-container-darker:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.bg-opacity-100{
  --tw-bg-opacity: 1;
}

.border-current{
  border-color: currentColor;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.border-blue{
  --tw-border-opacity: 1;
  border-color: rgba(74, 144, 226, var(--tw-border-opacity));
}

.border-primary-lighter{
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(193, 194, 195, var(--tw-border-opacity));
}

.border-container-lighter{
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.border-container{
  --tw-border-opacity: 1;
  border-color: rgba(231, 231, 231, var(--tw-border-opacity));
}

.border-container-darker{
  --tw-border-opacity: 1;
  border-color: rgba(182, 182, 182, var(--tw-border-opacity));
}

.hover\:border-yellow:hover{
  --tw-border-opacity: 1;
  border-color: rgba(231, 215, 7, var(--tw-border-opacity));
}

.hover\:border-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgba(74, 144, 226, var(--tw-border-opacity));
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgba(193, 194, 195, var(--tw-border-opacity));
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus\:border-blue:focus{
  --tw-border-opacity: 1;
  border-color: rgba(74, 144, 226, var(--tw-border-opacity));
}

.focus\:border-primary-lighter:focus{
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgba(193, 194, 195, var(--tw-border-opacity));
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border{
  border-width: 1px;
}

.border-r-0{
  border-right-width: 0px;
}

.border-l-0{
  border-left-width: 0px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-t{
  border-top-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.last\:border-0:last-child{
  border-width: 0px;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.last\:border-b:last-child{
  border-bottom-width: 1px;
}

.hover\:border-b-2:hover{
  border-bottom-width: 2px;
}

.focus\:border-0:focus{
  border-width: 0px;
}

.box-content{
  box-sizing: content-box;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.table-row{
  display: table-row;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.flex-row{
  flex-direction: row;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

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

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.items-baseline{
  align-items: baseline;
}

.content-center{
  align-content: center;
}

.self-start{
  align-self: flex-start;
}

.self-end{
  align-self: flex-end;
}

.self-center{
  align-self: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-evenly{
  justify-content: space-evenly;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-none{
  flex: none;
}

.flex-grow{
  flex-grow: 1;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-first{
  order: -9999;
}

.float-left{
  float: left;
}

.clear-left{
  clear: left;
}

.font-normal{
  font-weight: 400;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.font-bold{
  font-weight: 700;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-48{
  height: 12rem;
}

.h-56{
  height: 14rem;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-xxl{
  font-size: 1.375rem;
}

.text-2\.5xl{
  font-size: 1.75rem;
}

.text-3\.5xl{
  font-size: 2rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.leading-normal{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

.list-disc{
  list-style-type: disc;
}

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-2{
  margin: 0.5rem;
}

.m-auto{
  margin: auto;
}

.-m-2{
  margin: -0.5rem;
}

.-m-3{
  margin: -0.75rem;
}

.-m-4{
  margin: -1rem;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mt-0{
  margin-top: 0px;
}

.mr-0{
  margin-right: 0px;
}

.mb-0{
  margin-bottom: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mr-4{
  margin-right: 1rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.ml-4{
  margin-left: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mr-8{
  margin-right: 2rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-8{
  margin-left: 2rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mr-10{
  margin-right: 2.5rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.ml-10{
  margin-left: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mt-auto{
  margin-top: auto;
}

.mr-auto{
  margin-right: auto;
}

.ml-auto{
  margin-left: auto;
}

.mb-1\.5{
  margin-bottom: 0.375rem;
}

.-mr-1{
  margin-right: -0.25rem;
}

.-mr-2{
  margin-right: -0.5rem;
}

.-mt-4{
  margin-top: -1rem;
}

.-mr-4{
  margin-right: -1rem;
}

.-mt-5{
  margin-top: -1.25rem;
}

.-mt-6{
  margin-top: -1.5rem;
}

.-ml-6{
  margin-left: -1.5rem;
}

.-mt-8{
  margin-top: -2rem;
}

.-mr-12{
  margin-right: -3rem;
}

.-ml-px{
  margin-left: -1px;
}

.first\:mt-0:first-child{
  margin-top: 0px;
}

.last\:mr-0:last-child{
  margin-right: 0px;
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.last\:mb-6:last-child{
  margin-bottom: 1.5rem;
}

.max-h-0{
  max-height: 0;
}

.max-h-28{
  max-height: 7rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-full{
  max-width: 100%;
}

.max-w-prose{
  max-width: 65ch;
}

.max-w-screen-2xl{
  max-width: 1536px;
}

.max-w-1\/2{
  max-width: 50%;
}

.min-h-0{
  min-height: 0px;
}

.min-w-40{
  min-width: 10rem;
}

.min-w-48{
  min-width: 12rem;
}

.min-w-320{
  min-width: 320px;
}

.min-w-min{
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.opacity-0{
  opacity: 0;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-100{
  opacity: 1;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.disabled\:opacity-75:disabled{
  opacity: 0.75;
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-10{
  padding: 2.5rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.pb-0{
  padding-bottom: 0px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pr-4{
  padding-right: 1rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pl-4{
  padding-left: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pr-12{
  padding-right: 3rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pt-16{
  padding-top: 4rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pointer-events-none{
  pointer-events: none;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.top-0{
  top: 0px;
}

.right-0{
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-4{
  right: 1rem;
}

.-top-0{
  top: 0px;
}

.-top-0\.5{
  top: -0.125rem;
}

.top-1\/2{
  top: 50%;
}

.top-2\/4{
  top: 50%;
}

.top-full{
  top: 100%;
}

*{
  --tw-shadow: 0 0 #0000;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-offset-2{
  --tw-ring-offset-width: 2px;
}

.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.stroke-1{
  stroke-width: 1;
}

.table-auto{
  table-layout: auto;
}

.text-left{
  text-align: left;
}

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

.text-right{
  text-align: right;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.text-primary-lighter{
  --tw-text-opacity: 1;
  color: rgba(111, 120, 131, var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgba(74, 144, 226, var(--tw-text-opacity));
}

.text-secondary-darker{
  --tw-text-opacity: 1;
  color: rgba(28, 115, 217, var(--tw-text-opacity));
}

.text-error{
  --tw-text-opacity: 1;
  color: rgba(250, 66, 0, var(--tw-text-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover{
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
}

.hover\:text-primary-darker:hover{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.hover\:text-secondary-darker:hover{
  --tw-text-opacity: 1;
  color: rgba(28, 115, 217, var(--tw-text-opacity));
}

.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.underline{
  text-decoration: underline;
}

.line-through{
  text-decoration: line-through;
}

.no-underline{
  text-decoration: none;
}

.hover\:underline:hover{
  text-decoration: underline;
}

.hover\:no-underline:hover{
  text-decoration: none;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.break-all{
  word-break: break-all;
}

.w-0{
  width: 0px;
}

.w-2{
  width: 0.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-32{
  width: 8rem;
}

.w-40{
  width: 10rem;
}

.w-44{
  width: 11rem;
}

.w-56{
  width: 14rem;
}

.w-60{
  width: 15rem;
}

.w-64{
  width: 16rem;
}

.w-auto{
  width: auto;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-1\/4{
  width: 25%;
}

.w-3\/4{
  width: 75%;
}

.w-3\/5{
  width: 60%;
}

.w-4\/12{
  width: 33.333333%;
}

.w-5\/12{
  width: 41.666667%;
}

.w-6\/12{
  width: 50%;
}

.w-7\/12{
  width: 58.333333%;
}

.w-8\/12{
  width: 66.666667%;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-50{
  z-index: 50;
}

.z-auto{
  z-index: auto;
}

.focus\:z-10:focus{
  z-index: 10;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-0{
  row-gap: 0px;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-16{
  row-gap: 4rem;
}

.grid-flow-row{
  grid-auto-flow: row;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

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

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

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

.grid-cols-grouped-table{
  grid-template-columns: 100px 1fr 92px 75px 75px 160px;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-start-2{
  grid-column-start: 2;
}

.row-start-1{
  grid-row-start: 1;
}

.row-start-2{
  grid-row-start: 2;
}

.transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.origin-top-right{
  transform-origin: top right;
}

.origin-top-left{
  transform-origin: top left;
}

.rotate-0{
  --tw-rotate: 0deg;
}

.rotate-180{
  --tw-rotate: 180deg;
}

.translate-x-0{
  --tw-translate-x: 0px;
}

.-translate-x-1{
  --tw-translate-x: -0.25rem;
}

.-translate-x-12{
  --tw-translate-x: -3rem;
}

.translate-x-full{
  --tw-translate-x: 100%;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
}

.-translate-x-1\/3{
  --tw-translate-x: -33.333333%;
}

.-translate-x-full{
  --tw-translate-x: -100%;
}

.-translate-y-6{
  --tw-translate-y: -1.5rem;
}

.-translate-y-8{
  --tw-translate-y: -2rem;
}

.translate-y-1\/2{
  --tw-translate-y: 50%;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
}

.-translate-y-2\/4{
  --tw-translate-y: -50%;
}

.-translate-y-full{
  --tw-translate-y: -100%;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-700{
  transition-duration: 700ms;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
}

.page-footer {
  background-image: url('../../frontend/Madia/hogetex/nl_NL/images/bg_grid.jpg');
}

.page-footer #category-view-container .category-view-image > .container.block-title {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .page-footer #category-view-container .category-view-image > .container.block-title{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.page-footer #category-view-container .category-view-image > .container.block-title h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .page-footer #category-view-container .category-view-image > .container.block-title h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.page-footer .block-title{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.625;
    margin-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(35, 31, 32, var(--tw-text-opacity));
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.625;
    margin-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(35, 31, 32, var(--tw-text-opacity));
  }

@media (min-width: 576px){
    .page-footer .block-title{
      cursor: default;
      cursor: default;
    }
  }

.page-footer .block-title::after {
      content: '';
      background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow-down.svg');
      min-width: 16px;
      min-height: 16px;
      display: block;
      margin-left: 1rem;
      margin-left: 1rem;
      background-size: contain;
      background-repeat: no-repeat;
      transition: 0.7s ease transform;
    }

@media (min-width: 576px) {

.page-footer .block-title::after {
        content: none
    }
      }

.page-footer .block-title.is-open::after {
        transform: rotate(-180deg);
      }

.page-footer li, .page-footer p {
    line-height: 2rem;
    line-height: 2rem;
  }

.hyphens {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
  overflow: hidden;
}

.block-showroom {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
  height: 100%;
  margin-left: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
  height: 100%;
  margin-left: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width: 576px){
  .block-showroom{
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 100%;
  }
}

.block-showroom{
  width: calc(100% + 40px);
}

.block-showroom::before {
    content: "";
  }

@media (min-width: 576px){
    .block-showroom::before{
      --tw-bg-opacity: 1;
      background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
      display: block;
      position: absolute;
      top: 0px;
      right: 100%;
      width: 100vw;
      --tw-bg-opacity: 1;
      background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
      display: block;
      position: absolute;
      top: 0px;
      right: 100%;
      width: 100vw;
    }
  }

.block-showroom::before{
    height: inherit;
  }

.block-showroom::after {
    content: ''
  }

@media (min-width: 576px){
    .block-showroom::after{
      display: block;
      height: 100%;
      position: absolute;
      top: 0px;
      right: -5rem;
      width: 5rem;
      display: block;
      height: 100%;
      position: absolute;
      top: 0px;
      right: -5rem;
      width: 5rem;
    }
  }

.block-showroom::after{
    background: linear-gradient(93deg, rgba(35,31,32,1) 0%, rgba(35,31,32,1) 50%, rgba(255,255,255,0) 50%);
  }

@media (min-width: 768px) {

.block-showroom::after{
      background: linear-gradient(100deg, rgba(35,31,32,1) 0%, rgba(35,31,32,1) 50%, rgba(255,255,255,0) 50%);
  }
    }

.block-showroom .block-title {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.block-showroom .block-title::after {
      content: none;
    }

.block-showroom p {
    line-height: 1.625;
    line-height: 1.625;
  }

.block-showroom .address {
    margin-bottom: 1rem;
    margin-bottom: 1rem;
  }

@media (min-width: 576px){
    .block-showroom .address{
      margin-bottom: 1.375rem;
      margin-bottom: 1.375rem;
    }
  }

#category-view-container .category-view-image > .container.footer-usps {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .container.footer-usps{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .container.footer-usps h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .container.footer-usps h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

.footer-usps{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  display: flex;
  margin-top: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  display: flex;
  margin-top: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  .footer-usps{
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.footer-usps #category-view-container .category-view-image > .container.container {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .footer-usps #category-view-container .category-view-image > .container.container{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.footer-usps #category-view-container .category-view-image > .container.container h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .footer-usps #category-view-container .category-view-image > .container.container h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.footer-usps .container{
    display: flex;
    flex-direction: column;
    display: flex;
    flex-direction: column;
  }

@media (min-width: 768px){
    .footer-usps .container{
      flex-direction: row;
      flex-direction: row;
    }
  }

.footer-usps .container #category-view-container .category-view-image > .container> * {
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px;
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px
          }

@media (min-width: 768px){
            .footer-usps .container #category-view-container .category-view-image > .container> *{
              margin-bottom: 1rem;
              margin-top: 2.5rem;
              margin-bottom: 1rem;
              margin-top: 2.5rem;
            }
          }

.footer-usps .container #category-view-container .category-view-image > .container> * h1 {
              font-size: 2rem;
              margin: 0px;
              font-size: 2rem;
              margin: 0px;
            }

@media (min-width: 768px){
              .footer-usps .container #category-view-container .category-view-image > .container> * h1{
                font-size: 3rem;
                font-size: 3rem;
              }
            }

.footer-usps .container > *{
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex: 1 1 0%;
      font-size: 1.125rem;
      line-height: 1.75rem;
      line-height: 1.625;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex: 1 1 0%;
      font-size: 1.125rem;
      line-height: 1.75rem;
      line-height: 1.625;
    }

@media (min-width: 576px){
      .footer-usps .container > *{
        justify-content: center;
        justify-content: center;
      }
    }

.footer-usps p:not(:last-of-type) {
      margin-bottom: 0.75rem;
      margin-bottom: 0.75rem;
    }

@media (min-width: 768px){
      .footer-usps p:not(:last-of-type){
        margin-bottom: 0px;
        margin-bottom: 0px;
      }
    }

.footer-usps img {
    height: 2rem;
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    width: 2rem;
  }

.main-navigation-icons > *:not(:last-child) {
    margin-right: 1rem;
    margin-right: 1rem;
  }

.nav-main-item:hover > a {
      position: relative;
      position: relative;
    }

.nav-main-item:hover > a::before {
        content: "";
        --tw-bg-opacity: 1;
        background-color: rgba(231, 215, 7, var(--tw-bg-opacity));
        height: 0.5rem;
        position: absolute;
        left: -0.875rem;
        top: 50%;
        width: 0.5rem;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-translate-y: -50%;
        --tw-bg-opacity: 1;
        background-color: rgba(231, 215, 7, var(--tw-bg-opacity));
        height: 0.5rem;
        position: absolute;
        left: -0.875rem;
        top: 50%;
        width: 0.5rem;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-translate-y: -50%;
      }

.page-header picture img {
      -o-object-fit: contain;
         object-fit: contain;
      position: relative;
      left: -2rem;
      object-fit: contain;
      position: relative;
      left: -2rem;
      max-height: 36px;
    }

@media (min-width: 768px){

.page-header picture img {
        max-height: 56px;

        left: 0px;

        left: 0px
    }
      }

.mobile-menu-overflow {
  overflow: auto;
  height: calc(100vh - 90px);
}

#category-view-container .category-view-image > .container.page-wrapper {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .container.page-wrapper{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .container.page-wrapper h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .container.page-wrapper h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

.page-wrapper{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: calc(100vh - 121px);
}

@media (min-width: 1024px) {

.page-wrapper{
    min-height: calc(100vh - 116px);
}
  }

.table-row-items > div.table-row-item {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.table-row-items > div.table-row-item:nth-child(2n + 1) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

.category-view .sidebar .block.filter {
  }

.toolbar-amount > *:not(:last-child) {
    margin-right: 0.25rem;
    margin-right: 0.25rem;
  }

.subcat-title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

#category-view-container .category-view-image > .container.account-nav ul li a, #category-view-container .category-view-image > .container.account-nav ul li strong {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .container.account-nav ul li a, #category-view-container .category-view-image > .container.account-nav ul li strong{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .container.account-nav ul li a h1, #category-view-container .category-view-image > .container.account-nav ul li strong h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .container.account-nav ul li a h1,#category-view-container .category-view-image > .container.account-nav ul li strong h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

.account-nav ul li a, .account-nav ul li strong{
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(28, 115, 217, var(--tw-text-opacity));
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(28, 115, 217, var(--tw-text-opacity));
}

.account-nav ul li a:hover {
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity))
}

.account-nav ul li strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
  text-decoration: underline;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
  text-decoration: underline
}

#category-view-container .category-view-image > .container.actions-toolbar {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .container.actions-toolbar{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .container.actions-toolbar h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .container.actions-toolbar h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

.actions-toolbar{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.actions-toolbar #category-view-container .category-view-image > .container#customer-login-form .actions-toolbar #category-view-container .category-view-image > .container {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .actions-toolbar #category-view-container .category-view-image > .container#customer-login-form .actions-toolbar #category-view-container .category-view-image > .container{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.actions-toolbar #category-view-container .category-view-image > .container#customer-login-form .actions-toolbar #category-view-container .category-view-image > .container h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .actions-toolbar #category-view-container .category-view-image > .container#customer-login-form .actions-toolbar #category-view-container .category-view-image > .container h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

#customer-login-form .actions-toolbar{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0px;
  }

.actions-toolbar .primary button {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(35, 31, 32, var(--tw-border-opacity));
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(35, 31, 32, var(--tw-border-opacity));
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.actions-toolbar .primary button:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(193, 194, 195, var(--tw-border-opacity));
    border-width: 1px;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(193, 194, 195, var(--tw-border-opacity));
    border-width: 1px;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.actions-toolbar a.back {
  --tw-text-opacity: 1;
  color: rgba(28, 115, 217, var(--tw-text-opacity));
  text-decoration: underline;
  --tw-text-opacity: 1;
  color: rgba(28, 115, 217, var(--tw-text-opacity));
  text-decoration: underline
}

body > div > div.grecaptcha-badge {
  display: none;
  display: none;
  height: 0px !important;
  height: 0px !important;
  width: 0px !important;
  width: 0px !important;
}

.auth-mobile {
  width: calc(100% + 48px);
  margin-left: -1.5rem;
  margin-left: -1.5rem;
}

@media (min-width: 768px){
  .auth-mobile{
    margin-left: 0px;
    width: 100%;
    margin-left: 0px;
    width: 100%;
  }
}

.order-items > div:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.order-links {
  display: block;
  display: block;
}

.order-links{
  align-items: center;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.order-links li {
  display: inline-block;
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
  cursor: pointer;
  white-space: nowrap;
  white-space: nowrap;
}

.order-links li.current {
  flex-grow: 1;
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
}

.order-links li a {
  text-decoration: underline;
  text-decoration: underline;
}

.order-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

form .field {
  margin-bottom: 1rem;
  margin-bottom: 1rem;
}

form label {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px){
  form label{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.form-cart label {
  margin: 0px;
  margin: 0px;
}

#category-view-container .category-view-image > .containerform .field.choice {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .containerform .field.choice{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .containerform .field.choice h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .containerform .field.choice h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

form .field.choice{
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
}

form .field.choice input {
  margin-right: 1rem;
  margin-right: 1rem
}

form .field.choice label {
  margin-bottom: 0px;
  margin-bottom: 0px
}

form legend {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity))
}

form legend + br {
  display: none;
  display: none
}

fieldset ~ fieldset {
  margin-top: 2rem;
  margin-top: 2rem;
}

form select {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(193, 194, 195, var(--tw-border-opacity));
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 2.5rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(193, 194, 195, var(--tw-border-opacity));
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 2.5rem;
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0'%3e%3cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3e%3c/svg%3e");
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  background-repeat: no-repeat;
  font-size: 1rem;
  line-height: 1.5;
  background-position: right .5rem center;
  background-size: 1.5em 1.5em;
}

.registration-container .messages, .form-edit-account .messages {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

.form-edit-account .messages {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(74, 144, 226, var(--tw-text-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(74, 144, 226, var(--tw-text-opacity));
  }

.cms-page-view .page-main {
    width: 100%
  }

@media (min-width: 576px){
    .cms-page-view .page-main{
      max-width: 576px;
    }
  }

@media (min-width: 768px){
    .cms-page-view .page-main{
      max-width: 768px;
    }
  }

@media (min-width: 1024px){
    .cms-page-view .page-main{
      max-width: 1024px;
    }
  }

@media (min-width: 1280px){
    .cms-page-view .page-main{
      max-width: 1280px;
    }
  }

@media (min-width: 1536px){
    .cms-page-view .page-main{
      max-width: 1536px;
    }
  }

.cms-page-view #category-view-container .category-view-image > .page-main h1 {
          z-index: 10;
          z-index: 10;
        }

.cms-page-view #category-view-container .category-view-image > .page-main.flex {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .cms-page-view #category-view-container .category-view-image > .page-main.flex{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.cms-page-view #category-view-container .category-view-image > .page-main.flex h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .cms-page-view #category-view-container .category-view-image > .page-main.flex h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.cms-page-view .page-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

@media (min-width: 576px){
    .cms-page-view .page-main{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }

.cms-page-view .page-main{
    width: 100%;
  }

@media (min-width: 576px){
    .cms-page-view .page-main{
      max-width: 576px;
    }
  }

@media (min-width: 768px){
    .cms-page-view .page-main{
      max-width: 768px;
    }
  }

@media (min-width: 1024px){
    .cms-page-view .page-main{
      max-width: 1024px;
    }
  }

@media (min-width: 1280px){
    .cms-page-view .page-main{
      max-width: 1280px;
    }
  }

@media (min-width: 1536px){
    .cms-page-view .page-main{
      max-width: 1536px;
    }
  }

.cms-page-view .footer-usps #category-view-container .category-view-image > .container.page-main {
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px;
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px
          }

@media (min-width: 768px){
            .cms-page-view .footer-usps #category-view-container .category-view-image > .container.page-main{
              margin-bottom: 1rem;
              margin-top: 2.5rem;
              margin-bottom: 1rem;
              margin-top: 2.5rem;
            }
          }

.cms-page-view .footer-usps #category-view-container .category-view-image > .container.page-main h1 {
              font-size: 2rem;
              margin: 0px;
              font-size: 2rem;
              margin: 0px;
            }

@media (min-width: 768px){
              .cms-page-view .footer-usps #category-view-container .category-view-image > .container.page-main h1{
                font-size: 3rem;
                font-size: 3rem;
              }
            }

.cms-page-view .footer-usps .page-main{
      display: flex;
      flex-direction: column;
      display: flex;
      flex-direction: column;
    }

@media (min-width: 768px){
      .cms-page-view .footer-usps .page-main{
        flex-direction: row;
        flex-direction: row;
      }
    }

.cms-page-view .footer-usps .page-main #category-view-container .category-view-image > .container> * {
              margin-bottom: 0.5rem;
              margin-top: 3.5rem;
              padding: 0px;
              margin-bottom: 0.5rem;
              margin-top: 3.5rem;
              padding: 0px
            }

@media (min-width: 768px){
              .cms-page-view .footer-usps .page-main #category-view-container .category-view-image > .container> *{
                margin-bottom: 1rem;
                margin-top: 2.5rem;
                margin-bottom: 1rem;
                margin-top: 2.5rem;
              }
            }

.cms-page-view .footer-usps .page-main #category-view-container .category-view-image > .container> * h1 {
                font-size: 2rem;
                margin: 0px;
                font-size: 2rem;
                margin: 0px;
              }

@media (min-width: 768px){
                .cms-page-view .footer-usps .page-main #category-view-container .category-view-image > .container> * h1{
                  font-size: 3rem;
                  font-size: 3rem;
                }
              }

.cms-page-view .footer-usps .page-main > *{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex: 1 1 0%;
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 1.625;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex: 1 1 0%;
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 1.625;
      }

@media (min-width: 576px){
        .cms-page-view .footer-usps .page-main > *{
          justify-content: center;
          justify-content: center;
        }
      }

@media (min-width: 768px){
    .cms-page-view .page-main{
      margin-bottom: 6.5rem;
      margin-bottom: 6.5rem;
    }
  }

.cms-page-view .page-main > * {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 600px;
    }

.contact-index-index .page-main, .customer-account-forgotpassword .page-main, .customer-account-createpassword .page-main {
    width: 100%;
  }

@media (min-width: 576px){
    .contact-index-index .page-main,.customer-account-forgotpassword .page-main,.customer-account-createpassword .page-main{
      max-width: 576px;
    }
  }

@media (min-width: 768px){
    .contact-index-index .page-main,.customer-account-forgotpassword .page-main,.customer-account-createpassword .page-main{
      max-width: 768px;
    }
  }

@media (min-width: 1024px){
    .contact-index-index .page-main,.customer-account-forgotpassword .page-main,.customer-account-createpassword .page-main{
      max-width: 1024px;
    }
  }

@media (min-width: 1280px){
    .contact-index-index .page-main,.customer-account-forgotpassword .page-main,.customer-account-createpassword .page-main{
      max-width: 1280px;
    }
  }

@media (min-width: 1536px){
    .contact-index-index .page-main,.customer-account-forgotpassword .page-main,.customer-account-createpassword .page-main{
      max-width: 1536px;
    }
  }

.contact-index-index #category-view-container .category-view-image > .page-main h1, .customer-account-forgotpassword #category-view-container .category-view-image > .page-main h1, .customer-account-createpassword #category-view-container .category-view-image > .page-main h1 {
          z-index: 10;
          z-index: 10;
        }

.contact-index-index #category-view-container .category-view-image > .page-main.flex, .customer-account-forgotpassword #category-view-container .category-view-image > .page-main.flex, .customer-account-createpassword #category-view-container .category-view-image > .page-main.flex {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .contact-index-index #category-view-container .category-view-image > .page-main.flex,.customer-account-forgotpassword #category-view-container .category-view-image > .page-main.flex,.customer-account-createpassword #category-view-container .category-view-image > .page-main.flex{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.contact-index-index #category-view-container .category-view-image > .page-main.flex h1, .customer-account-forgotpassword #category-view-container .category-view-image > .page-main.flex h1, .customer-account-createpassword #category-view-container .category-view-image > .page-main.flex h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .contact-index-index #category-view-container .category-view-image > .page-main.flex h1,.customer-account-forgotpassword #category-view-container .category-view-image > .page-main.flex h1,.customer-account-createpassword #category-view-container .category-view-image > .page-main.flex h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.contact-index-index .page-main, .customer-account-forgotpassword .page-main, .customer-account-createpassword .page-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

@media (min-width: 576px){
    .contact-index-index .page-main,.customer-account-forgotpassword .page-main,.customer-account-createpassword .page-main{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }

.contact-index-index .page-main,.customer-account-forgotpassword .page-main,.customer-account-createpassword .page-main{
    width: 100%;
  }

@media (min-width: 576px){
    .contact-index-index .page-main,.customer-account-forgotpassword .page-main,.customer-account-createpassword .page-main{
      max-width: 576px;
    }
  }

@media (min-width: 768px){
    .contact-index-index .page-main,.customer-account-forgotpassword .page-main,.customer-account-createpassword .page-main{
      max-width: 768px;
    }
  }

@media (min-width: 1024px){
    .contact-index-index .page-main,.customer-account-forgotpassword .page-main,.customer-account-createpassword .page-main{
      max-width: 1024px;
    }
  }

@media (min-width: 1280px){
    .contact-index-index .page-main,.customer-account-forgotpassword .page-main,.customer-account-createpassword .page-main{
      max-width: 1280px;
    }
  }

@media (min-width: 1536px){
    .contact-index-index .page-main,.customer-account-forgotpassword .page-main,.customer-account-createpassword .page-main{
      max-width: 1536px;
    }
  }

.contact-index-index .footer-usps #category-view-container .category-view-image > .container.page-main, .customer-account-forgotpassword .footer-usps #category-view-container .category-view-image > .container.page-main, .customer-account-createpassword .footer-usps #category-view-container .category-view-image > .container.page-main {
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px;
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px
          }

@media (min-width: 768px){
            .contact-index-index .footer-usps #category-view-container .category-view-image > .container.page-main,.customer-account-forgotpassword .footer-usps #category-view-container .category-view-image > .container.page-main,.customer-account-createpassword .footer-usps #category-view-container .category-view-image > .container.page-main{
              margin-bottom: 1rem;
              margin-top: 2.5rem;
              margin-bottom: 1rem;
              margin-top: 2.5rem;
            }
          }

.contact-index-index .footer-usps #category-view-container .category-view-image > .container.page-main h1, .customer-account-forgotpassword .footer-usps #category-view-container .category-view-image > .container.page-main h1, .customer-account-createpassword .footer-usps #category-view-container .category-view-image > .container.page-main h1 {
              font-size: 2rem;
              margin: 0px;
              font-size: 2rem;
              margin: 0px;
            }

@media (min-width: 768px){
              .contact-index-index .footer-usps #category-view-container .category-view-image > .container.page-main h1,.customer-account-forgotpassword .footer-usps #category-view-container .category-view-image > .container.page-main h1,.customer-account-createpassword .footer-usps #category-view-container .category-view-image > .container.page-main h1{
                font-size: 3rem;
                font-size: 3rem;
              }
            }

.contact-index-index .footer-usps .page-main,.customer-account-forgotpassword .footer-usps .page-main,.customer-account-createpassword .footer-usps .page-main{
      display: flex;
      flex-direction: column;
      display: flex;
      flex-direction: column;
    }

@media (min-width: 768px){
      .contact-index-index .footer-usps .page-main,.customer-account-forgotpassword .footer-usps .page-main,.customer-account-createpassword .footer-usps .page-main{
        flex-direction: row;
        flex-direction: row;
      }
    }

.contact-index-index .footer-usps .page-main #category-view-container .category-view-image > .container> *, .customer-account-forgotpassword .footer-usps .page-main #category-view-container .category-view-image > .container> *, .customer-account-createpassword .footer-usps .page-main #category-view-container .category-view-image > .container> * {
              margin-bottom: 0.5rem;
              margin-top: 3.5rem;
              padding: 0px;
              margin-bottom: 0.5rem;
              margin-top: 3.5rem;
              padding: 0px
            }

@media (min-width: 768px){
              .contact-index-index .footer-usps .page-main #category-view-container .category-view-image > .container> *,.customer-account-forgotpassword .footer-usps .page-main #category-view-container .category-view-image > .container> *,.customer-account-createpassword .footer-usps .page-main #category-view-container .category-view-image > .container> *{
                margin-bottom: 1rem;
                margin-top: 2.5rem;
                margin-bottom: 1rem;
                margin-top: 2.5rem;
              }
            }

.contact-index-index .footer-usps .page-main #category-view-container .category-view-image > .container> * h1, .customer-account-forgotpassword .footer-usps .page-main #category-view-container .category-view-image > .container> * h1, .customer-account-createpassword .footer-usps .page-main #category-view-container .category-view-image > .container> * h1 {
                font-size: 2rem;
                margin: 0px;
                font-size: 2rem;
                margin: 0px;
              }

@media (min-width: 768px){
                .contact-index-index .footer-usps .page-main #category-view-container .category-view-image > .container> * h1,.customer-account-forgotpassword .footer-usps .page-main #category-view-container .category-view-image > .container> * h1,.customer-account-createpassword .footer-usps .page-main #category-view-container .category-view-image > .container> * h1{
                  font-size: 3rem;
                  font-size: 3rem;
                }
              }

.contact-index-index .footer-usps .page-main > *,.customer-account-forgotpassword .footer-usps .page-main > *,.customer-account-createpassword .footer-usps .page-main > *{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex: 1 1 0%;
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 1.625;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex: 1 1 0%;
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 1.625;
      }

@media (min-width: 576px){
        .contact-index-index .footer-usps .page-main > *,.customer-account-forgotpassword .footer-usps .page-main > *,.customer-account-createpassword .footer-usps .page-main > *{
          justify-content: center;
          justify-content: center;
        }
      }

@media (min-width: 768px){
    .contact-index-index .page-main,.customer-account-forgotpassword .page-main,.customer-account-createpassword .page-main{
      margin-bottom: 6.5rem;
      width: 66.666667%;
      margin-bottom: 6.5rem;
      width: 66.666667%;
    }
  }

@media (min-width: 1024px){
    .contact-index-index .page-main,.customer-account-forgotpassword .page-main,.customer-account-createpassword .page-main{
      width: 50%;
      width: 50%;
    }
  }

h1, h2, h3, h4 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 2rem;
  line-height: 2.25rem;
  font-size: 2rem;
  line-height: 2.25rem
}

@media (min-width: 768px){
  h1{
    font-size: 3rem;
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {

h1{
    line-height: 58px;
}
  }

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.75rem
}

@media (min-width: 768px){
  h2{
    font-size: 2.5rem;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {

h2{
    line-height: 48px;
}
  }

h3 {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-size: 1.375rem;
  line-height: 1.5rem;
}

@media (min-width: 768px){
  h3{
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  h4{
    font-size: 1.375rem;
    font-size: 1.375rem;
  }
}

.cms-no-route .page-main {
    width: 100%
  }

@media (min-width: 576px){
    .cms-no-route .page-main{
      max-width: 576px;
    }
  }

@media (min-width: 768px){
    .cms-no-route .page-main{
      max-width: 768px;
    }
  }

@media (min-width: 1024px){
    .cms-no-route .page-main{
      max-width: 1024px;
    }
  }

@media (min-width: 1280px){
    .cms-no-route .page-main{
      max-width: 1280px;
    }
  }

@media (min-width: 1536px){
    .cms-no-route .page-main{
      max-width: 1536px;
    }
  }

.cms-no-route #category-view-container .category-view-image > .page-main h1 {
          z-index: 10;
          z-index: 10;
        }

.cms-no-route #category-view-container .category-view-image > .page-main.flex {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .cms-no-route #category-view-container .category-view-image > .page-main.flex{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.cms-no-route #category-view-container .category-view-image > .page-main.flex h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .cms-no-route #category-view-container .category-view-image > .page-main.flex h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.cms-no-route .page-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

@media (min-width: 576px){
    .cms-no-route .page-main{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }

.cms-no-route .page-main{
    width: 100%;
  }

@media (min-width: 576px){
    .cms-no-route .page-main{
      max-width: 576px;
    }
  }

@media (min-width: 768px){
    .cms-no-route .page-main{
      max-width: 768px;
    }
  }

@media (min-width: 1024px){
    .cms-no-route .page-main{
      max-width: 1024px;
    }
  }

@media (min-width: 1280px){
    .cms-no-route .page-main{
      max-width: 1280px;
    }
  }

@media (min-width: 1536px){
    .cms-no-route .page-main{
      max-width: 1536px;
    }
  }

.cms-no-route .footer-usps #category-view-container .category-view-image > .container.page-main {
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px;
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px
          }

@media (min-width: 768px){
            .cms-no-route .footer-usps #category-view-container .category-view-image > .container.page-main{
              margin-bottom: 1rem;
              margin-top: 2.5rem;
              margin-bottom: 1rem;
              margin-top: 2.5rem;
            }
          }

.cms-no-route .footer-usps #category-view-container .category-view-image > .container.page-main h1 {
              font-size: 2rem;
              margin: 0px;
              font-size: 2rem;
              margin: 0px;
            }

@media (min-width: 768px){
              .cms-no-route .footer-usps #category-view-container .category-view-image > .container.page-main h1{
                font-size: 3rem;
                font-size: 3rem;
              }
            }

.cms-no-route .footer-usps .page-main{
      display: flex;
      flex-direction: column;
      display: flex;
      flex-direction: column;
    }

@media (min-width: 768px){
      .cms-no-route .footer-usps .page-main{
        flex-direction: row;
        flex-direction: row;
      }
    }

.cms-no-route .footer-usps .page-main #category-view-container .category-view-image > .container> * {
              margin-bottom: 0.5rem;
              margin-top: 3.5rem;
              padding: 0px;
              margin-bottom: 0.5rem;
              margin-top: 3.5rem;
              padding: 0px
            }

@media (min-width: 768px){
              .cms-no-route .footer-usps .page-main #category-view-container .category-view-image > .container> *{
                margin-bottom: 1rem;
                margin-top: 2.5rem;
                margin-bottom: 1rem;
                margin-top: 2.5rem;
              }
            }

.cms-no-route .footer-usps .page-main #category-view-container .category-view-image > .container> * h1 {
                font-size: 2rem;
                margin: 0px;
                font-size: 2rem;
                margin: 0px;
              }

@media (min-width: 768px){
                .cms-no-route .footer-usps .page-main #category-view-container .category-view-image > .container> * h1{
                  font-size: 3rem;
                  font-size: 3rem;
                }
              }

.cms-no-route .footer-usps .page-main > *{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex: 1 1 0%;
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 1.625;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex: 1 1 0%;
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 1.625;
      }

@media (min-width: 576px){
        .cms-no-route .footer-usps .page-main > *{
          justify-content: center;
          justify-content: center;
        }
      }

.cms-no-route .page-main > * {
      width: 100%;
      max-width: 600px;
    }

.cms-no-route .page-main a:not(.btn) {
      text-decoration: underline;
      text-decoration: underline;
    }

.cms-no-route .page-main li, .cms-no-route .page-main p {
      font-size: 1rem;
      line-height: 1.5rem;
      line-height: 1.5rem;
      margin-bottom: 1rem;
      font-size: 1rem;
      line-height: 1.5rem;
      line-height: 1.5rem;
      margin-bottom: 1rem;
    }

#leesmeer {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem
}

@media (min-width: 768px){
  #leesmeer{
    margin-bottom: 7rem;
    margin-top: -2.5rem;
    margin-bottom: 7rem;
    margin-top: -2.5rem;
  }
}

#leesmeer p {
    margin-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }

html, body {
  font-size: 16px;
}

@media (min-width: 768px){
    .checkout-cart-index .page-main{
      margin-bottom: 6.5rem;
      margin-bottom: 6.5rem;
    }
  }

body[class*=checkout-] .page-header {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

.checkout-index-index #category-view-container .category-view-image > .container.checkout-container {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .checkout-index-index #category-view-container .category-view-image > .container.checkout-container{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.checkout-index-index #category-view-container .category-view-image > .container.checkout-container h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .checkout-index-index #category-view-container .category-view-image > .container.checkout-container h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.checkout-index-index .checkout-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px;
  }

.checkout-index-index .messages {
    width: 100%;
  }

.checkout-index-index .opc-estimated-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
  }

@media (min-width: 576px){
    .checkout-index-index .opc-estimated-wrapper{
      padding: 1.5rem;
      padding: 1.5rem;
    }
  }

@media (min-width: 768px){
    .checkout-index-index .opc-estimated-wrapper{
      padding: 1rem;
      padding: 1rem;
    }
  }

.checkout-index-index .opc-wrapper {
    width: 100%;
    width: 100%;
  }

@media (min-width: 768px){
    .checkout-index-index .opc-wrapper{
      width: 50%;
      width: 50%;
    }
  }

.checkout-index-index .opc-sidebar {
    width: 100%;
    width: 100%
  }

@media (min-width: 768px){
    .checkout-index-index .opc-sidebar{
      width: 50%;
      width: 50%;
    }
  }

.checkout-index-index .opc-sidebar .opc-block-summary {
      --tw-bg-opacity: 1;
      background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
      margin: 0px;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      padding-left: 2rem;
      padding-right: 2rem;
      --tw-bg-opacity: 1;
      background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
      margin: 0px;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      padding-left: 2rem;
      padding-right: 2rem;
    }

.checkout-index-index .page-title-wrapper {
    height: auto;
    margin: 0px;
    position: relative;
    width: auto;
    height: auto;
    margin: 0px;
    position: relative;
    width: auto;
  }

.checkout-index-index .page-wrapper {
    margin: 0px;
    margin: 0px;
  }

.checkout-index-index .page-title {
    margin-bottom: 0.75rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    margin-top: 2rem;
  }

@media (min-width: 768px){
    .checkout-index-index .page-title{
      font-size: 3rem;
      margin-bottom: 1.5rem;
      margin-top: 4rem;
      font-size: 3rem;
      margin-bottom: 1.5rem;
      margin-top: 4rem;
    }
  }

.checkout-index-index .opc-progress-bar {
    display: none;
    display: none;
  }

.checkout-index-index .step-title {
    border-style: none;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    border-style: none;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }

@media (min-width: 768px){
    .checkout-index-index .step-title{
      padding: 0px;
      padding: 0px;
    }
  }

.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary, .checkout-index-index .checkout-payment-method .actions-toolbar .action.primary {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 237, 0, var(--tw-bg-opacity))
    }

.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary:hover,.checkout-index-index .checkout-payment-method .actions-toolbar .action.primary:hover{
      --tw-bg-opacity: 1;
      background-color: rgba(231, 215, 7, var(--tw-bg-opacity));
    }

.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary,.checkout-index-index .checkout-payment-method .actions-toolbar .action.primary{
      border-style: none;
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 1rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      text-align: left;
      --tw-text-opacity: 1;
      color: rgba(0, 0, 0, var(--tw-text-opacity));
      text-transform: uppercase;
      width: 100%;
      --tw-bg-opacity: 1;
      background-color: rgba(255, 237, 0, var(--tw-bg-opacity));
    }

.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary:hover,.checkout-index-index .checkout-payment-method .actions-toolbar .action.primary:hover{
      --tw-bg-opacity: 1;
      background-color: rgba(231, 215, 7, var(--tw-bg-opacity));
    }

.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary,.checkout-index-index .checkout-payment-method .actions-toolbar .action.primary{
      border-style: none;
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 1rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      text-align: left;
      --tw-text-opacity: 1;
      color: rgba(0, 0, 0, var(--tw-text-opacity));
      text-transform: uppercase;
      width: 100%;
      font-size: 1rem !important;
    }

.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary::after, .checkout-index-index .checkout-payment-method .actions-toolbar .action.primary::after {
        content: '';
        background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow.svg');
        background-size: cover;
        display: block;
        height: 1.5rem;
        margin-left: 1rem;
        position: relative;
        width: 1.5rem;
        display: block;
        height: 1.5rem;
        margin-left: 1rem;
        position: relative;
        width: 1.5rem;
      }

.checkout-index-index .checkout-shipping-method .actions-toolbar > .primary, .checkout-index-index .checkout-payment-method .actions-toolbar > .primary {
      margin-right: auto;
      width: 100%;
      margin-right: auto;
      width: 100%;
    }

@media (min-width: 768px){
      .checkout-index-index .checkout-shipping-method .actions-toolbar > .primary,.checkout-index-index .checkout-payment-method .actions-toolbar > .primary{
        max-width: 24rem;
        max-width: 24rem;
      }
    }

.checkout-index-index .modal-popup .modal-inner-wrap {
      --tw-bg-opacity: 1;
      background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
      --tw-bg-opacity: 1;
      background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
    }

.checkout-index-index .modal-popup .modal-header {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-bottom: 0px;
      padding-top: 2rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-bottom: 0px;
      padding-top: 2rem;
    }

.checkout-index-index .modal-popup .modal-header .action-close:focus {
          outline: none;
        }

.checkout-index-index .modal-popup .modal-title {
      border-style: none;
      font-weight: 700;
      font-size: 1.375rem;
      line-height: 2rem;
      margin-bottom: 1.5rem;
      padding: 0px;
      border-style: none;
      font-weight: 700;
      font-size: 1.375rem;
      line-height: 2rem;
      margin-bottom: 1.5rem;
      padding: 0px;
    }

.checkout-index-index .modal-popup .modal-content {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }

.checkout-index-index .modal-popup .modal-footer {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 1.5rem;
      padding-bottom: 2rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 1.5rem;
      padding-bottom: 2rem;
    }

.checkout-index-index .modal-popup .fieldset > .field {
      margin-bottom: 1rem;
      margin-bottom: 1rem;
    }

.checkout-index-index .modal-popup input {
      font-weight: 400;
      font-weight: 400;
    }

.checkout-index-index .modal-popup .label {
      font-weight: 400;
      font-weight: 400;
    }

.checkout-index-index .modal-popup .action-save-address {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 237, 0, var(--tw-bg-opacity))
    }

.checkout-index-index .modal-popup .action-save-address:hover{
      --tw-bg-opacity: 1;
      background-color: rgba(231, 215, 7, var(--tw-bg-opacity));
    }

.checkout-index-index .modal-popup .action-save-address{
      border-style: none;
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 1rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      text-align: left;
      --tw-text-opacity: 1;
      color: rgba(0, 0, 0, var(--tw-text-opacity));
      text-transform: uppercase;
      --tw-bg-opacity: 1;
      background-color: rgba(255, 237, 0, var(--tw-bg-opacity));
    }

.checkout-index-index .modal-popup .action-save-address:hover{
      --tw-bg-opacity: 1;
      background-color: rgba(231, 215, 7, var(--tw-bg-opacity));
    }

.checkout-index-index .modal-popup .action-save-address{
      border-style: none;
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 1rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      text-align: left;
      --tw-text-opacity: 1;
      color: rgba(0, 0, 0, var(--tw-text-opacity));
      text-transform: uppercase;
    }

.checkout-index-index .modal-popup .action-save-address::after {
        content: '';
        background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow.svg');
        background-size: cover;
        display: block;
        height: 1.5rem;
        margin-left: 1.5rem;
        position: relative;
        width: 1.5rem;
        display: block;
        height: 1.5rem;
        margin-left: 1.5rem;
        position: relative;
        width: 1.5rem;
      }

.checkout-index-index .modal-popup .action-hide-popup {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      --tw-border-opacity: 1;
      border-color: rgba(193, 194, 195, var(--tw-border-opacity));
      border-width: 1px;
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.5rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      text-align: left;
      --tw-text-opacity: 1;
      color: rgba(0, 0, 0, var(--tw-text-opacity));
      text-transform: uppercase;
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      --tw-border-opacity: 1;
      border-color: rgba(193, 194, 195, var(--tw-border-opacity));
      border-width: 1px;
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.5rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      text-align: left;
      --tw-text-opacity: 1;
      color: rgba(0, 0, 0, var(--tw-text-opacity));
      text-transform: uppercase;
    }

.checkout-index-index .modal-popup .action-hide-popup::after {
        content: '';
        background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_cross.svg');
        background-size: cover;
        display: block;
        height: 1.5rem;
        margin-left: 1.5rem;
        position: relative;
        width: 1.5rem;
        display: block;
        height: 1.5rem;
        margin-left: 1.5rem;
        position: relative;
        width: 1.5rem;
      }

.checkout-index-index .label {
    line-height: 1.5rem;
    line-height: 1.5rem;
  }

@media (min-width: 1280px){
    .checkout-index-index .label{
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

.checkout-index-index input:not([type=radio]):not([type=checkbox]), .checkout-index-index select {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(193, 194, 195, var(--tw-border-opacity));
    height: 3rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(193, 194, 195, var(--tw-border-opacity));
    height: 3rem;
  }

.checkout-index-index .discount-code {
    display: none;
    display: none;
  }

.checkout-index-index #shipping {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

.checkout-index-index .price-including-tax .price + span {
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 1.25rem;
      line-height: 1.5rem;
      margin-left: 0.25rem;
      --tw-text-opacity: 1;
      color: rgba(111, 120, 131, var(--tw-text-opacity));
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 1.25rem;
      line-height: 1.5rem;
      margin-left: 0.25rem;
      --tw-text-opacity: 1;
      color: rgba(111, 120, 131, var(--tw-text-opacity));
    }

.checkout-shipping-address {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  padding-right: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  padding-right: 1rem
}

@media (min-width: 576px){
  .checkout-shipping-address{
    padding: 0px;
    padding: 0px;
  }
}

.checkout-shipping-address .field-error {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.checkout-shipping-address .step-content {
    margin: 0px;
    margin: 0px;
  }

.checkout-shipping-address #category-view-container .category-view-image > .container.shipping-address-items {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .checkout-shipping-address #category-view-container .category-view-image > .container.shipping-address-items{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.checkout-shipping-address #category-view-container .category-view-image > .container.shipping-address-items h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .checkout-shipping-address #category-view-container .category-view-image > .container.shipping-address-items h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.checkout-shipping-address .shipping-address-items{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }

@media (min-width: 576px){
    .checkout-shipping-address .shipping-address-items{
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

@media (min-width: 768px){
    .checkout-shipping-address .shipping-address-items{
      display: flex;
      flex-direction: column;
      display: flex;
      flex-direction: column;
    }
  }

@media (min-width: 1024px){
    .checkout-shipping-address .shipping-address-items{
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

.checkout-shipping-address .shipping-address-items .shipping-address-item {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      --tw-border-opacity: 1;
      border-color: rgba(193, 194, 195, var(--tw-border-opacity));
      border-width: 1px;
      font-size: 1rem;
      line-height: 1.5rem;
      line-height: 1.5rem;
      margin: 0px;
      padding-bottom: 3.5rem;
      position: relative;
      width: 100%;
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      --tw-border-opacity: 1;
      border-color: rgba(193, 194, 195, var(--tw-border-opacity));
      border-width: 1px;
      font-size: 1rem;
      line-height: 1.5rem;
      line-height: 1.5rem;
      margin: 0px;
      padding-bottom: 3.5rem;
      position: relative;
      width: 100%;
      min-height: 216px;
    }

@media screen and (max-width: 639px) {

.checkout-shipping-address .shipping-address-items .shipping-address-item {
        padding: 20px 35px 20px 20px
    }
      }

.checkout-shipping-address .shipping-address-items .shipping-address-item::before {
        display: none;
        display: none;
      }

.checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item {
        --tw-border-opacity: 1;
        border-color: rgba(35, 31, 32, var(--tw-border-opacity));
        --tw-border-opacity: 1;
        border-color: rgba(35, 31, 32, var(--tw-border-opacity));
      }

.checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item::after {
          content: "";
          --tw-bg-opacity: 1;
          background-color: rgba(255, 237, 0, var(--tw-bg-opacity));
          height: 3rem;
          width: 3rem;
          --tw-bg-opacity: 1;
          background-color: rgba(255, 237, 0, var(--tw-bg-opacity));
          height: 3rem;
          width: 3rem;
          background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_checkmark.svg');
          background-position: 50%;
          background-repeat: no-repeat;
          background-size: 16px;
        }

.checkout-shipping-address .shipping-address-items .shipping-address-item.selected-item .action-select-shipping-item {
          --tw-bg-opacity: 1;
          background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
          --tw-text-opacity: 1;
          color: rgba(255, 255, 255, var(--tw-text-opacity));
          --tw-bg-opacity: 1;
          background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
          --tw-text-opacity: 1;
          color: rgba(255, 255, 255, var(--tw-text-opacity));
        }

.checkout-shipping-address .shipping-address-items .shipping-address-item .action-select-shipping-item {
        --tw-border-opacity: 1;
        border-color: rgba(35, 31, 32, var(--tw-border-opacity));
        border-width: 1px;
        font-weight: 400;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: absolute;
        right: 0px;
        bottom: 0px;
        text-transform: uppercase;
        --tw-border-opacity: 1;
        border-color: rgba(35, 31, 32, var(--tw-border-opacity));
        border-width: 1px;
        font-weight: 400;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: absolute;
        right: 0px;
        bottom: 0px;
        text-transform: uppercase;
      }

@media (min-width: 768px){
        .checkout-shipping-address .shipping-address-items .shipping-address-item .action-select-shipping-item{
          height: 3.5rem;
          height: 3.5rem;
        }
      }

.checkout-shipping-address .new-address-popup {
    margin-top: 1rem;
    margin-top: 1rem;
  }

.checkout-shipping-address .new-address-popup .action-show-popup {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      border-style: none;
      margin: 0px;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      text-transform: uppercase;
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      border-style: none;
      margin: 0px;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      text-transform: uppercase;
    }

.checkout-shipping-address .new-address-popup .action-show-popup:active, .checkout-shipping-address .new-address-popup .action-show-popup:hover, .checkout-shipping-address .new-address-popup .action-show-popup:focus{
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        border-style: none;
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        border-style: none;
        outline: 2px solid transparent;
        outline-offset: 2px;
      }

.checkout-shipping-address .new-address-popup .action-show-popup:active,
            .checkout-shipping-address .new-address-popup .action-show-popup:hover,
            .checkout-shipping-address .new-address-popup .action-show-popup:focus{
        box-shadow: none;
      }

.checkout-shipping-address .new-address-popup .action-show-popup > span {
        display: inline-flex;
        align-items: center;
        display: inline-flex;
        align-items: center;
      }

.checkout-shipping-address .new-address-popup .action-show-popup > span::before {
          content: '';
          background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_cross.svg');
          transform: rotate(45deg);
          top: -3px;
          display: block;
          height: 1.25rem;
          margin-right: 0.5rem;
          position: relative;
          width: 1.25rem;
          display: block;
          height: 1.25rem;
          margin-right: 0.5rem;
          position: relative;
          width: 1.25rem;
        }

#opc-shipping_method {
  margin-top: 2rem;
  margin-top: 2rem
}

@media (min-width: 768px){
  #opc-shipping_method{
    margin-top: 4rem;
    margin-top: 4rem;
  }
}

#opc-shipping_method .table-checkout-shipping-method tbody td {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

#opc-shipping_method .table-checkout-shipping-method tbody td.col-price {
      font-weight: 700;
      font-weight: 700;
    }

#opc-shipping_method table input {
    margin: 0px;
    margin: 0px;
  }

#opc-shipping_method .actions-toolbar {
    margin-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }

@media (min-width: 768px){
    #opc-shipping_method .actions-toolbar{
      margin-top: 3.5rem;
      margin-top: 3.5rem;
    }
  }

.column.main aside.opc-summary-wrapper {
  margin: 0px;
  margin: 0px;
}

.column.main aside.opc-summary-wrapper .opc-block-summary > span.title {
      border-bottom-width: 0px;
      font-weight: 700;
      font-size: 1.375rem;
      line-height: 2rem;
      margin-bottom: 0px;
      padding: 0px;
      padding-bottom: 1rem;
      border-bottom-width: 0px;
      font-weight: 700;
      font-size: 1.375rem;
      line-height: 2rem;
      margin-bottom: 0px;
      padding: 0px;
      padding-bottom: 1rem;
    }

.payment-step .column.main aside.opc-summary-wrapper .opc-block-summary > span.title {
        margin-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #CCD4DB;
      }

.column.main aside.opc-summary-wrapper .items-in-cart .title {
      margin-bottom: 1.25rem;
      padding-top: 0px;
      padding-bottom: 0.5rem;
      margin-bottom: 1.25rem;
      padding-top: 0px;
      padding-bottom: 0.5rem;
    }

.column.main aside.opc-summary-wrapper .items-in-cart .title::after {
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
      }

.column.main aside.opc-summary-wrapper .items-in-cart .title strong {
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 1.25rem;
        line-height: 1.5rem;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 1.25rem;
        line-height: 1.5rem;
      }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper {
    margin: 0px;
    padding: 0px;
    margin: 0px;
    padding: 0px;
  }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-image-container {
      width: 64px !important;
      height: 64px;
    }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-image-container img {
        -o-object-fit: cover;
           object-fit: cover;
      }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item {
      font-size: 1rem;
      line-height: 1.5rem;
      padding-right: 0.625rem;
      font-size: 1rem;
      line-height: 1.5rem;
      padding-right: 0.625rem;
    }

.shipping-step .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item {
        border-style: none;
        padding-top: 1rem;
        border-style: none;
        padding-top: 1rem;
      }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item #category-view-container .category-view-image > .container.subtotal {
              margin-bottom: 0.5rem;
              margin-top: 3.5rem;
              padding: 0px;
              margin-bottom: 0.5rem;
              margin-top: 3.5rem;
              padding: 0px
            }

@media (min-width: 768px){
              .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item #category-view-container .category-view-image > .container.subtotal{
                margin-bottom: 1rem;
                margin-top: 2.5rem;
                margin-bottom: 1rem;
                margin-top: 2.5rem;
              }
            }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item #category-view-container .category-view-image > .container.subtotal h1 {
                font-size: 2rem;
                margin: 0px;
                font-size: 2rem;
                margin: 0px;
              }

@media (min-width: 768px){
                .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item #category-view-container .category-view-image > .container.subtotal h1{
                  font-size: 3rem;
                  font-size: 3rem;
                }
              }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item .subtotal{
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: auto;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: auto;
      }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item #category-view-container .category-view-image > .container.product-item-inner {
              margin-bottom: 0.5rem;
              margin-top: 3.5rem;
              padding: 0px;
              margin-bottom: 0.5rem;
              margin-top: 3.5rem;
              padding: 0px
            }

@media (min-width: 768px){
              .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item #category-view-container .category-view-image > .container.product-item-inner{
                margin-bottom: 1rem;
                margin-top: 2.5rem;
                margin-bottom: 1rem;
                margin-top: 2.5rem;
              }
            }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item #category-view-container .category-view-image > .container.product-item-inner h1 {
                font-size: 2rem;
                margin: 0px;
                font-size: 2rem;
                margin: 0px;
              }

@media (min-width: 768px){
                .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item #category-view-container .category-view-image > .container.product-item-inner h1{
                  font-size: 3rem;
                  font-size: 3rem;
                }
              }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item .product-item-inner{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0px;
      }

@media (min-width: 1280px){
        .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item .product-item-inner{
          flex-direction: row;
          flex-direction: row;
        }
      }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper #category-view-container .category-view-image > .container.product-item-details .price-including-tax, .column.main aside.opc-summary-wrapper .minicart-items-wrapper #category-view-container .category-view-image > .container.product-item-details .price-excluding-tax {
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px;
            margin-bottom: 0.5rem;
            margin-top: 3.5rem;
            padding: 0px
          }

@media (min-width: 768px){
            .column.main aside.opc-summary-wrapper .minicart-items-wrapper #category-view-container .category-view-image > .container.product-item-details .price-including-tax, .column.main aside.opc-summary-wrapper .minicart-items-wrapper #category-view-container .category-view-image > .container.product-item-details .price-excluding-tax{
              margin-bottom: 1rem;
              margin-top: 2.5rem;
              margin-bottom: 1rem;
              margin-top: 2.5rem;
            }
          }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper #category-view-container .category-view-image > .container.product-item-details .price-including-tax h1, .column.main aside.opc-summary-wrapper .minicart-items-wrapper #category-view-container .category-view-image > .container.product-item-details .price-excluding-tax h1 {
              font-size: 2rem;
              margin: 0px;
              font-size: 2rem;
              margin: 0px;
            }

@media (min-width: 768px){
              .column.main aside.opc-summary-wrapper .minicart-items-wrapper #category-view-container .category-view-image > .container.product-item-details .price-including-tax h1,.column.main aside.opc-summary-wrapper .minicart-items-wrapper #category-view-container .category-view-image > .container.product-item-details .price-excluding-tax h1{
                font-size: 3rem;
                font-size: 3rem;
              }
            }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-including-tax, .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-excluding-tax{
      display: flex;
      justify-content: space-between;
      margin: 0px;
      display: flex;
      justify-content: space-between;
      margin: 0px;
    }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-including-tax #category-view-container .category-view-image > .container.shipping-step .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-including-tax #category-view-container .category-view-image > .container, .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-excluding-tax #category-view-container .category-view-image > .container.shipping-step .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-excluding-tax #category-view-container .category-view-image > .container {
              margin-bottom: 0.5rem;
              margin-top: 3.5rem;
              padding: 0px;
              margin-bottom: 0.5rem;
              margin-top: 3.5rem;
              padding: 0px
            }

@media (min-width: 768px){
              .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-including-tax #category-view-container .category-view-image > .container.shipping-step .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-including-tax #category-view-container .category-view-image > .container,.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-excluding-tax #category-view-container .category-view-image > .container.shipping-step .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-excluding-tax #category-view-container .category-view-image > .container{
                margin-bottom: 1rem;
                margin-top: 2.5rem;
                margin-bottom: 1rem;
                margin-top: 2.5rem;
              }
            }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-including-tax #category-view-container .category-view-image > .container.shipping-step .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-including-tax #category-view-container .category-view-image > .container h1, .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-excluding-tax #category-view-container .category-view-image > .container.shipping-step .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-excluding-tax #category-view-container .category-view-image > .container h1 {
                font-size: 2rem;
                margin: 0px;
                font-size: 2rem;
                margin: 0px;
              }

@media (min-width: 768px){
                .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-including-tax #category-view-container .category-view-image > .container.shipping-step .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-including-tax #category-view-container .category-view-image > .container h1,.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-excluding-tax #category-view-container .category-view-image > .container.shipping-step .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-excluding-tax #category-view-container .category-view-image > .container h1{
                  font-size: 3rem;
                  font-size: 3rem;
                }
              }

.shipping-step .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-including-tax,.shipping-step .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-excluding-tax{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
      }

.shipping-step .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-including-tax::before, .shipping-step .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-excluding-tax::before {
          margin-left: 0.25rem;
          margin-left: 0.25rem;
        }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-including-tax .cart-price .price {
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 1.75rem;
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 1.75rem;
      }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .details-qty .value {
      font-weight: 700;
      font-weight: 700;
    }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-excluding-tax .cart-price, .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-including-tax .cart-price {
          display: flex;
        }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-excluding-tax::before, .column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-including-tax::before {
          font-weight: 400;
          font-size: 0.875rem;
          line-height: 1.25rem;
          line-height: 1.5rem;
          --tw-text-opacity: 1;
          color: rgba(111, 120, 131, var(--tw-text-opacity));
          font-weight: 400;
          font-size: 0.875rem;
          line-height: 1.25rem;
          line-height: 1.5rem;
          --tw-text-opacity: 1;
          color: rgba(111, 120, 131, var(--tw-text-opacity));
        }

.column.main aside.opc-summary-wrapper .minicart-items-wrapper .product-item-details .price-including-tax .cart-price span {
          font-weight: 700;
          font-size: 1.25rem;
          line-height: 1.75rem;
          line-height: 2rem;
          --tw-text-opacity: 1;
          color: rgba(28, 115, 217, var(--tw-text-opacity));
          font-weight: 700;
          font-size: 1.25rem;
          line-height: 1.75rem;
          line-height: 2rem;
          --tw-text-opacity: 1;
          color: rgba(28, 115, 217, var(--tw-text-opacity));
        }

.column.main aside.opc-summary-wrapper .actions-toolbar {
    display: none;
    display: none;
  }

.opc-block-shipping-information {
  margin-top: 1rem;
  padding: 2rem;
  margin-top: 1rem;
  padding: 2rem
}

@media (min-width: 768px){
  .opc-block-shipping-information{
    margin-top: 2rem;
    padding: 0px;
    margin-top: 2rem;
    padding: 0px;
  }
}

.opc-block-shipping-information .shipping-information-title {
    --tw-border-opacity: 1;
    border-color: rgba(193, 194, 195, var(--tw-border-opacity));
    border-bottom-width: 1px;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.25rem;
    --tw-border-opacity: 1;
    border-color: rgba(193, 194, 195, var(--tw-border-opacity));
    border-bottom-width: 1px;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.25rem;
  }

.opc-block-shipping-information .shipping-information-content {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5rem;
  }

.opc-block-shipping-information .ship-to {
    margin-bottom: 2rem;
    margin-bottom: 2rem;
  }

.checkout-onepage-success .title-container {
    margin-bottom: 0px;
    margin-bottom: 0px;
  }

.checkout-onepage-success a[href*="print"] {
    display: none;
  }

.checkout-onepage-success .btn.btn-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 0, var(--tw-bg-opacity))
  }

.checkout-onepage-success .btn.btn-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 215, 7, var(--tw-bg-opacity));
  }

.checkout-onepage-success .btn.btn-primary{
    border-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
    text-transform: uppercase;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 0, var(--tw-bg-opacity));
  }

.checkout-onepage-success .btn.btn-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 215, 7, var(--tw-bg-opacity));
  }

.checkout-onepage-success .btn.btn-primary{
    border-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
    text-transform: uppercase;
  }

.checkout-onepage-success .btn.btn-primary::after {
      content: '';
      background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow.svg');
      background-size: cover;
      display: block;
      height: 1.5rem;
      margin-left: 1.5rem;
      position: relative;
      width: 1.5rem;
      display: block;
      height: 1.5rem;
      margin-left: 1.5rem;
      position: relative;
      width: 1.5rem;
    }

.opc-block-summary .totals.sub.excl .price {
      font-size: 1.125rem;
      line-height: 1.75rem;
      line-height: 1.75rem;
      font-size: 1.125rem;
      line-height: 1.75rem;
      line-height: 1.75rem;
    }

.opc-block-summary .totals.sub.incl .price {
      font-weight: 700;
      font-size: 1.25rem;
      line-height: 1.75rem;
      line-height: 2rem;
      --tw-text-opacity: 1;
      color: rgba(28, 115, 217, var(--tw-text-opacity));
      font-weight: 700;
      font-size: 1.25rem;
      line-height: 1.75rem;
      line-height: 2rem;
      --tw-text-opacity: 1;
      color: rgba(28, 115, 217, var(--tw-text-opacity));
    }

.opc-block-summary .totals.shipping.excl {
    border-bottom: 1px solid #CCD4DB;
  }

.opc-block-summary .totals-tax {
    display: none;
  }

.opc-block-summary .table-totals .grand .mark, .opc-block-summary .table-totals .grand .amount{
    padding-top: 2rem;
    padding-top: 2rem;
  }

.opc-block-summary .grand.totals {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
  }

.opc-block-summary .grand.totals .mark strong {
      font-weight: 400;
      font-weight: 400;
    }

.opc-block-summary .grand.totals.excl .price {
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 1.75rem;
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 1.75rem;
      }

.opc-block-summary .grand.totals.excl .mark strong {
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 1.75rem;
      }

.opc-block-summary .grand.totals.incl .mark strong {
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.75rem;
      }

.opc-block-summary .grand.totals.incl .price {
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 2rem;
        line-height: 2.25rem;
        --tw-text-opacity: 1;
        color: rgba(28, 115, 217, var(--tw-text-opacity));
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 2rem;
        line-height: 2.25rem;
        --tw-text-opacity: 1;
        color: rgba(28, 115, 217, var(--tw-text-opacity));
      }

.opc-block-summary .table-totals {
    margin-bottom: 0px;
    margin-bottom: 0px;
  }

.opc-block-summary .sub .amount > span:last-of-type {
        font-size: 0.875rem;
        line-height: 1.25rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgba(111, 120, 131, var(--tw-text-opacity));
        font-size: 0.875rem;
        line-height: 1.25rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgba(111, 120, 131, var(--tw-text-opacity));
      }

.opc-block-summary .sub .mark {
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

.opc-block-summary .items-in-cart {
    margin-bottom: 0px;
    margin-bottom: 0px;
  }

.opc-block-summary li.product-item {
    padding: 0px;
    padding: 0px;
  }

@media (min-width: 768px){
  .checkout-index-index .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar{
    margin-left: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 768px) {

.checkout-index-index .column:not(.sidebar-main) form .actions-toolbar > .button.checkout, .column:not(.sidebar-additional) form .actions-toolbar > .button.checkout {
      max-width: 220px
  }
    }

.checkout-index-index .price-including-tax + .price-excluding-tax::before,
.weee[data-label]::before {
  content: attr(data-label);
}

.opc-estimated-wrapper .minicart-wrapper .action.showcart::before {
    display: none;
    display: none;
  }

.opc-block-summary li.product-item {
  padding: 15px;
}

@media screen and (max-width: 767px) {

.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
    padding: 7px 17px
}
  }

#category-view-container .category-view-image > .container.payment-step .price-including-tax .cart-price {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .container.payment-step .price-including-tax .cart-price{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .container.payment-step .price-including-tax .cart-price h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .container.payment-step .price-including-tax .cart-price h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

.payment-step .price-including-tax .cart-price{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.payment-step .price-including-tax .cart-price .price + span {
    margin-left: 0;
    margin-right: 0.25rem;
  }

.checkout-payment-method .checkout-billing-address .action-cancel {
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
  text-decoration: underline;
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
  text-decoration: underline;
}

.checkout-payment-method .checkout-billing-address .action-cancel:hover {
    --tw-text-opacity: 1;
    color: rgba(35, 31, 32, var(--tw-text-opacity));
    --tw-text-opacity: 1;
    color: rgba(35, 31, 32, var(--tw-text-opacity));
  }

#category-view-container .category-view-image > .container.checkout-billing-address .billing-address-details .action-edit-address {
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px;
        margin-bottom: 0.5rem;
        margin-top: 3.5rem;
        padding: 0px
      }

@media (min-width: 768px){
        #category-view-container .category-view-image > .container.checkout-billing-address .billing-address-details .action-edit-address{
          margin-bottom: 1rem;
          margin-top: 2.5rem;
          margin-bottom: 1rem;
          margin-top: 2.5rem;
        }
      }

#category-view-container .category-view-image > .container.checkout-billing-address .billing-address-details .action-edit-address h1 {
          font-size: 2rem;
          margin: 0px;
          font-size: 2rem;
          margin: 0px;
        }

@media (min-width: 768px){
          #category-view-container .category-view-image > .container.checkout-billing-address .billing-address-details .action-edit-address h1{
            font-size: 3rem;
            font-size: 3rem;
          }
        }

.checkout-billing-address .billing-address-details .action-edit-address{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.checkout-billing-address .billing-address-details .action-edit-address:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.checkout-billing-address .billing-address-details .action-edit-address{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.checkout-billing-address .billing-address-details .action-edit-address:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.checkout-billing-address .billing-address-details .action-edit-address{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
}

.checkout-billing-address .billing-address-details .action-edit-address svg {
    display: inline-flex;
    display: inline-flex;
  }

.checkout-billing-address .billing-address-details .action-edit-address-icon {
    align-items: center;
    justify-content: center;
    height: 3rem;
    padding: 0px;
    width: 3rem;
    align-items: center;
    justify-content: center;
    height: 3rem;
    padding: 0px;
    width: 3rem;
  }

.checkout-billing-address .billing-address-details .action-edit-address span {
    vertical-align: middle;
  }

.checkout-billing-address .billing-address-details .action-edit-address:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

.checkout-billing-address .billing-address-details .action-edit-address-large {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    width: 100%;
    min-width: max-content;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    width: 100%
  }

@media (min-width: 576px){
    .checkout-billing-address .billing-address-details .action-edit-address-large{
      max-width: 20rem;
      max-width: 20rem;
    }
  }

@media (min-width: 768px){
    .checkout-billing-address .billing-address-details .action-edit-address-large{
      padding-top: 0.875rem;
      padding-bottom: 0.875rem;
      padding-left: 1.5rem;
      padding-top: 0.875rem;
      padding-bottom: 0.875rem;
      padding-left: 1.5rem;
    }
  }

.checkout-billing-address .billing-address-details .action-edit-address-large::after {
      content: '';
      background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow.svg');
      min-width: 24px;
      height: 24px;
      display: block;
      margin-left: 1rem;
      margin-left: 1rem;
    }

.checkout-billing-address .billing-address-details .action-edit-address-large:hover, .checkout-billing-address .billing-address-details .action-edit-address-large:focus{
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(35, 31, 32, var(--tw-text-opacity));
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(35, 31, 32, var(--tw-text-opacity));
    }

.checkout-billing-address .billing-address-details .action-edit-address-large:hover::before, .checkout-billing-address .billing-address-details .action-edit-address-large:focus::before {
        background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow-white.svg');
      }

.checkout-billing-address .billing-address-details .action-edit-address-large-left {
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      width: 100%;
      min-width: max-content;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      width: 100%
    }

@media (min-width: 576px){
      .checkout-billing-address .billing-address-details .action-edit-address-large-left{
        max-width: 20rem;
        max-width: 20rem;
      }
    }

@media (min-width: 768px){
      .checkout-billing-address .billing-address-details .action-edit-address-large-left{
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        padding-left: 1.5rem;
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        padding-left: 1.5rem;
      }
    }

.checkout-billing-address .billing-address-details .action-edit-address-large-left::before {
        content: '';
        background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow.svg');
        transform: rotate(180deg);
        min-width: 24px;
        height: 24px;
        display: block;
        margin-right: 1rem;
        margin-right: 1rem;
      }

.checkout-billing-address .billing-address-details .action-edit-address-large-left:hover, .checkout-billing-address .billing-address-details .action-edit-address-large-left:focus{
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(35, 31, 32, var(--tw-text-opacity));
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(35, 31, 32, var(--tw-text-opacity));
      }

.checkout-billing-address .billing-address-details .action-edit-address-large-left:hover::before, .checkout-billing-address .billing-address-details .action-edit-address-large-left:focus::before {
          background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow-white.svg');
        }

.checkout-billing-address .billing-address-details .action-edit-address #category-view-container .category-view-image > .container.checkout-billing-address .billing-address-details .action-edit-address #category-view-container .category-view-image > .container-submit {
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px;
          margin-bottom: 0.5rem;
          margin-top: 3.5rem;
          padding: 0px
        }

@media (min-width: 768px){
          .checkout-billing-address .billing-address-details .action-edit-address #category-view-container .category-view-image > .container.checkout-billing-address .billing-address-details .action-edit-address #category-view-container .category-view-image > .container-submit{
            margin-bottom: 1rem;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            margin-top: 2.5rem;
          }
        }

.checkout-billing-address .billing-address-details .action-edit-address #category-view-container .category-view-image > .container.checkout-billing-address .billing-address-details .action-edit-address #category-view-container .category-view-image > .container-submit h1 {
            font-size: 2rem;
            margin: 0px;
            font-size: 2rem;
            margin: 0px;
          }

@media (min-width: 768px){
            .checkout-billing-address .billing-address-details .action-edit-address #category-view-container .category-view-image > .container.checkout-billing-address .billing-address-details .action-edit-address #category-view-container .category-view-image > .container-submit h1{
              font-size: 3rem;
              font-size: 3rem;
            }
          }

.checkout-billing-address .billing-address-details .action-edit-address-submit{
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.checkout-billing-address .billing-address-details .action-edit-address-submit::after {
      content: '';
      background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow.svg');
      min-width: 24px;
      height: 24px;
      display: block;
    }

.checkout-billing-address .billing-address-details .action-edit-address-on-dark-bg {
    background-color: transparent;
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    border-width: 1px;
    max-width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: transparent;
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    border-width: 1px;
    max-width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

@media (min-width: 576px) {

.checkout-billing-address .billing-address-details .action-edit-address-on-dark-bg {
      max-width: 13.75rem
  }
    }

.checkout-billing-address .billing-address-details .action-edit-address-on-dark-bg::after {
      content: '';
      background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow-yellow.svg');
      min-width: 24px;
      min-height: 24px;
      display: block;
      margin-left: 1rem;
      margin-left: 1rem;
    }

.checkout-billing-address .billing-address-details .action-edit-address-on-dark-bg:hover, .checkout-billing-address .billing-address-details .action-edit-address-on-dark-bg:focus{
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(35, 31, 32, var(--tw-text-opacity));
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(35, 31, 32, var(--tw-text-opacity));
    }

.checkout-billing-address .billing-address-details .action-edit-address-on-dark-bg:hover::after, .checkout-billing-address .billing-address-details .action-edit-address-on-dark-bg:focus::after {
        background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow.svg');
      }

.checkout-billing-address .billing-address-details .action-edit-address-slider {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
  }

.checkout-billing-address .billing-address-details .action-edit-address-slider:hover, 
        .checkout-billing-address .billing-address-details .action-edit-address-slider:active, 
        .checkout-billing-address .billing-address-details .action-edit-address-slider:focus {
      outline: none;
    }

.checkout-billing-address .billing-address-details .action-edit-address-slider::before {
      content: '';
      background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow-yellow.svg');
      min-width: 24px;
      min-height: 24px;
      display: block;
    }

.checkout-billing-address .billing-address-details .action-edit-address-slider-left {
      margin-right: 1.5rem;
      margin-right: 1.5rem;
    }

.checkout-billing-address .billing-address-details .action-edit-address-slider-left::before {
        transform: rotate(180deg);
      }

.checkout-billing-address .billing-address-details .action-edit-address-tocart {
    flex-direction: row-reverse;
    min-width: 100%;
    flex-direction: row-reverse;
    min-width: 100%;
  }

.checkout-billing-address .billing-address-details .action-edit-address-tocart::after {
      display: none;
    }

.checkout-billing-address .billing-address-details .action-edit-address{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(193, 194, 195, var(--tw-border-opacity));
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(193, 194, 195, var(--tw-border-opacity));
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
}

.checkout-billing-address .billing-address-details .action-edit-address:hover, .checkout-billing-address .billing-address-details .action-edit-address:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(35, 31, 32, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.checkout-billing-address .billing-address-details .action-edit-address:hover,
    .checkout-billing-address .billing-address-details .action-edit-address:focus{
    color: #fff;
    text-decoration: none;
  }

.checkout-billing-address .billing-address-details .action-edit-address.btn-large:hover::after, .checkout-billing-address .billing-address-details .action-edit-address.btn-large:focus::after {
        background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow-yellow.svg');
      }

.grid-text-image-block .content .checkout-billing-address .billing-address-details .action-edit-address {
      margin-right: 0px;
      margin-left: auto;
      margin-right: 0px;
      margin-left: auto;
    }

.home-slider .slider-text .checkout-billing-address .billing-address-details .action-edit-address {
      margin-top: 1.5rem;
      margin-top: 1.5rem;
    }

.checkout-billing-address .billing-address-details .action-edit-address{
  margin: 0px;
  margin-top: 0.5rem;
  margin: 0px;
  margin-top: 0.5rem;
}

.cms-no-route .page-main a:not(.checkout-billing-address .billing-address-details .action-edit-address) {
      text-decoration: underline;
      text-decoration: underline;
    }

.checkout-onepage-success .checkout-billing-address .billing-address-details .action-edit-address.btn-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 0, var(--tw-bg-opacity))
  }

.checkout-onepage-success .checkout-billing-address .billing-address-details .action-edit-address.btn-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 215, 7, var(--tw-bg-opacity));
  }

.checkout-onepage-success .checkout-billing-address .billing-address-details .action-edit-address.btn-primary{
    border-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
    text-transform: uppercase;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 0, var(--tw-bg-opacity));
  }

.checkout-onepage-success .checkout-billing-address .billing-address-details .action-edit-address.btn-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 215, 7, var(--tw-bg-opacity));
  }

.checkout-onepage-success .checkout-billing-address .billing-address-details .action-edit-address.btn-primary{
    border-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
    text-transform: uppercase;
  }

.checkout-onepage-success .checkout-billing-address .billing-address-details .action-edit-address.btn-primary::after {
      content: '';
      background-image: url('../../frontend/Madia/hogetex/nl_NL/svg/icon_arrow.svg');
      background-size: cover;
      display: block;
      height: 1.5rem;
      margin-left: 1.5rem;
      position: relative;
      width: 1.5rem;
      display: block;
      height: 1.5rem;
      margin-left: 1.5rem;
      position: relative;
      width: 1.5rem;
    }

.message.global.noscript a, .message.global.cookie a{
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
}

.message.global.cookie .actions {
  margin-top: 0px;
  margin-top: 0px;
}

@media (min-width: 576px){
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:inline-flex{
    display: inline-flex;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:items-end{
    align-items: flex-end;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

  .sm\:font-bold{
    font-weight: 700;
  }

  .sm\:h-36{
    height: 9rem;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
  }

  .sm\:text-xxl{
    font-size: 1.375rem;
  }

  .sm\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:mr-0{
    margin-right: 0px;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:ml-2{
    margin-left: 0.5rem;
  }

  .sm\:ml-3{
    margin-left: 0.75rem;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:ml-6{
    margin-left: 1.5rem;
  }

  .sm\:mr-8{
    margin-right: 2rem;
  }

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mb-md{
    margin-bottom: 1.375rem;
  }

  .sm\:max-h-full{
    max-height: 100%;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

  .sm\:overflow-hidden{
    overflow: hidden;
  }

  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:pb-0{
    padding-bottom: 0px;
  }

  .sm\:pl-0{
    padding-left: 0px;
  }

  .sm\:pt-4{
    padding-top: 1rem;
  }

  .sm\:pt-9{
    padding-top: 2.25rem;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pl-14{
    padding-left: 3.5rem;
  }

  .sm\:pb-16{
    padding-bottom: 4rem;
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:right-0{
    right: 0px;
  }

  .sm\:bottom-0{
    bottom: 0px;
  }

  .sm\:left-2\/4{
    left: 50%;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(35, 31, 32, var(--tw-text-opacity));
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-36{
    width: 9rem;
  }

  .sm\:w-48{
    width: 12rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-5\/6{
    width: 83.333333%;
  }

  .sm\:w-3\/12{
    width: 25%;
  }

  .sm\:w-4\/12{
    width: 33.333333%;
  }

  .sm\:w-10\/12{
    width: 83.333333%;
  }

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-minicart{
    grid-template-columns: 1fr 48px;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:col-start-1{
    grid-column-start: 1;
  }

  .sm\:col-start-2{
    grid-column-start: 2;
  }

  .sm\:col-end-2{
    grid-column-end: 2;
  }

  .sm\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:row-start-2{
    grid-row-start: 2;
  }

  .sm\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .sm\:duration-700{
    transition-duration: 700ms;
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:inline-flex{
    display: inline-flex;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:items-end{
    align-items: flex-end;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

  .sm\:font-bold{
    font-weight: 700;
  }

  .sm\:h-36{
    height: 9rem;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
  }

  .sm\:text-xxl{
    font-size: 1.375rem;
  }

  .sm\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:mr-0{
    margin-right: 0px;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:ml-2{
    margin-left: 0.5rem;
  }

  .sm\:ml-3{
    margin-left: 0.75rem;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:ml-6{
    margin-left: 1.5rem;
  }

  .sm\:mr-8{
    margin-right: 2rem;
  }

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mb-md{
    margin-bottom: 1.375rem;
  }

  .sm\:max-h-full{
    max-height: 100%;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

  .sm\:overflow-hidden{
    overflow: hidden;
  }

  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:pb-0{
    padding-bottom: 0px;
  }

  .sm\:pl-0{
    padding-left: 0px;
  }

  .sm\:pt-4{
    padding-top: 1rem;
  }

  .sm\:pt-9{
    padding-top: 2.25rem;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pl-14{
    padding-left: 3.5rem;
  }

  .sm\:pb-16{
    padding-bottom: 4rem;
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:right-0{
    right: 0px;
  }

  .sm\:bottom-0{
    bottom: 0px;
  }

  .sm\:left-2\/4{
    left: 50%;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-primary{
    --tw-text-opacity: 1;
    color: rgba(35, 31, 32, var(--tw-text-opacity));
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-36{
    width: 9rem;
  }

  .sm\:w-48{
    width: 12rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-5\/6{
    width: 83.333333%;
  }

  .sm\:w-3\/12{
    width: 25%;
  }

  .sm\:w-4\/12{
    width: 33.333333%;
  }

  .sm\:w-10\/12{
    width: 83.333333%;
  }

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-minicart{
    grid-template-columns: 1fr 48px;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:col-start-1{
    grid-column-start: 1;
  }

  .sm\:col-start-2{
    grid-column-start: 2;
  }

  .sm\:col-end-2{
    grid-column-end: 2;
  }

  .sm\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:row-start-2{
    grid-row-start: 2;
  }

  .sm\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .sm\:duration-700{
    transition-duration: 700ms;
  }
}

@media (min-width: 768px){
  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:bg-primary-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .md\:border-0{
    border-width: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:order-none{
    order: 0;
  }

  .md\:font-bold{
    font-weight: 700;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-14{
    height: 3.5rem;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
  }

  .md\:text-xxl{
    font-size: 1.375rem;
  }

  .md\:text-2\.5xl{
    font-size: 1.75rem;
  }

  .md\:text-4\.5xl{
    font-size: 2.5rem;
  }

  .md\:leading-5{
    line-height: 1.25rem;
  }

  .md\:leading-12{
    line-height: 3rem;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mr-0{
    margin-right: 0px;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:mt-2{
    margin-top: 0.5rem;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:mr-5{
    margin-right: 1.25rem;
  }

  .md\:mr-6{
    margin-right: 1.5rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mr-8{
    margin-right: 2rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:mb-28{
    margin-bottom: 7rem;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pl-16{
    padding-left: 4rem;
  }

  .md\:pt-24{
    padding-top: 6rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-56{
    width: 14rem;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-9\/12{
    width: 75%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:bg-primary-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
  }

  .md\:border-0{
    border-width: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:order-none{
    order: 0;
  }

  .md\:font-bold{
    font-weight: 700;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-14{
    height: 3.5rem;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
  }

  .md\:text-xxl{
    font-size: 1.375rem;
  }

  .md\:text-2\.5xl{
    font-size: 1.75rem;
  }

  .md\:text-4\.5xl{
    font-size: 2.5rem;
  }

  .md\:leading-5{
    line-height: 1.25rem;
  }

  .md\:leading-12{
    line-height: 3rem;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mr-0{
    margin-right: 0px;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:mt-2{
    margin-top: 0.5rem;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:mr-5{
    margin-right: 1.25rem;
  }

  .md\:mr-6{
    margin-right: 1.5rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mr-8{
    margin-right: 2rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:mb-28{
    margin-bottom: 7rem;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pl-16{
    padding-left: 4rem;
  }

  .md\:pt-24{
    padding-top: 6rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-56{
    width: 14rem;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-9\/12{
    width: 75%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }
}

@media (min-width: 1024px){
  .lg\:border-primary-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .lg\:border-none{
    border-style: none;
  }

  .lg\:border-b{
    border-bottom-width: 1px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:table-header-group{
    display: table-header-group;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-none{
    order: 0;
  }

  .lg\:float-right{
    float: right;
  }

  .lg\:font-normal{
    font-weight: 400;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:ml-2{
    margin-left: 0.5rem;
  }

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:min-h-0{
    min-height: 0px;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: sticky;
  }

  .lg\:top-0{
    top: 0px;
  }

  .lg\:right-0{
    right: 0px;
  }

  .lg\:left-0{
    left: 0px;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:whitespace-nowrap{
    white-space: nowrap;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-pdp-layout{
    grid-template-columns: 5fr 7fr;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:transform-none{
    transform: none;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .lg\:border-primary-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .lg\:border-none{
    border-style: none;
  }

  .lg\:border-b{
    border-bottom-width: 1px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:table-header-group{
    display: table-header-group;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-none{
    order: 0;
  }

  .lg\:float-right{
    float: right;
  }

  .lg\:font-normal{
    font-weight: 400;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:ml-2{
    margin-left: 0.5rem;
  }

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:min-h-0{
    min-height: 0px;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: sticky;
  }

  .lg\:top-0{
    top: 0px;
  }

  .lg\:right-0{
    right: 0px;
  }

  .lg\:left-0{
    left: 0px;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:whitespace-nowrap{
    white-space: nowrap;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-pdp-layout{
    grid-template-columns: 5fr 7fr;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:transform-none{
    transform: none;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px;
  }
}

@media (min-width: 1280px){
  .xl\:border-none{
    border-style: none;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mr-8{
    margin-right: 2rem;
  }

  .xl\:-mt-12{
    margin-top: -3rem;
  }

  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:border-none{
    border-style: none;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mr-8{
    margin-right: 2rem;
  }

  .xl\:-mt-12{
    margin-top: -3rem;
  }

  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
}

@media (min-width: 1536px){
  .\32xl\:w-1\/4{
    width: 25%;
  }

  .\32xl\:w-1\/4{
    width: 25%;
  }
}
.mollie-buttons{margin-top:10%;text-align:center;opacity:0;animation:fadeIn 1s;animation-delay:1s;animation-fill-mode:forwards}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.mollie-buttons .button{display:inline-block;margin:20px;max-width:100%;padding:0 16px;border:0;box-shadow:0 1px 2px 0 rgba(0,0,0,0.19);border-radius:6px;background-color:#0095FF;color:#FFF;font-size:1.8rem;font-weight:700;line-height:4.4rem;text-align:center;text-decoration:none;outline:none;overflow:hidden;text-overflow:ellipsis;-webkit-transition:background .15s;transition:background .15s;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mollie-buttons{opacity:0;-webkit-transition:opacity 2s ease-in;-moz-transition:opacity 2s ease-in;-ms-transition:opacity 2s ease-in;-o-transition:opacity 2s ease-in;transition:opacity 2s ease-in}.mollie-buttons .button:hover{background-color:#0077CB}.mollie-loading .redirect-block{padding:10%;text-align:center}.checkout-payment-method #mollie_methods_ideal-form .label{height:35px;display:inline-block}.checkout-payment-method #mollie_methods_ideal-form .payment-icon{width:35px;max-height:30px}.checkout-payment-method #mollie_methods_kbc-form .label{height:35px;display:inline-block}.checkout-payment-method #mollie_methods_kbc-form .payment-icon{width:35px;max-height:30px}.checkout-payment-method #mollie_methods_giftcard-form .label{height:40px;display:inline-block}.checkout-payment-method #mollie_methods_giftcard-form .payment-icon{width:35px;max-height:30px}.mollie-payment-icon{width:25px;margin-right:5px;vertical-align:middle}.mollie-loading .loader{border:16px solid #e3f0fa;border-top:16px solid #31a8f0;border-radius:50%;width:50px;height:50px;animation:spin 2s linear infinite;margin-left:auto;margin-right:auto}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.mollie-component{width:90%;height:20px;background-color:#FFF;padding:10px 15px;border-radius:6px;color:#222;transition:all .05s ease;box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1),0px 1px 3px 0px rgba(0,0,0,0.1),0px 0px 0px 1px rgba(0,0,0,0.05);margin-bottom:10px;margin-top:5px}.mollie-component.is-invalid{background-color:#FFF0F0;box-shadow:0px 1px 1px 0px rgba(255,51,68,0.1),0px 1px 3px 0px rgba(255,51,68,0.1)}.payment-method-content .card-container{max-width:400px;overflow:auto;background-color:#FFF;border-radius:10px;border:1px solid rgba(0,0,0,0.1);display:block;padding:20px;margin-bottom:10px}.component-error{color:#FF0000;display:none;margin-bottom:10px}