@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
  font-family: 'FoundryMonoline';

  src: url('../fonts/FoundryMonoline-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

/*
! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Nunito, system-ui, Arial;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

/*
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)
3. Remove gaps between table borders by default.
*/

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*{
  font-size: 14px;
  line-height: 1.5;
}

body{
  position: relative;
  height: 100%;
  min-height: 99vh;
}

body:has(#minimal-announcement-banner){
  padding-bottom: 11rem;
}

body:has(#menu-drawer[open]){
  overflow-y: hidden;
}

.h1, h1{
  margin-bottom: 30px;
  font-family: FoundryMonoline;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: .9;
}

@media (min-width: 640px){
  .h1, h1{
    font-size: 40px;
  }
}

.h2, h2{
  margin-bottom: 30px;
  font-family: FoundryMonoline;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.16;
}

@media (min-width: 640px){
  .h2, h2{
    font-size: 32px;
  }
}

.h3, h3{
  margin-bottom: 24px;
  font-family: FoundryMonoline;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 768px){
  .h3, h3{
    margin-bottom: 30px;
  }
}

.h4, h4{
  font-size: 22px;
  font-weight: 400 !important;
  line-height: 1.2;
}

p{
  font-size: 14px;
  line-height: 1.5;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container{
  width: 100%;
}

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

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

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

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

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

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

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

/* Hidden state: Initially off the screen (bottom) and fully transparent */

#announcement-banner {
  position: fixed;
  bottom: -100px;
  /* Start hidden below the viewport */
  width: 100%;
  z-index: 9999;
  /* Keep it on top */
  opacity: 0;
  /* Start fully transparent */
  transition: bottom .1s ease-in-out, opacity .1s ease-in-out;
  /* Transition for both bottom and opacity */
}

/* Visible state: Slide in and fade in */

#announcement-banner.active {
  bottom: 0;
  /* Slide up to the bottom of the viewport */
  opacity: 1;
  /* Fade in */
}

/* Hidden state: Slide down and fade out */

#announcement-banner.hidden {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-content {
  display: inline-flex;
  animation: marquee 60s linear infinite;
}

.marquee-content > h2 {
  flex-shrink: 0;
  margin-right: 200px;
  /* Adjust as needed */
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

#minimal-announcement-banner + footer{
  bottom: 6rem;
}

.dashboard-news img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mtm-grid{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1728px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .mtm-grid{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .mtm-grid{
    gap: 2rem;
  }
}

.mtm-grid-header{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1728px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px){
  .mtm-grid-header{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .mtm-grid-header{
    gap: 2rem;
  }
}

#menu-hovedmenu li{
  margin-right: 1.5rem;
  display: inline-block;
  text-transform: uppercase;
}

#menu-hovedmenu li a{
  font-size: 13px;
}

.account .menu .current-page-ancestor a{
  font-weight: 700;
}

footer .menu{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

footer .menu li{
  margin-right: 2rem;
  display: flex;
  align-items: flex-start;
}

footer .menu li:last-of-type{
  margin-right: 0px;
}

footer .menu li a{
  font-size: 10px;
}

/* Buttons */

.btn-outline{
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: unset !important;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-outline:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.btn-filled{
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-filled:hover{
  opacity: 0.8 !important;
}

/* Inputs */

input[type='checkbox'] {
  -moz-appearance:none;
  -webkit-appearance:none;
  -o-appearance:none;
  height: 20px;
  width: 20px;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  --tw-shadow: inset 0 0 0 2px rgb(255,255,255);
  --tw-shadow-colored: inset 0 0 0 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

input[type='checkbox']:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.woocommerce form .form-row.woocommerce-invalid label{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.woocommerce form .form-row.woocommerce-invalid #terms{
  outline-width: 0px !important;
}

/* Login page */

#login-page{
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

#login-page .login-error-message{
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(217 8 30 / var(--tw-text-opacity));
}

#announcement-banner#login-page #custom_login_form label {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

#login-page #custom_login_form label{
  display: none;
}

#login-page #custom_login_form input{
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(183 183 183 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#login-page #custom_login_form .login-submit{
  text-align: right !important;
}

#login-page #custom_login_form #wp-submit{
  margin-bottom: 1rem;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#login-page #custom_login_form #wp-submit:hover{
  opacity: 0.85;
}

/* Reset password page */

#reset-password-page{
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

#announcement-banner#reset-password-page .forgot-password-form form label {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

#reset-password-page .forgot-password-form form label{
  display: none;
}

#reset-password-page .forgot-password-form form input{
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(183 183 183 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#announcement-banner#reset-password-page .reset-password-form form label {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

#reset-password-page .reset-password-form form label{
  display: none;
}

#reset-password-page .reset-password-form form input{
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(183 183 183 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#reset-password-page .reset-password-form #submit{
  margin-bottom: 1rem;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#reset-password-page .reset-password-form #submit:hover{
  opacity: 0.85;
}

/* Single order */

#announcement-banner.single-order-products .add-to-cart-container .favorite-product-form {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.single-order-products .add-to-cart-container .favorite-product-form{
  display: none;
}

#announcement-banner.single-order-products .stock-note {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.single-order-products .stock-note{
  display: none;
}

.single-order-products .add-to-cart-container .add_to_cart_button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.single-order-products .add-to-cart-container .add_to_cart_button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-order-products .add-to-cart-container .add_to_cart_button.added::after{
  margin-left: 0.5rem;
  display: inline-block;
  font-family: 'WooCommerce';
  --tw-content: '\e017';
  content: var(--tw-content);
}

/* WooCommerce general */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button{
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover{
  opacity: 0.8 !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button{
  height: 52px;
  font-size: 18px;
  text-transform: none !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: unset !important;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{
  margin-right: 1.5rem;
  text-transform: none !important;
}

#announcement-banner#sidebar {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

#sidebar{
  display: none;
}

button.minus, button.plus{
  height: 35px;
  width: 46px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  font-size: 18px;
}

.quantity input{
  height: 35px;
  width: 71px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  text-align: center;
  font-size: 18px;
}

.remove-cart-item{
  margin-left: 1rem;
  display: flex;
  align-items: center;
}

.cart-item-remove{
  display: flex;
  align-items: center;
}

.search-item .add-to-cart-container a{
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: unset !important;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.search-item .add-to-cart-container a:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.search-item .add-to-cart-container a{
  margin-right: 1.5rem;
  text-transform: none;
  line-height: 1;
}

.stock-note{
  margin-top: 0.5rem;
  width: 149px;
}

/* Search drawer */

.search-item .add-to-cart-container{
  display: flex;
  align-items: center;
}

.search-item .stock-note{
  margin-top: 0.5rem;
  width: 149px;
}

/* Search drawer */

#cart-drawer button.minus, #cart-drawer button.plus{
  display: block;
  height: 35px;
  width: 46px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  font-size: 18px;
}

#cart-drawer .quantity input{
  height: 35px;
  width: 71px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-width: 0px !important;
  border-left-width: 0px !important;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  text-align: center;
  font-size: 18px;
}

/* Yoast Breadcrumbs */

#breadcrumbs{
  grid-column-start: 2;
  grid-column-end: 9;
  margin-top: -1.75rem;
}

