/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./assets/src/css/style.css ***!
  \**********************************************************************************************************************/
/*
! tailwindcss v3.4.3 | 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: #e5e7eb; /* 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
}
  *,
  ::before,
  ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
  }

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

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

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

  [hidden] {
    display: none;
  }

  body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    margin: 0;
    color: #12110c;
}

  button,
  [type='button'],
  [type='reset'],
  [type='submit'] {
    -webkit-appearance: none;
  }

  button,
  select {
    text-transform: none;
  }

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

*, ::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:  ;
}
footer .menu-item-has-children::after {
  background-image: none !important;
}
footer .footer-menu-hide {
  display: none;
}
footer .sub-menu {
  display: none !important;
}
.footer-menu {
  display: none;
}
footer .footer-menu {
  display: block;
}
footer .menu-item:hover {
  text-decoration-line: underline;
}
/* Toggle menu */
.toggle-menu span {
  position: absolute;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.toggle-menu span:nth-child(3) {
  --tw-rotate: -45deg;
  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));
}
.mobile-menu .menu-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.mobile-menu .menu-item-has-children {
  padding: 0px;
}
.mobile-menu .sub-menu {
  margin-top: 0.5rem;
}
.mobile-menu .sub-menu li {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 251 / var(--tw-bg-opacity));
}
[x-cloak] {
  display: none !important;
}
.sub-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 539px) {

  .sub-menu {
    display: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.sub-menu li a {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 539px) {

  .sub-menu li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.sub-menu li a {
  line-height: 1.2;
}
.sub-menu li {
  border-bottom: 1px solid white;
}
.sub-menu li:nth-last-child(1) {
  border-bottom-width: 0px;
}
.sub-menu li {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.sub-menu li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 251 / var(--tw-bg-opacity));
}
#primary-menu-list a:hover {
  --tw-text-opacity: 1;
  color: rgb(53 169 146 / var(--tw-text-opacity));
}
#primary-menu-list .sub-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
@media (min-width: 539px) {
  .menu-item-has-children::after {
    position: absolute;
    cursor: pointer;
    content: '';
    top: 0.6rem;
    right: -1rem;
    padding: 0.3rem 1rem !important;
    background-repeat: no-repeat;
    background-size: 12px;
    transition: all 0.1s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8.2 4.8%27 style=%27enable-background:new 0 0 8.2 4.8%27 xml:space=%27preserve%27%3E%3Cpath d=%27M7.7.5 4.1 4.1.5.5%27 style=%27fill:none%3Bstroke:%23000%3Bstroke-linecap:round%27/%3E%3C/svg%3E");
  }

  .menu-item-has-children.show::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8.2 4.8%27 style=%27enable-background:new 0 0 8.2 4.8%27 xml:space=%27preserve%27%3E%3Cpath d=%27M.5 4.3 4.1.7l3.6 3.6%27 style=%27fill:none%3Bstroke:%231d252c%3Bstroke-linecap:round%27/%3E%3C/svg%3E");
  }

  .menu-item-has-children {
    position: relative;
    padding-right: 1.5rem;
  }

  .menu-item-has-children.show .sub-menu {
    position: absolute;
    z-index: 10;
    display: block;
    padding-top: 1.92rem;
    min-width: 174px;
  }

  .menu-item-has-children::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8.2 4.8%27 style=%27enable-background:new 0 0 8.2 4.8%27 xml:space=%27preserve%27%3E%3Cpath d=%27M7.7.5 4.1 4.1.5.5%27 style=%27fill:none%3Bstroke:%23000%3Bstroke-linecap:round%27/%3E%3C/svg%3E");
  }

  .menu-item-has-children.show::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8.2 4.8%27 style=%27enable-background:new 0 0 8.2 4.8%27 xml:space=%27preserve%27%3E%3Cpath d=%27M.5 4.3 4.1.7l3.6 3.6%27 style=%27fill:none%3Bstroke:%231d252c%3Bstroke-linecap:round%27/%3E%3C/svg%3E");
  }
}
#pll_language_switcher {
  position: relative;
  cursor: pointer;
  padding-right: 1.5rem;
}
#pll_language_switcher::after {
  position: absolute;
  cursor: pointer;
  content: '';
  top: 0.6rem;
  right: -1rem;
  padding: 0.3rem 1rem !important;
  background-repeat: no-repeat;
  background-size: 12px;
  transition: all 0.1s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8.2 4.8%27 style=%27enable-background:new 0 0 8.2 4.8%27 xml:space=%27preserve%27%3E%3Cpath d=%27M7.7.5 4.1 4.1.5.5%27 style=%27fill:none%3Bstroke:%23000%3Bstroke-linecap:round%27/%3E%3C/svg%3E");
}
#pll_language_switcher.show::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8.2 4.8%27 style=%27enable-background:new 0 0 8.2 4.8%27 xml:space=%27preserve%27%3E%3Cpath d=%27M.5 4.3 4.1.7l3.6 3.6%27 style=%27fill:none%3Bstroke:%231d252c%3Bstroke-linecap:round%27/%3E%3C/svg%3E");
}
#pll_language_switcher .pll-sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 10;
  display: none;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#pll_language_switcher .pll-sub-menu li a {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.2;
}
#pll_language_switcher.show .pll-sub-menu {
  z-index: 10;
  display: block;
  padding-top: 1.92rem;
}
#pll_language_switcher:hover .pll-sub-menu li {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#pll_language_switcher:hover .pll-sub-menu li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 251 / var(--tw-bg-opacity));
}
h1 {
  font-size: var(--wp--preset--font-size--text-5-xl);
}
h2 {
  font-size: var(--wp--preset--font-size--text-4-xl);
}
h3 {
  font-size: var(--wp--preset--font-size--text-3-xl);
}
h1,
h2 {
  line-height: 1.2;
}
.has-text-xl-font-size {
  line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-weight: 700;
}
.has-text-sm-font-size, .has-text-lg-font-size  {
  line-height: 1.4;
}
ul.wp-block-list {
  list-style: disc;
}
.wp-block-list a {
  line-height: 1.75rem;
  text-decoration-line: underline;
}
.wp-block-list a:hover {
  --tw-text-opacity: 1;
  color: rgb(53 169 146 / var(--tw-text-opacity));
}
ol.wp-block-list {
  list-style: decimal;
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.has-teal-color.has-text-color.has-link-color a {
  text-decoration-line: underline;
}
.has-mango-background-color {
  --tw-border-opacity: 1;
  border-color: rgb(247 186 89 / var(--tw-border-opacity));
}
.has-mango-background-color:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 137 33 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(203 137 33 / var(--tw-bg-opacity));
  background-color: #cb8921 !important;
}
footer svg > *:not(.not-white) {
  fill: #fff;
}
footer .mina-sidor-mobil {
  display: none;
}
b,
strong {
  font-weight: 600;
}
/*shop */
.product_type_simple {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(53 169 146 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(53 169 146 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.product_type_simple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 111 103 / var(--tw-bg-opacity));
}
.product_type_simple {
  color: white !important;
  letter-spacing: 0.03rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.term-description p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.link-fill {
  position: relative;
}
.link-fill a::after {
  position: absolute;
  inset: 0px;
  opacity: 0;
  content: '';
}
.single-product .entry-content {
  padding-left: 1rem;
  padding-right: 1rem;
}
.woocommerce-shop .content-area .woocommerce-products-header .woocommerce-products-header__title.page-title,
.woocommerce .woocommerce-breadcrumb,
.product_meta,
.woocommerce-Tabs-panel h2,
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce ul.products::before {
  display: none;
}
.woocommerce-shop .content-area {
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 42 / var(--tw-bg-opacity));
}
.products.columns-3 {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 64rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 539px) {

  .products.columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 769px) {

  .products.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.products.columns-3 .woocommerce a.button,
.products.columns-3 .product_type_simple,
.add_to_cart_button,
.product_type_simple, .woocommerce a.button, .wp-block-button__link.wp-element-button {
  width: 100%;
  box-shadow:
    0px 4px 16px 0px rgba(0, 0, 0, 0.15),
    0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.woocommerce ul.products li.product,
.woocommerce-loop-product__title,
.tax-cols h3 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  font-size: var(--wp--preset--font-size--text-xl);
  line-height: 27px;
}
.woocommerce .quantity .qty,
.woocommerce form.cart .variations select {
  padding: 12px !important;
  background-color: #f1f1ef;
  margin-bottom: 0.5rem;
}
.woocommerce input[type='number'] {
  padding: 0.6em;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
}
.woocommerce a.button,
.woocommerce div.product form.cart .button {
  --tw-bg-opacity: 1;
  background-color: rgb(53 169 146 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.woocommerce a.button:hover,
.woocommerce div.product form.cart .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 111 103 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.woocommerce a.button,
.woocommerce div.product form.cart .button {
  padding: 10px 25px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.woocommerce-result-count {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wc-block-components-totals-item__value {
  font-weight: 400 !important;
}
.wc-block-components-totals-item__label {
  font-weight: 600 !important;
}
.woocommerce-Price-amount {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: var(--wp--preset--spacing--6);
}
.woocommerce-ordering {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
}
.woocommerce ul.products[class*='columns-'] li.product,
.woocommerce-page ul.products[class*='columns-'] li.product {
  margin: 0px;
  width: 100%;
}
.page-numbers {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.size-woocommerce_thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  height: 175px !important;
}
.woocommerce-product-details__short-description > * {
  margin-bottom: 2rem;
}
/*typography */
.tax-info table {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tax-info tr {
  margin-bottom: 0.5rem;
  display: flex;
}
@media (min-width: 539px) {

  .tax-info tr {
    gap: 2rem;
  }
}
.tax-info td {
  display: flex;
  width: 50%;
  align-items: center;
}
.tax-info img {
  margin-right: 0.5rem;
  height: 3rem;
  width: 3rem;
}
.tax-info ul {
  margin-top: 0px;
}
.tax-cols ul,
.tax-info ul {
  padding-bottom: 1rem;
  padding-left: 1rem;
  list-style: disc;
}
.tax-cols ul li,
.tax-info ul li {
  padding-bottom: 0.25rem;
}
.tax-cols h2 {
  font-size: var(--wp--preset--font-size--text-3-xl);
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.tax-cols h3,
.tax-info h3 {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.tax-info h2 {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(53 169 146 / var(--tw-text-opacity));
}
.tax-cols a {
  --tw-text-opacity: 1;
  color: rgb(53 169 146 / var(--tw-text-opacity));
}
.tax-cols a:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.tax-product_cat h3,
.tax-product_cat h4 {
  font-size: var(--wp--preset--font-size--text-xl);
}
@media (min-width: 539px) {
  .tax-cols-2 {
    width: 40%;
  }
}
/*single */
h1.product_title.entry-title {
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  font-size: var(--wp--preset--font-size--text-4-xl);
}
.price {
  margin-bottom: 2rem;
}
.single-product .product {
  padding-top: var(--wp--preset--spacing--section-lg);
  padding-bottom: var(--wp--preset--spacing--section-lg);
}
.related.products {
  padding-top: var(--wp--preset--spacing--section-lg);
  clear: both;
}
.related.products h2 {
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  font-size: var(--wp--preset--font-size--text-3-xl);
}
.related.products li {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0 20px 20px;
  box-shadow: 0px 4px 8px rgba(143, 81, 81, 0.04);
  border-radius: 8px;
}
/*checkout */
.wc-block-components-title {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.woocommerce-message {
  border-top-color: #35a992;
}
.woocommerce-message::before {
  color: #35a992;
}
/*my account */
.woocommerce-account {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.woocommerce-account input {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
  --tw-bg-opacity: 1;
  background-color: rgb(53 169 146 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.woocommerce-account .woocommerce {
  padding-top: var(--wp--preset--spacing--section-lg);
  padding-right: var(--wp--preset--spacing--6);
  padding-bottom: var(--wp--preset--spacing--section-lg);
  padding-left: var(--wp--preset--spacing--6);
}
.woocommerce-Address-title h2 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  font-size: var(--wp--preset--font-size--text-xl);
  line-height: 27px;
}
/*archive */
.product-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 539px) {
  .product-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 769px) {
  .product-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.container {
  width: 100%;
}
@media (min-width: 400px) {

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

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

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

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

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

  .container {
    max-width: 1680px;
  }
}
/*
Blocks
- These styles replace key Gutenberg Block styles with font, color, and
  spacing with CSS-variables overrides
- In the future the Block styles may get compiled to individual .css
  files and conditionally loaded
*/
.wp-block-columns.is-style-columns-no-gutters {
  gap: 0px;
}
.wp-block-columns.is-style-horizontal-scroll-on-mobile {
  grid-column: full;
  grid-gap: unset;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-padding: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > * {
  flex: 0 0 calc((100vw - 40px) / 1.66);
  padding-left: 16px;
  scroll-snap-align: start;
}
.wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > :first-child {
  flex: 0 0 calc((100vw - 40px) / 1.66 + 8px);
  padding-left: 24px;
}
.wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > :last-child {
  flex: 0 0 calc((100vw - 40px) / 1.66 + 24px);
  padding-right: 24px;
}
@media (min-width: 768px) {
  .wp-block-columns.is-style-horizontal-scroll-on-mobile {
    scroll-padding: 24px;
  }

  .wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > * {
    flex: 0 0 calc((100vw - 72px) / 2.66);
  }

  .wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > :first-child {
    flex: 0 0 calc((100vw - 72px) / 2.66 + 8px);
    padding-left: 24px;
  }

  .wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > :last-child {
    flex: 0 0 calc((100vw - 72px) / 2.66 + 24px);
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .wp-block-columns.is-style-horizontal-scroll-on-mobile {
    scroll-snap-type: none;
    scroll-padding: 0px;
    gap: 1.25rem;
    overflow-x: visible;

    grid-column: wide;
  }

  .wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > * {
    flex: 1 1 0%;
    padding-left: 0px;
  }

  .wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > :first-child {
    flex: 1 1 0%;
    padding-left: 0px;
  }

  .wp-block-columns.is-style-horizontal-scroll-on-mobile:nth-child(n) > :last-child {
    flex: 1 1 0%;
    padding-right: 0px;
  }
}
.schema-faq {
  margin-top: 0px;
}
.schema-faq > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.schema-faq-question {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  border-bottom-width: 2px;
  padding-bottom: 1.25rem;
  padding-right: 2rem;
}
.schema-faq-answer {
  margin-top: 0.75rem;
  display: none;
}
.schema-faq-question::after {
  position: absolute;
  right: 0px;
  top: 0.75rem;
  height: 0.5rem;
  width: 0.75rem;
  background-repeat: no-repeat;
  content: '';
  background-image: url("data:image/svg+xml,<svg width=\"11\" height=\"7\" viewBox=\"0 0 11 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.49219 1.13501L5.5986 5.24243L9.70602 1.13501\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>"); /* Chevron down som standard */
}
.schema-faq-section.active .schema-faq-question::after {
  background-image: url("data:image/svg+xml,<svg width=\"11\" height=\"7\" viewBox=\"0 0 11 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.70602 5.24243L5.5986 1.13501L1.49219 5.24243\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>"); /* Chevron up när aktiv */
}
.schema-faq-section.active .schema-faq-answer {
  display: block;
}
.wp-block-file {
  position: relative;
}
.wp-block-file a {
  position: absolute;
  inset: 0px;
  opacity: 0;
}
.custom-video-h video {
  min-height: 250px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-30 {
  z-index: 30;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-6 {
  height: 1.5rem;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[calc\(100dvh-77px\)\] {
  height: calc(100dvh - 77px);
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-6 {
  max-height: 1.5rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[18px\] {
  width: 18px;
}
.w-full {
  width: 100%;
}
.w-\[110px\] {
  width: 110px;
}
.min-w-\[98px\] {
  min-width: 98px;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6 {
  max-width: 1.5rem;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-7xl {
  max-width: 80rem;
}
.rotate-45 {
  --tw-rotate: 45deg;
  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;
}
.list-none {
  list-style-type: none;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-\[\#F9F9FB\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 249 251 / var(--tw-divide-opacity));
}
.overflow-auto {
  overflow: auto;
}
.overscroll-none {
  overscroll-behavior: none;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(203 137 33 / var(--tw-bg-opacity));
}
.bg-light-gray-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 251 / var(--tw-bg-opacity));
}
.bg-light-gray-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-light-gray-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-main-bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 42 / var(--tw-bg-opacity));
}
.bg-mango {
  --tw-bg-opacity: 1;
  background-color: rgb(247 186 89 / var(--tw-bg-opacity));
}
.bg-sea-green {
  --tw-bg-opacity: 1;
  background-color: rgb(53 169 146 / var(--tw-bg-opacity));
}
.bg-secondary-bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 53 / var(--tw-bg-opacity));
}
.bg-slate-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(121 117 148 / var(--tw-bg-opacity));
}
.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(56 111 103 / var(--tw-bg-opacity));
}
.bg-text-light-mode {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-toolbar-light {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 37 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-white {
  fill: #fff;
}
.p-0 {
  padding: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[65px\] {
  padding-top: 65px;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgb(203 137 33 / var(--tw-text-opacity));
}
.text-light-gray-1 {
  --tw-text-opacity: 1;
  color: rgb(249 249 251 / var(--tw-text-opacity));
}
.text-light-gray-2 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-light-gray-3 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-main-bg-dark {
  --tw-text-opacity: 1;
  color: rgb(34 34 42 / var(--tw-text-opacity));
}
.text-mango {
  --tw-text-opacity: 1;
  color: rgb(247 186 89 / var(--tw-text-opacity));
}
.text-sea-green {
  --tw-text-opacity: 1;
  color: rgb(53 169 146 / var(--tw-text-opacity));
}
.text-secondary-bg-dark {
  --tw-text-opacity: 1;
  color: rgb(43 43 53 / var(--tw-text-opacity));
}
.text-slate-gray {
  --tw-text-opacity: 1;
  color: rgb(121 117 148 / var(--tw-text-opacity));
}
.text-teal {
  --tw-text-opacity: 1;
  color: rgb(56 111 103 / var(--tw-text-opacity));
}
.text-text-light-mode {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-toolbar-light {
  --tw-text-opacity: 1;
  color: rgb(28 28 37 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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;
}
.hover\:fill-sea-green:hover {
  fill: #35A992;
}
.hover\:text-sea-green:hover {
  --tw-text-opacity: 1;
  color: rgb(53 169 146 / var(--tw-text-opacity));
}
@media (min-width: 539px) {

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-\[85px\] {
    padding-top: 85px;
  }
}
@media (min-width: 769px) {

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

  .md\:w-\[130px\] {
    width: 130px;
  }
}
@media (min-width: 1025px) {

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1280px) {

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