#breadcrumbs a, #breadcrumbs span{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}

/* Account menu */

.account .menu li{
  margin-bottom: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.account .menu li a{
  font-size: 20px;
}

.account .menu .current-menu-item{
  font-weight: 700;
}

/* Account Management */

#account-management .pagination{
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#account-management .pagination .page-numbers{
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(178 178 178 / var(--tw-border-opacity));
  font-size: 16px;
}

#account-management .pagination .page-numbers:last-child{
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(178 178 178 / var(--tw-border-opacity));
}

#account-management .pagination .page-numbers.current{
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity));
}

/* Account Orders */

#account-orders .pagination{
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#account-orders .pagination .page-numbers{
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(178 178 178 / var(--tw-border-opacity));
  font-size: 16px;
}

#account-orders .pagination .page-numbers:last-child{
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(178 178 178 / var(--tw-border-opacity));
}

#account-orders .pagination .page-numbers.current{
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity));
}

/*  WooCommerce products archive */

.woocommerce-pagination{
  grid-column: 1 / -1;
  margin-top: 4rem;
}

.woocommerce-pagination .page-numbers li span, .woocommerce-pagination .page-numbers li a{
  display: flex !important;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(178 178 178 / var(--tw-border-opacity));
  font-size: 16px;
}

.woocommerce-pagination .page-numbers li span:last-child, .woocommerce-pagination .page-numbers li a:last-child{
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(178 178 178 / var(--tw-border-opacity));
}

.woocommerce-pagination .page-numbers li span.current{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.gallery-archive .mtm_archive_product-loop .products{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1728px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .gallery-archive .mtm_archive_product-loop .products{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .gallery-archive .mtm_archive_product-loop .products{
    gap: 2rem;
  }
}

.gallery-archive .mtm_archive_product-loop ul.products li.product, .woocommerce-page ul.products li.product{
  grid-column: 1 / -1;
  float: none;
  margin: 0px;
  display: grid;
  width: 100%;
  gap: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .gallery-archive .mtm_archive_product-loop ul.products li.product, .woocommerce-page ul.products li.product{
    grid-column: span 4 / span 4;
  }
}

@media (min-width: 1024px){
  .gallery-archive .mtm_archive_product-loop ul.products li.product, .woocommerce-page ul.products li.product{
    grid-column: span 6 / span 6;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .gallery-archive .mtm_archive_product-loop ul.products li.product, .woocommerce-page ul.products li.product{
    grid-column: span 4 / span 4;
  }
}

.gallery-archive .mtm_archive_product-loop .products .product .product-loop-image{
  padding-right: 2rem;
}

.gallery-archive .mtm_archive_product-loop .products .product .product-loop-image img{
  margin-bottom: 0px;
  border-width: 0px !important;
}

.gallery-archive .mtm_archive_product-loop .products .product .product-loop-content{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
}

.gallery-archive .mtm_archive_product-loop .products .product a{
  display: flex;
  flex-direction: column;
}

.gallery-archive .mtm_archive_product-loop .products .product a .product-sku{
  font-size: 12px;
}

.list-archive .mtm_archive_product-loop{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1728px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .list-archive .mtm_archive_product-loop{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .list-archive .mtm_archive_product-loop{
    gap: 2rem;
  }
}

.list-archive .mtm_archive_product-loop .products{
  grid-column: 1 / -1;
  margin-left: 0px;
  margin-right: 0px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px){
  .list-archive .mtm_archive_product-loop .products{
    grid-column: span 9 / span 9;
  }
}

@media (min-width: 1024px){
  .list-archive .mtm_archive_product-loop .products{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

.list-archive .mtm_archive_product-loop ul.products li.product, .woocommerce-page ul.products li.product{
  grid-column: 1 / -1;
  display: flex;
  width: 100% !important;
}

.list-archive .mtm_archive_product-loop .products .product .product-loop-image{
  margin: 0px !important;
  width: 145px;
  padding-right: 2rem;
}

.list-archive .mtm_archive_product-loop .products .product .product-loop-image img{
  margin: 0px !important;
}

.list-archive .mtm_archive_product-loop .products .product .product-loop-content .stock-note{
  margin-right: 0px;
  margin-left: auto;
}

/*.list-archive .mtm_archive_product-loop .products .product .product-loop-content {@apply w-full py-4 pr-4 lg:grid lg:grid-cols-8 lg:gap-x-8 gap-y-0}*/

/*.list-archive .mtm_archive_product-loop .products .product a {@apply flex items-center col-span-5 justify-between}*/

.list-archive .mtm_archive_product-loop .products .product .product-loop-content{
  width: 100%;
  row-gap: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

@media not all and (min-width: 768px){
  .list-archive .mtm_archive_product-loop .products .product .product-loop-content{
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1024px){
  .list-archive .mtm_archive_product-loop .products .product .product-loop-content{
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.list-archive .mtm_archive_product-loop .products .product a{
  grid-column: span 5 / span 5;
  display: flex;
  justify-content: space-between;
}

@media not all and (min-width: 768px){
  .list-archive .mtm_archive_product-loop .products .product a{
    flex-direction: column;
  }
}

@media (min-width: 768px){
  .list-archive .mtm_archive_product-loop .products .product a{
    align-items: center;
  }
}

.list-archive .mtm_archive_product-loop .products .product .add-to-cart-container{
  grid-column: span 3 / span 3;
  margin: 0px !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start !important;
}

.list-archive .mtm_archive_product-loop .products .product .button{
  margin-right: 0px;
  margin-left: 1.5rem;
}

.list-archive .mtm_archive_product-loop .products .product a .woocommerce-loop-product__title{
  margin: 0px;
  width: 45%;
}

.list-archive .mtm_archive_product-loop .products .product a .product-sku{
  margin: 0px;
  font-size: 14px;
}

.list-archive .mtm_archive_product-loop .products .product a .price{
  margin: 0px;
  width: 8%;
}

.mtm_archive_product-loop .products .product .product-loop-content .woocommerce-loop-product__title{
  margin-bottom: 1.5rem;
  padding: 0px !important;
  font-family: Nunito, system-ui, Arial;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.mtm_archive_product-loop .products .product .product-loop-content .add-to-cart-container{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mtm_archive_product-loop .products .product .product-loop-content .woocommerce-loop-product__title{
  margin-bottom: 1.5rem;
  padding: 0px !important;
  font-family: Nunito, system-ui, Arial;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

@media not all and (min-width: 768px){
  .mtm_archive_product-loop .products .product .product-loop-content .woocommerce-loop-product__title{
    width: 100% !important;
  }
}

/*.mtm_archive_product-loop .products .product .product-loop-content .add-to-cart-container {@apply flex justify-start items-center mt-4}*/

.mtm_archive_product-loop .products .product a .woocommerce-loop-product__title{
  order: 1;
}

.mtm_archive_product-loop .products .product a .product-sku{
  order: 2;
}

.mtm_archive_product-loop .products .product a .price{
  order: 3;
}

.mtm_archive_product-loop .products .product a .price bdi{
  font-size: 14px;
}

.mtm_archive_product-loop .products .product a .price .woocommerce-Price-currencySymbol{
  font-size: 14px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#announcement-banner.woocommerce ul.products::before {
  bottom: -100px !important;
  /* Slide back down below the viewport */
  opacity: 0 !important;
  /* Fade out */
}

.woocommerce ul.products::before{
  display: none !important;
}

.woocommerce .products ul, .woocommerce ul.products{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .woocommerce .products ul, .woocommerce ul.products{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.woocommerce ul.products li.product .button{
  margin-top: 0px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{
  border-radius: unset;
  background-color: unset;
  font-weight: 400;
  color: unset;
}

#announcement-banner.woocommerce ul.products li.product .onsale {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.woocommerce ul.products li.product .onsale{
  display: none;
}

.woocommerce ul.products li.product .price ins{
  margin-left: 0.5rem;
  font-weight: 400;
  text-decoration-line: none;
}

#announcement-banner.page-title {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.page-title{
  display: none;
}

#announcement-banner.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after{
  display: none;
}

#announcement-bannera.added_to_cart.wc-forward {
  bottom: -100px !important;
  /* Slide back down below the viewport */
  opacity: 0 !important;
  /* Fade out */
}

a.added_to_cart.wc-forward{
  display: none !important;
}

.woocommerce img, .woocommerce-page img{
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
     object-fit: contain;
}

#announcement-banner.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  bottom: -100px !important;
  /* Slide back down below the viewport */
  opacity: 0 !important;
  /* Fade out */
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{
  display: none !important;
}

#announcement-banner.woocommerce .woocommerce-result-count {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.woocommerce .woocommerce-result-count{
  display: none;
}

/*  WooCommerce categories view */

.mtm_archive-category-loop .products{
  display: grid;
  max-width: 1728px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px){
  .mtm_archive-category-loop .products{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .mtm_archive-category-loop .products{
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2rem;
  }
}

.mtm_archive-category-loop .products .product-category, .woocommerce-page ul.products li.product{
  grid-column: span 3 / span 3;
}

#announcement-banner.mtm_archive-category-loop .products .product-category > a {
  bottom: -100px !important;
  /* Slide back down below the viewport */
  opacity: 0 !important;
  /* Fade out */
}

.mtm_archive-category-loop .products .product-category > a{
  display: none !important;
}

.mtm_archive-category-loop .products .product-category .cat_card{
  width: 100%;
}

.mtm_archive-category-loop .products .product-category .cat_card img{
  margin-bottom: 0px;
  aspect-ratio: 21/16;
  -o-object-fit: cover;
     object-fit: cover;
}

.mtm_archive-category-loop .products .product-category .cat_card a{
  display: flex;
  flex-direction: column-reverse;
}

.mtm_archive-category-loop .products .product-category .cat_card a h2{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: FoundryMonoline, Nunito, system-ui, Arial;
  font-size: 40px;
}

#announcement-banner.mtm_archive-category-loop .products .product-category .cat_card a mark {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.mtm_archive-category-loop .products .product-category .cat_card a mark{
  display: none;
}

.mtm_archive-category-loop .products .product-category .cat_card .cat-card-heading{
  height: 191px;
  width: 100%;
}

.mtm_archive-category-loop.shop-page .products > *:nth-child(1), .mtm_archive-category-loop.shop-page .products > *:nth-child(2){
  grid-column: span 6 / span 6;
}

.mtm_archive-category-loop.shop-page .products > *:nth-child(1) .cat_card a, .mtm_archive-category-loop.shop-page .products > *:nth-child(2) .cat_card a{
  flex-direction: row-reverse;
}

.mtm_archive-category-loop.shop-page .products > *:nth-child(1) a img, .mtm_archive-category-loop.shop-page .products > *:nth-child(2) a img{
  aspect-ratio: 21/16;
  width: calc(50% + 1rem) !important;
}

@media (min-width: 2560px){
  .mtm_archive-category-loop.shop-page .products > *:nth-child(1) a img, .mtm_archive-category-loop.shop-page .products > *:nth-child(2) a img{
    width: calc(50% + 2rem) !important;
  }
}

.mtm_archive-category-loop.shop-page .products > *:nth-child(1) .cat-card-heading, .mtm_archive-category-loop.shop-page .products > *:nth-child(2) .cat-card-heading{
  height: 100% !important;
}

.mtm_archive-category-loop.shop-page .products .product-category a{
  display: flex;
  height: 100%;
  width: 100%;
}

#announcement-banner.mtm_archive-category-loop.shop-page .products .product-category > a {
  bottom: -100px !important;
  /* Slide back down below the viewport */
  opacity: 0 !important;
  /* Fade out */
}

.mtm_archive-category-loop.shop-page .products .product-category > a{
  display: none !important;
}

.mtm_archive-category-loop.shop-page .products .product-category .cat_card{
  width: 100%;
}

.mtm_archive-category-loop.shop-page .products .product-category a img{
  margin-bottom: 0px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mtm_archive-category-loop.shop-page .products .product-category a h2{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: FoundryMonoline, Nunito, system-ui, Arial;
  font-size: 40px;
}

#announcement-banner.mtm_archive-category-loop.shop-page .products .product-category a h2 mark {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.mtm_archive-category-loop.shop-page .products .product-category a h2 mark{
  display: none;
}

.mtm_archive-category-loop.shop-page .products .product-category .cat_card .cat-card-heading{
  height: 191px;
  width: 100%;
}

/*  WooCommerce single products */

.single-product .type-product{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1728px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .single-product .type-product{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .single-product .type-product{
    gap: 2rem;
  }
}

.single-product  div.product div.images.woocommerce-product-gallery{
  order: 1;
  grid-column-start: 1;
  grid-column-end: 6;
  width: 100%;
}

.single-product  div.product div.summary{
  order: 2;
  grid-column-start: 6;
  grid-column-end: 9;
  width: 100%;
}

#announcement-banner.single-product  div.product div.summary .stock {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.single-product  div.product div.summary .stock{
  display: none;
}

#announcement-banner.single-product .related.products {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.single-product .related.products{
  display: none;
}

.single-product .product_title.entry-title{
  margin-bottom: 1rem !important;
  font-size: 36px !important;
}

.single-product .woocommerce-product-details__short-description p{
  margin-bottom: 2rem !important;
  font-size: 16px !important;
}

.single-product div.product .woocommerce-tabs{
  order: 4;
  grid-column: 1 / -1;
}

.single-product div.product .woocommerce-product-gallery__image{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.single-product .matching-product .add-to-cart-container{
  display: flex;
  align-items: center;
}

.single-product .quantity{
  margin: 0px !important;
}

.single-product .quantity .qty{
  height: 52px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: unset;
}

.single-product form.cart{
  margin-bottom: 0.5rem !important;
}

.single-product .price bdi span, .single-product .price bdi{
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#announcement-banner.single-product .posted_in {
  bottom: -100px !important;
  /* Slide back down below the viewport */
  opacity: 0 !important;
  /* Fade out */
}

.single-product .posted_in{
  display: none !important;
}

#announcement-banner.single-product .sku_wrapper {
  bottom: -100px !important;
  /* Slide back down below the viewport */
  opacity: 0 !important;
  /* Fade out */
}

.single-product .sku_wrapper{
  display: none !important;
}

.single-product .single-relative img{
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 3/2;
}

.single-product .single-relative .add-to-cart-container{
  display: flex;
}

#announcement-banner.single-product button.minus,#announcement-banner .single-product button.plus {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.single-product button.minus, .single-product button.plus{
  display: none;
}

/* WooCommerce cart */

.woocommerce-cart .woocommerce{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1728px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .woocommerce-cart .woocommerce{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .woocommerce-cart .woocommerce{
    gap: 2rem;
  }
}

.woocommerce-cart .woocommerce{
  row-gap: 0px;
}

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper{
  grid-column: 1 / -1;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form{
  grid-column: span 9 / span 9;
}

.woocommerce-cart .woocommerce .cart-collaterals{
  grid-column: span 3 / span 3;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals{
  width: 100%;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .custom-cart-totals{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#announcement-banner.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2{
  display: none;
}

.woocommerce-cart .woocommerce table.shop_table th{
  padding: 0px;
}

.woocommerce-cart .woocommerce table.shop_table td{
  border-width: 0px;
  padding: 0px;
}

.woocommerce-cart .woocommerce table.shop_table{
  border-width: 0px;
}

.woocommerce-cart .woocommerce table.shop_table tbody th{
  border-width: 0px !important;
}

.woocommerce-cart .woocommerce table thead{
  grid-column: 1 / -1;
}

.woocommerce-cart .woocommerce table thead tr{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1728px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .woocommerce-cart .woocommerce table thead tr{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .woocommerce-cart .woocommerce table thead tr{
    gap: 2rem;
  }
}

.woocommerce-cart .woocommerce table thead tr{
  grid-column: 1 / -1;
  margin-left: 0px;
  margin-right: 0px;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  padding-left: 2rem;
  padding-right: 2rem;
}

.woocommerce-cart .woocommerce table.shop_table thead tr th{
  font-size: 16px;
}

.woocommerce-cart .woocommerce table tbody{
  grid-column: 1 / -1;
}

.woocommerce-cart .woocommerce table{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1728px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .woocommerce-cart .woocommerce table{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .woocommerce-cart .woocommerce table{
    gap: 2rem;
  }
}

.woocommerce-cart .woocommerce table{
  margin-left: 0px;
  margin-right: 0px;
  row-gap: 1rem;
}

.woocommerce-cart .woocommerce table tr.woocommerce-cart-form__cart-item.cart_item{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1728px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .woocommerce-cart .woocommerce table tr.woocommerce-cart-form__cart-item.cart_item{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .woocommerce-cart .woocommerce table tr.woocommerce-cart-form__cart-item.cart_item{
    gap: 2rem;
  }
}

.woocommerce-cart .woocommerce table tr.woocommerce-cart-form__cart-item.cart_item{
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 1.5rem;
  min-height: 115px;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
}

#announcement-banner.woocommerce-cart .woocommerce table.shop_table .product-remove {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.woocommerce-cart .woocommerce table.shop_table .product-remove{
  display: none;
}

.woocommerce-cart .woocommerce table.shop_table .product-thumbnail{
  order: 1;
  grid-column: span 1 / span 1;
  display: flex;
  align-items: center;
}

.woocommerce-cart .woocommerce table.shop_table .product-thumbnail img{
  width: 100%;
}

.woocommerce-cart .woocommerce table.shop_table .product-name{
  order: 2;
  grid-column: span 4 / span 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1rem;
}

.woocommerce-cart .woocommerce table.shop_table .product-name a{
  font-size: 16px;
}

.woocommerce-cart .woocommerce table.shop_table .product-quantity{
  order: 3;
  grid-column: span 2 / span 2;
  display: flex;
  align-items: center;
}

.woocommerce-cart .woocommerce table.shop_table .product-quantity .quantity{
  display: flex;
}

.woocommerce-cart .woocommerce table.shop_table .product-price{
  order: 4;
  grid-column: span 1 / span 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.woocommerce-cart .woocommerce table.shop_table .product-subtotal{
  order: 5;
  grid-column: span 1 / span 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.woocommerce-cart .woocommerce .custom-cart-totals table tbody tr{
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}

.woocommerce-cart .woocommerce .custom-cart-totals table tbody tr:last-of-type{
  margin-top: 3rem;
}

.woocommerce-cart .woocommerce .custom-cart-totals table tbody tr th{
  font-weight: 400;
}

.woocommerce-cart .woocommerce .custom-cart-totals .cart-subtotal th{
  font-size: 16px;
  font-weight: 400;
}

.woocommerce-cart .woocommerce .custom-cart-totals .cart-subtotal td bdi{
  font-size: 16px;
  font-weight: 400;
}

.woocommerce-cart .woocommerce .custom-cart-totals .order-total th{
  font-size: 16px;
}

.woocommerce-cart .woocommerce .custom-cart-totals .order-total td bdi{
  font-size: 16px;
}

.woocommerce-cart .woocommerce .cart .button{
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: unset !important;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.woocommerce-cart .woocommerce .cart .button:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.woocommerce-cart .woocommerce .cart .button{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  text-transform: none;
}

a.checkout-button.button.alt.wc-forward{
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a.checkout-button.button.alt.wc-forward:hover{
  opacity: 0.8 !important;
}

a.checkout-button.button.alt.wc-forward{
  margin-right: 0px;
  margin-left: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
  text-transform: none;
}

/* WooCommerce checkout */

.woocommerce-checkout .woocommerce{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1728px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .woocommerce-checkout .woocommerce{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .woocommerce-checkout .woocommerce{
    gap: 2rem;
  }
}

.woocommerce-checkout .woocommerce{
  row-gap: 0px;
}

.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper{
  grid-column: 1 / -1;
}

.woocommerce-checkout .woocommerce .checkout{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1728px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .woocommerce-checkout .woocommerce .checkout{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .woocommerce-checkout .woocommerce .checkout{
    gap: 2rem;
  }
}

.woocommerce-checkout .woocommerce .checkout{
  grid-column: 1 / -1;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.woocommerce-checkout .woocommerce .checkout #customer_details{
  grid-column: span 3 / span 3;
  grid-column-start: 2;
}

.woocommerce-checkout .woocommerce .col2-set .col-1{
  float: none;
  width: 100%;
  height: 100%;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields{
  height: 100%;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields h3:first-of-type#announcement-banner {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields h3:first-of-type{
  display: none;
}

#announcement-banner.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields__field-wrapper {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.woocommerce-checkout .woocommerce .col2-set .col-1 .woocommerce-billing-fields__field-wrapper{
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 h3{
  margin-bottom: 0px;
  padding-bottom: 1rem;
  font-family: Nunito, system-ui, Arial;
  font-size: 18px;
  text-transform: none;
}

.woocommerce-checkout .woocommerce .checkout .order-review-content{
  grid-column: span 5 / span 5;
  grid-column-start: 5;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.woocommerce-checkout .woocommerce .checkout .order-review-content h3{
  margin-bottom: 0px;
  background-color: var(--main-bg-color);
  padding-bottom: 1rem;
  font-family: Nunito, system-ui, Arial;
  font-size: 16px;
  text-transform: none;
}

.woocommerce-checkout .woocommerce .checkout .order-review-content #order_review{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.woocommerce-checkout .woocommerce .checkout .order-review-content #order_review table{
  border-width: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
}

.woocommerce-checkout .woocommerce .checkout .order-review-content #order_review table tr td{
  border-width: 0px;
}

.woocommerce-checkout .woocommerce .checkout .order-review-content #order_review table tfoot tr th{
  border-width: 0px;
}

#announcement-banner.woocommerce-checkout .woocommerce .checkout .order-review-content .wc_payment_methods {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.woocommerce-checkout .woocommerce .checkout .order-review-content .wc_payment_methods{
  display: none;
}

#announcement-banner.woocommerce-checkout .woocommerce .checkout .woocommerce-additional-fields {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.woocommerce-checkout .woocommerce .checkout .woocommerce-additional-fields{
  display: none;
}

.woocommerce-checkout .woocommerce .checkout .order-review-content #payment div.form-row{
  margin: 0px !important;
}

.woocommerce-checkout .woocommerce .checkout table{
  display: block;
}

#announcement-banner.woocommerce-checkout .woocommerce .checkout table thead {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.woocommerce-checkout .woocommerce .checkout table thead{
  display: none;
}

#delivery_contact_name{
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
  padding: 0.5rem;
  font-size: 16px;
}

#delivery_contact_name::-moz-placeholder{
  opacity: 1;
}

#delivery_contact_name::placeholder{
  opacity: 1;
}

#delivery_contact_phone{
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
  padding: 0.5rem;
  font-size: 16px;
}

#delivery_contact_phone::-moz-placeholder{
  opacity: 1;
}

#delivery_contact_phone::placeholder{
  opacity: 1;
}

.woocommerce-terms-and-conditions-checkbox-text{
  text-decoration-line: underline;
}

.woocommerce-checkout .woocommerce .checkout .order-review-content #payment div.form-row{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
  margin-left: 1rem;
}

.woocommerce-terms-and-conditions-wrapper p{
  margin-bottom: 0px !important;
  padding: 0px !important;
}

.woocommerce-checkout .woocommerce .checkout table tbody{
  margin-bottom: 3rem;
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-bottom: 2rem;
}

.woocommerce-checkout .woocommerce .checkout table tbody tr{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.woocommerce-checkout .woocommerce .checkout table tbody tr:first-of-type{
  padding-top: 0px;
}

.woocommerce-checkout .woocommerce .checkout table tbody tr td{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#announcement-banner.woocommerce-checkout .woocommerce .checkout table tbody tr td .product-sku {
  bottom: -100px !important;
  /* Slide back down below the viewport */
  opacity: 0 !important;
  /* Fade out */
}

.woocommerce-checkout .woocommerce .checkout table tbody tr td .product-sku{
  display: none !important;
}

.woocommerce-checkout .woocommerce .checkout table tbody tr td.product-name{
  grid-column: span 4 / span 4;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  padding: 0px;
}

.woocommerce-checkout .woocommerce .checkout table tbody tr td.product-total{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
}

.woocommerce-checkout .woocommerce .checkout table tbody tr td.product-name p{
  grid-column: span 4 / span 4;
  font-size: 16px;
}

.woocommerce-checkout .woocommerce .checkout table tbody tr td .product-quantity{
  grid-column: span 1 / span 1;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

.woocommerce-checkout .woocommerce .checkout table tbody tr td.product-total{
  text-align: right;
}

.woocommerce-checkout .woocommerce .checkout table tfoot{
  margin-left: auto;
  display: block;
  width: 250px;
}

.woocommerce-checkout .woocommerce .checkout table tfoot tr{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-checkout .woocommerce .checkout table tfoot tr.cart-subtotal th, .woocommerce-checkout .woocommerce .checkout table tfoot tr.cart-subtotal td bdi, .woocommerce-checkout .woocommerce .checkout table tfoot tr.cart-subtotal td .woocommerce-Price-currencySymbol{
  font-size: 16px;
  font-weight: 400;
}

.woocommerce-checkout .woocommerce .checkout table tfoot tr.tax-rate th, .woocommerce-checkout .woocommerce .checkout table tfoot tr.tax-rate td .amount, .woocommerce-checkout .woocommerce .checkout table tfoot tr.tax-rate td .woocommerce-Price-currencySymbol{
  font-size: 12px;
  font-weight: 400;
}

.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot bdi, .woocommerce table.shop_table tfoot .woocommerce-Price-currencySymbol{
  font-size: 12px;
  font-weight: 400;
}

.woocommerce-checkout .woocommerce .checkout table tfoot tr.order-total th, .woocommerce-checkout .woocommerce .checkout table tfoot tr.order-total td bdi, .woocommerce-checkout .woocommerce .checkout table tfoot tr.order-total td .woocommerce-Price-currencySymbol{
  font-size: 16px;
  font-weight: 700;
}

.woocommerce-checkout .woocommerce .checkout table tfoot tr.order-total{
  margin-top: 2rem;
}

.woocommerce-checkout .woocommerce .checkout table tfoot tr td, .woocommerce-checkout .woocommerce .checkout table tfoot tr th{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout #payment{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 3rem;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout #payment button{
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout #payment button:hover{
  opacity: 0.8 !important;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout #payment button{
  text-transform: none;
}

.woocommerce .wc-empty-cart-message{
  grid-column: 1 / -1;
}

.woocommerce .return-to-shop{
  width: -moz-max-content;
  width: max-content;
}

.woocommerce .return-to-shop a{
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.woocommerce .return-to-shop a:hover{
  opacity: 0.8 !important;
}

.woocommerce .return-to-shop a{
  width: 100%;
  font-weight: 400;
  text-transform: none;
}

.woocommerce-checkout .woocommerce .woocommerce-NoticeGroup{
  grid-column: 1 / -1;
}

.woocommerce-checkout .woocommerce .woocommerce-order{
  grid-column: 1 / -1;
}

/* WooCommerce order received */

#announcement-banner.woocommerce-order-received .back-button {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.woocommerce-order-received .back-button{
  display: none;
}

#announcement-banner.woocommerce-checkout .back-button {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.woocommerce-checkout .back-button{
  display: none;
}

#announcement-banner.woocommerce-cart .back-button {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.woocommerce-cart .back-button{
  display: none;
}

.woocommerce-order-received .amount-items .woocommerce-Price-amount{
  font-size: 12px;
}

.woocommerce-order-received .amount-items .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
  font-size: 12px;
}

/* Favorite Products */

#favorite-products .products .product .button{
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: unset !important;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#favorite-products .products .product .button:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

#favorite-products .products .product .button{
  margin-right: 1.5rem;
  text-transform: none !important;
  line-height: 1 !important;
}

.list-archive #favorite-products .products .product .button{
  margin-right: 0px !important;
}

#favorite-products .products .product .price{
  margin-bottom: 0.5rem;
}

#favorite-products .products .product img{
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
     object-fit: contain;
}

#favorite-products .products .product{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* Create user */

#announcement-banner.create-user .user-created {
  bottom: -100px;
  /* Slide back down below the viewport */
  opacity: 0;
  /* Fade out */
}

.create-user .user-created{
  display: none;
}

.create-user .user-created-btns.user-created{
  display: block !important;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button, .cart-item-quantity .qty::-webkit-inner-spin-button, .cart-item-quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

.woocommerce .quantity input[type=number] {
  -moz-appearance: textfield;
}

.support-description p{
  font-size: 22px;
}

.big-btn-filled {
  border: 1px solid black;
  background-color: black;
  color: white;
  border-radius: 4px;
  padding: 18px 88px;
  transition: all .3s;
  text-transform: uppercase;
}

.big-btn-filled:hover {
  background-color: white;
  border: 1px solid white;
  color: black;
}

.big-btn-outlined {
  border: 1px solid black;
  color: black;
  border-radius: 4px;
  padding: 18px 88px;
  transition: all .3s;
  text-transform: uppercase;
}

.big-btn-outlined:hover {
  background-color: black;
  border: 1px solid black;
  color: white;
}

@media(max-width: 1024px) {
  .big-btn-filled, .big-btn-outlined {
    padding: 15px 15px;
  }
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-inset-x-px{
  left: -1px;
  right: -1px;
}

.-left-3{
  left: -0.75rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-36{
  bottom: 9rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-\[2px\]{
  bottom: 2px;
}

.left-0{
  left: 0px;
}

.left-20{
  left: 5rem;
}

.left-3{
  left: 0.75rem;
}

.left-6{
  left: 1.5rem;
}

.left-\[6px\]{
  left: 6px;
}

.right-0{
  right: 0px;
}

.right-10{
  right: 2.5rem;
}

.right-\[-8rem\]{
  right: -8rem;
}

.right-\[2px\]{
  right: 2px;
}

.top-0{
  top: 0px;
}

.top-10{
  top: 2.5rem;
}

.top-4{
  top: 1rem;
}

.top-\[2px\]{
  top: 2px;
}

.top-\[5\.5rem\]{
  top: 5.5rem;
}

.top-\[6px\]{
  top: 6px;
}

.top-full{
  top: 100%;
}

.z-10{
  z-index: 10;
}

.z-30{
  z-index: 30;
}

.z-50{
  z-index: 50;
}

.z-\[100\]{
  z-index: 100;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

.order-5{
  order: 5;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.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-span-5{
  grid-column: span 5 / span 5;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.col-span-7{
  grid-column: span 7 / span 7;
}

.col-span-full{
  grid-column: 1 / -1;
}

.col-start-1{
  grid-column-start: 1;
}

.col-start-10{
  grid-column-start: 10;
}

.col-start-2{
  grid-column-start: 2;
}

.col-start-3{
  grid-column-start: 3;
}

.col-start-5{
  grid-column-start: 5;
}

.col-start-7{
  grid-column-start: 7;
}

.col-end-10{
  grid-column-end: 10;
}

.col-end-13{
  grid-column-end: 13;
}

.col-end-9{
  grid-column-end: 9;
}

.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mb-0{
  margin-bottom: 0px !important;
}

.\!mb-12{
  margin-bottom: 3rem !important;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-\[-57px\]{
  margin-bottom: -57px;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mb-\[5px\]{
  margin-bottom: 5px;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-56{
  margin-left: 14rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.ml-8{
  margin-left: 2rem;
}

.ml-\[-5px\]{
  margin-left: -5px;
}

.ml-auto{
  margin-left: auto;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-8{
  margin-right: 2rem;
}

.mr-\[20px\]{
  margin-right: 20px;
}

.mt-12{
  margin-top: 3rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-24{
  margin-top: 6rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[-43px\]{
  margin-top: -43px;
}

.mt-\[-5px\]{
  margin-top: -5px;
}

.mt-\[-6\.5rem\]{
  margin-top: -6.5rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.\!aspect-\[515\/202\]{
  aspect-ratio: 515/202 !important;
}

.\!aspect-\[770\/171\]{
  aspect-ratio: 770/171 !important;
}

.aspect-\[0\.62\/1\]{
  aspect-ratio: 0.62/1;
}

.aspect-\[1\.22\/1\]{
  aspect-ratio: 1.22/1;
}

.aspect-\[1\.47\/1\]{
  aspect-ratio: 1.47/1;
}

.aspect-\[64\/31\]{
  aspect-ratio: 64/31;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.size-\[58px\]{
  width: 58px;
  height: 58px;
}

.size-full{
  width: 100%;
  height: 100%;
}

.\!h-full{
  height: 100% !important;
}

.h-12{
  height: 3rem;
}

.h-24{
  height: 6rem;
}

.h-\[100vh\]{
  height: 100vh;
}

.h-\[10px\]{
  height: 10px;
}

.h-\[16px\]{
  height: 16px;
}

.h-\[191px\]{
  height: 191px;
}

.h-\[1px\]{
  height: 1px;
}

.h-\[20px\]{
  height: 20px;
}

.h-\[23px\]{
  height: 23px;
}

.h-\[27px\]{
  height: 27px;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[44px\]{
  height: 44px;
}

.h-\[4px\]{
  height: 4px;
}

.h-\[50px\]{
  height: 50px;
}

.h-\[57px\]{
  height: 57px;
}

.h-\[58px\]{
  height: 58px;
}

.h-\[8px\]{
  height: 8px;
}

.h-\[calc\(100\%-14px\)\]{
  height: calc(100% - 14px);
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-max{
  height: -moz-max-content;
  height: max-content;
}

.h-px{
  height: 1px;
}

.h-screen{
  height: 100vh;
}

.max-h-\[calc\(100vh-4rem\)\]{
  max-height: calc(100vh - 4rem);
}

.min-h-\[100px\]{
  min-height: 100px;
}

.min-h-\[300px\]{
  min-height: 300px;
}

.min-h-\[420px\]{
  min-height: 420px;
}

.min-h-\[58px\]{
  min-height: 58px;
}

.\!w-full{
  width: 100% !important;
}

.\!w-max{
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-1\/2{
  width: 50%;
}

.w-2\/3{
  width: 66.666667%;
}

.w-32{
  width: 8rem;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[100vw\]{
  width: 100vw;
}

.w-\[10px\]{
  width: 10px;
}

.w-\[130px\]{
  width: 130px;
}

.w-\[16px\]{
  width: 16px;
}

.w-\[194px\]{
  width: 194px;
}

.w-\[230px\]{
  width: 230px;
}

.w-\[24px\]{
  width: 24px;
}

.w-\[250px\]{
  width: 250px;
}

.w-\[25px\]{
  width: 25px;
}

.w-\[27px\]{
  width: 27px;
}

.w-\[307px\]{
  width: 307px;
}

.w-\[44px\]{
  width: 44px;
}

.w-\[58px\]{
  width: 58px;
}

.w-\[80\%\]{
  width: 80%;
}

.w-\[90px\]{
  width: 90px;
}

.w-full{
  width: 100%;
}

.w-max{
  width: -moz-max-content;
  width: max-content;
}

.w-screen{
  width: 100vw;
}

.max-w-\[548px\]{
  max-width: 548px;
}

.max-w-\[553px\]{
  max-width: 553px;
}

.max-w-\[598px\]{
  max-width: 598px;
}

.max-w-container{
  max-width: 1728px;
}

.max-w-full{
  max-width: 100%;
}

.flex-none{
  flex: none;
}

.shrink{
  flex-shrink: 1;
}

.shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), 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));
}

.rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), 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));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.transform{
  transform: translate(var(--tw-translate-x), 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));
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize{
  resize: both;
}

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

.columns-4{
  -moz-columns: 4;
       columns: 4;
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, 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-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

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

.grid-rows-\[0fr\]{
  grid-template-rows: 0fr;
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.content-center{
  align-content: center;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.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-10{
  row-gap: 2.5rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-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));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap{
  white-space: nowrap;
}

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

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

.border{
  border-width: 1px;
}

.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

.border-s{
  border-inline-start-width: 1px;
}

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

.\!border-none{
  border-style: none !important;
}

.\!border-dark{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.border-\[\#808285\]{
  --tw-border-opacity: 1;
  border-color: rgb(128 130 133 / var(--tw-border-opacity));
}

.border-\[\#BABABA\]{
  --tw-border-opacity: 1;
  border-color: rgb(186 186 186 / var(--tw-border-opacity));
}

.border-\[\#CBCBCB\]{
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
}

.border-\[\#CE5555\]{
  --tw-border-opacity: 1;
  border-color: rgb(206 85 85 / var(--tw-border-opacity));
}

.border-\[\#D4D4D4\]{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-dark{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.\!bg-\[unset\]{
  background-color: unset !important;
}

.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#E4E4E4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity));
}

.bg-\[\#FA5E5E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 94 94 / var(--tw-bg-opacity));
}

.bg-\[\#f4f4f4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-\[unset\]{
  background-color: unset;
}

.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-dark\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-light{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(26 31 35 / var(--tw-bg-opacity));
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.\!object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.\!p-0{
  padding: 0px !important;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-28{
  padding-bottom: 7rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-\[32px\]{
  padding-bottom: 32px;
}

.pl-1\.5{
  padding-left: 0.375rem;
}

.pl-12{
  padding-left: 3rem;
}

.pl-16{
  padding-left: 4rem;
}

.pl-24{
  padding-left: 6rem;
}

.pl-4{
  padding-left: 1rem;
}

.pr-14{
  padding-right: 3.5rem;
}

.pr-24{
  padding-right: 6rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-8{
  padding-right: 2rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-\[24px\]{
  padding-top: 24px;
}

.text-left{
  text-align: left;
}

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

.text-right{
  text-align: right;
}

.font-foundry{
  font-family: FoundryMonoline, Nunito, system-ui, Arial;
}

.font-sans{
  font-family: Nunito, system-ui, Arial;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[27px\]{
  font-size: 27px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[48px\]{
  font-size: 48px;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold{
  font-weight: 700;
}

.font-normal{
  font-weight: 400;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.\!leading-normal{
  line-height: 1.5 !important;
}

.leading-\[0\]{
  line-height: 0;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[1\.37\]{
  line-height: 1.37;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

.leading-none{
  line-height: 1;
}

.leading-snug{
  line-height: 1.375;
}

.leading-tight{
  line-height: 1.25;
}

.text-\[\#808285\]{
  --tw-text-opacity: 1;
  color: rgb(128 130 133 / var(--tw-text-opacity));
}

.text-\[\#859F3F\]{
  --tw-text-opacity: 1;
  color: rgb(133 159 63 / var(--tw-text-opacity));
}

.text-\[16\]{
  color: 16;
}

.text-dark{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-error{
  --tw-text-opacity: 1;
  color: rgb(217 8 30 / var(--tw-text-opacity));
}

.text-light{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.opacity-0{
  opacity: 0;
}

.opacity-30{
  opacity: 0.3;
}

.outline{
  outline-style: solid;
}

.filter{
  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);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-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-\[grid-template-rows\]{
  transition-property: grid-template-rows;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  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;
}

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

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

@media not all and (min-width: 768px){
  .max-md\:hidden{
    display: none;
  }

  .max-md\:hidden#announcement-banner {
    bottom: -100px;
    /* Slide back down below the viewport */
    opacity: 0;
    /* Fade out */
  }
}

@media not all and (min-width: 475px){
  .max-xs\:hidden{
    display: none;
  }

  .max-xs\:hidden#announcement-banner {
    bottom: -100px;
    /* Slide back down below the viewport */
    opacity: 0;
    /* Fade out */
  }
}

@media (min-width: 768px){
  .md\:hidden#announcement-banner {
    bottom: -100px;
    /* Slide back down below the viewport */
    opacity: 0;
    /* Fade out */
  }
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after{
  content: var(--tw-content);
  inset: 0px;
}

.after\:-z-10::after{
  content: var(--tw-content);
  z-index: -10;
}

.after\:block::after{
  content: var(--tw-content);
  display: block;
}

.after\:bg-light::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:content-\[\\\'\\\'\]::after{
  --tw-content: \'\';
  content: var(--tw-content);
}

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

.first\:bg-dark:first-child{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.last-of-type\:border-none:last-of-type{
  border-style: none;
}

.open\:pointer-events-auto[open]{
  pointer-events: auto;
}

.open\:inset-x-0[open]{
  left: 0px;
  right: 0px;
}

.open\:translate-x-0[open]{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), 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));
}

.open\:opacity-100[open]{
  opacity: 1;
}

.hover\:bg-dark\/5:hover{
  background-color: rgb(0 0 0 / 0.05);
}

.hover\:bg-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:opacity-85:hover{
  opacity: 0.85;
}

.group[open] .group-open\:rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), 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));
}

.group[open] .group-open\:rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.peer[open] ~ .peer-open\:grid-rows-\[1fr\]{
  grid-template-rows: 1fr;
}

.has-\[path\]\:\!fill-light:has(path){
  fill: #FFFFFF !important;
}

@media not all and (min-width: 768px){
  .max-md\:left-3{
    left: 0.75rem;
  }

  .max-md\:mb-\[14px\]{
    margin-bottom: 14px;
  }

  .max-md\:hidden{
    display: none;
  }

  .max-md\:h-\[75px\]{
    height: 75px;
  }

  .max-md\:w-\[60vw\]{
    width: 60vw;
  }

  .max-md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .max-md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-md\:pl-10{
    padding-left: 2.5rem;
  }

  .max-md\:pl-12{
    padding-left: 3rem;
  }

  .max-md\:pt-3{
    padding-top: 0.75rem;
  }
}

@media not all and (min-width: 475px){
  .max-xs\:hidden{
    display: none;
  }
}

@media (min-width: 475px){
  .xs\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .xs\:col-start-3{
    grid-column-start: 3;
  }

  .xs\:col-end-11{
    grid-column-end: 11;
  }

  .xs\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:mb-0{
    margin-bottom: 0px;
  }

  .xs\:mb-\[100px\]{
    margin-bottom: 100px;
  }

  .xs\:mr-8{
    margin-right: 2rem;
  }

  .xs\:mt-\[100px\]{
    margin-top: 100px;
  }

  .xs\:max-h-\[calc\(100vh-200px\)\]{
    max-height: calc(100vh - 200px);
  }

  .xs\:min-w-\[442px\]{
    min-width: 442px;
  }

  .xs\:flex-row{
    flex-direction: row;
  }

  .xs\:items-center{
    align-items: center;
  }

  .xs\:justify-between{
    justify-content: space-between;
  }

  .xs\:p-8{
    padding: 2rem;
  }

  .xs\:pr-16{
    padding-right: 4rem;
  }

  .xs\:pt-12{
    padding-top: 3rem;
  }
}

@media (min-width: 640px){
  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:col-start-2{
    grid-column-start: 2;
  }

  .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:mr-0{
    margin-right: 0px;
  }

  .sm\:mt-\[117px\]{
    margin-top: 117px;
  }

  .sm\:block{
    display: block;
  }

  .sm\:h-\[191px\]{
    height: 191px;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:gap-y-4{
    row-gap: 1rem;
  }

  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pt-6{
    padding-top: 1.5rem;
  }
}

@media not all and (min-width: 768px){
  @media (min-width: 640px){
    .max-md\:sm\:col-span-5{
      grid-column: span 5 / span 5;
    }
  }
}

@media (min-width: 768px){
  .md\:left-\[-0\.75rem\]{
    left: -0.75rem;
  }

  .md\:top-4{
    top: 1rem;
  }

  .md\:top-\[-1\.5rem\]{
    top: -1.5rem;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-start-1{
    grid-column-start: 1;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:col-start-5{
    grid-column-start: 5;
  }

  .md\:col-end-12{
    grid-column-end: 12;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:ml-10{
    margin-left: 2.5rem;
  }

  .md\:ml-4{
    margin-left: 1rem;
  }

  .md\:ml-\[-1\.25rem\]{
    margin-left: -1.25rem;
  }

  .md\:mr-\[-7rem\]{
    margin-right: -7rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-\[2\/1\]{
    aspect-ratio: 2/1;
  }

  .md\:h-\[50px\]{
    height: 50px;
  }

  .md\:w-\[calc\(100\%\+1\.25rem\)\]{
    width: calc(100% + 1.25rem);
  }

  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:pb-24{
    padding-bottom: 6rem;
  }

  .md\:pl-4{
    padding-left: 1rem;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pr-4{
    padding-right: 1rem;
  }

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:text-\[20px\]{
    font-size: 20px;
  }

  .peer[open] ~ .group:hover .peer-open\:md\:group-hover\:opacity-0{
    opacity: 0;
  }
}

@media not all and (min-width: 1024px){
  @media (min-width: 768px){
    .max-lg\:md\:pl-4{
      padding-left: 1rem;
    }
  }
}

@media (min-width: 1024px){
  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-start-2{
    grid-column-start: 2;
  }

  .lg\:col-start-7{
    grid-column-start: 7;
  }

  .lg\:col-end-12{
    grid-column-end: 12;
  }

  .lg\:col-end-7{
    grid-column-end: 7;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:aspect-\[1\.32\/1\]{
    aspect-ratio: 1.32/1;
  }

  .lg\:h-\[54px\]{
    height: 54px;
  }

  .lg\:h-\[initial\]{
    height: initial;
  }

  .lg\:w-\[54px\]{
    width: 54px;
  }

  .lg\:w-\[calc\(\(\(100\%\/12\)\*3\)-\.5rem\)\]{
    width: calc(((100% / 12) * 3) - .5rem);
  }

  .lg\:w-\[calc\(50\%\+1rem\)\]{
    width: calc(50% + 1rem);
  }

  .lg\:w-\[calc\(50\%-1rem\)\]{
    width: calc(50% - 1rem);
  }

  .lg\:w-max{
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 1280px){
  .xl\:left-6{
    left: 1.5rem;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .xl\:my-\[60px\]{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xl\:mr-\[-8rem\]{
    margin-right: -8rem;
  }

  .xl\:block{
    display: block;
  }

  .xl\:w-10\/12{
    width: 83.333333%;
  }

  .xl\:w-\[389px\]{
    width: 389px;
  }

  .xl\:border{
    border-width: 1px;
  }

  .xl\:border-\[\#CBCBCB\]{
    --tw-border-opacity: 1;
    border-color: rgb(203 203 203 / var(--tw-border-opacity));
  }

  .xl\:text-\[40px\]{
    font-size: 40px;
  }
}

@media (min-width: 1536px){
  .\32xl\:min-h-\[600px\]{
    min-height: 600px;
  }
}

@media (min-width: 1728px){
  .\33xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .\33xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .\33xl\:mb-0{
    margin-bottom: 0px;
  }

  .\33xl\:mr-4{
    margin-right: 1rem;
  }

  .\33xl\:mr-\[-10rem\]{
    margin-right: -10rem;
  }

  .\33xl\:w-\[269px\]{
    width: 269px;
  }

  .\33xl\:flex-row{
    flex-direction: row;
  }

  .\33xl\:items-center{
    align-items: center;
  }
}

@media (min-width: 1920px){
  .\34xl\:mr-8{
    margin-right: 2rem;
  }
}
