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

/*!
Theme Name: nestle-beverages
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nestle-beverages
Tags:

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

nestle-beverages is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwindâ€™s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.4.10 | 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: "Mulish", 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{
  --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:  ;
}

/**
 * Custom styles to immediately follow Tailwindâ€™s `base` layer
 *
 * â€œAdd things like base typography styles [or] opinionated global resets.â€
 *
 * â€” from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body{
  font-family: "Mulish", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  color: #212529;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 25px;
}

h1 {
  font-size: 45px;
  font-weight: 650;
  line-height: 52px;
}

h2,
.h2 {
  font-size: 40px;
  font-weight: 650;
  line-height: 42px;
}

h3 {
  font-size: 35px;
  font-weight: 650;
  line-height: 38px;
}

h4 {
  font-size: 25px;
  font-weight: 650;
  line-height: 28px;
}

h5 {
  font-size: 22px;
  font-weight: 650;
  line-height: 21px;
}

h6 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

p {
  font-size: 16px;
  line-height: 20px;
}

p.text--sm {
  font-size: 14px;
  line-height: 17px;
}

p.text--lg {
  font-size: 18px;
  line-height: 23px;
}

p.text--xl {
  font-size: 22px;
  line-height: 28px;
}

p.text--xxl {
  font-size: 26px;
  line-height: 33px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 80px;
    line-height: 75px;
  }

  h2, .h2 {
    font-size: 55px;
    line-height: 64px;
    max-width: 500px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 45px;
    line-height: 45px;
  }

  h4 {
    font-size: 35px;
    line-height: 35px;
  }

  h5 {
    font-size: 27px;
    line-height: 27px;
  }

  h6 {
    font-size: 14px;
    line-height: 18px;
  }
}

.section {
  padding: 60px 0;
}

.section--remove-padding {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.section--remove-margin {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.banner + .section {
  padding: 56px 0 56px 0;
}

.home .banner + .section {
  margin-top: 0;
  padding: 160px 0 56px 0;
}

.main {
  margin-top: calc(80px);
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.splide__container{
  box-sizing:border-box;
  position:relative
}

.splide__list{
  backface-visibility:hidden;
  display:flex;
  height:100%;
  margin:0!important;
  padding:0!important
}

.splide.is-initialized:not(.is-active) .splide__list{
  display:block
}

.splide__pagination{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin:0;
  pointer-events:none
}

.splide__pagination li{
  display:inline-block;
  line-height:1;
  list-style-type:none;
  margin:0;
  pointer-events:auto
}

.splide:not(.is-overflow) .splide__pagination{
  display:none
}

.splide__progress__bar{
  width:0
}

.splide{
  position:relative;
  visibility:hidden
}

.splide.is-initialized,.splide.is-rendered{
  visibility:visible
}

.splide__slide{
  backface-visibility:hidden;
  box-sizing:border-box;
  flex-shrink:0;
  list-style-type:none!important;
  margin:0;
  position:relative
}

.splide__slide img{
  vertical-align:bottom
}

.splide__spinner{
  animation:splide-loading 1s linear infinite;
  border:2px solid #999;
  border-left-color:transparent;
  border-radius:50%;
  bottom:0;
  contain:strict;
  display:inline-block;
  height:20px;
  left:0;
  margin:auto;
  position:absolute;
  right:0;
  top:0;
  width:20px
}

.splide__sr{
  clip:rect(0 0 0 0);
  border:0;
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{
  display:none
}

.splide__toggle.is-active .splide__toggle__pause{
  display:inline
}

.splide__track{
  overflow:hidden;
  position:relative;
  z-index:0
}

@keyframes splide-loading{
  0%{
    transform:rotate(0)
  }

  to{
    transform:rotate(1turn)
  }
}

.splide__track--draggable{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
       user-select:none
}

.splide__track--fade>.splide__list>.splide__slide{
  margin:0!important;
  opacity:0;
  z-index:0
}

.splide__track--fade>.splide__list>.splide__slide.is-active{
  opacity:1;
  z-index:1
}

.splide--rtl{
  direction:rtl
}

.splide__track--ttb>.splide__list{
  display:block
}

.splide__arrow{
  align-items:center;
  background:#ccc;
  border:0;
  border-radius:50%;
  cursor:pointer;
  display:flex;
  height:2em;
  justify-content:center;
  opacity:.7;
  padding:0;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:2em;
  z-index:1
}

.splide__arrow svg{
  fill:#000;
  height:1.2em;
  width:1.2em
}

.splide__arrow:hover:not(:disabled){
  opacity:.9
}

.splide__arrow:disabled{
  opacity:.3
}

.splide__arrow:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__arrow--prev{
  left:1em
}

.splide__arrow--prev svg{
  transform:scaleX(-1)
}

.splide__arrow--next{
  right:1em
}

.splide.is-focus-in .splide__arrow:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__pagination{
  bottom:.5em;
  left:0;
  padding:0 1em;
  position:absolute;
  right:0;
  z-index:1
}

.splide__pagination__page{
  background:#ccc;
  border:0;
  border-radius:50%;
  display:inline-block;
  height:8px;
  margin:3px;
  opacity:.7;
  padding:0;
  position:relative;
  transition:transform .2s linear;
  width:8px
}

.splide__pagination__page.is-active{
  background:#fff;
  transform:scale(1.4);
  z-index:1
}

.splide__pagination__page:hover{
  cursor:pointer;
  opacity:.9
}

.splide__pagination__page:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide.is-focus-in .splide__pagination__page:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__progress__bar{
  background:#ccc;
  height:3px
}

.splide__slide{
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}

.splide__slide:focus{
  outline:0
}

@supports(outline-offset:-3px){
  .splide__slide:focus-visible{
    outline:3px solid #0bf;
    outline-offset:-3px
  }
}

@media screen and (-ms-high-contrast:none){
  .splide__slide:focus-visible{
    border:3px solid #0bf
  }
}

@supports(outline-offset:-3px){
  .splide.is-focus-in .splide__slide:focus{
    outline:3px solid #0bf;
    outline-offset:-3px
  }
}

@media screen and (-ms-high-contrast:none){
  .splide.is-focus-in .splide__slide:focus{
    border:3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{
    border-color:#0bf
  }
}

.splide__toggle{
  cursor:pointer
}

.splide__toggle:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide.is-focus-in .splide__toggle:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__track--nav>.splide__list>.splide__slide{
  border:3px solid transparent;
  cursor:pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active{
  border:3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev{
  left:auto;
  right:1em
}

.splide__arrows--rtl .splide__arrow--prev svg{
  transform:scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next{
  left:1em;
  right:auto
}

.splide__arrows--rtl .splide__arrow--next svg{
  transform:scaleX(-1)
}

.splide__arrows--ttb .splide__arrow{
  left:50%;
  transform:translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev{
  top:1em
}

.splide__arrows--ttb .splide__arrow--prev svg{
  transform:rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next{
  bottom:1em;
  top:auto
}

.splide__arrows--ttb .splide__arrow--next svg{
  transform:rotate(90deg)
}

.splide__pagination--ttb{
  bottom:0;
  display:flex;
  flex-direction:column;
  left:auto;
  padding:1em 0;
  right:.5em;
  top:0
}

.container{
  width: 100%;
}

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

.prose{
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 650;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 650;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 650;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  table-layout: fixed;
  width: 100%;
}

.prose-neutral{
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

.accordion {
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid #212529;
}

.accordion__item {
  padding: 20px 0;
  border-top: 1px solid #212529;
}

.accordion__button {
  width: 100%;
  text-align: left;
  position: relative;
  padding: 0 0 0 0;
}

.accordion__button:after {
  background-image: url('../images/chevron-black.svg');
  width: 18px;
  content: '';
  height: 9px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 9px;
  top: 8px;
  right: 0;
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
}

.accordion__button.active:after {
  transform: rotate(180deg);
}

.accordion--faqs .accordion__button:after {
  background-image: url('../images/product-accordion-open-icon.svg');
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
  top:0px;
}

.accordion--faqs .accordion__button.active:after {
  transform: rotate(135deg);
}

/* Style the accordion panel. Note: hidden by default */

.accordion .accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  //padding-top: 20px;
}

.accordion .accordion__panel--padding-top {
  padding-top: 25px;
}

@media (min-width: 640px) {
}

/** Add to compare **/

.add-to-compare {
  width: 100vw;
  height: 186px;
  background-color: #878A8F;
  color: #ffffff;
  position: fixed;
  bottom: -206px;
  z-index: 20;
  padding: 20px 0;
}

.add-to-compare__notch {
  border: 1px solid #ffffff;
  border-radius: 5px;
  width: 100%;
  height: 100px;
  padding: 7px;
  position: relative;
}

.add-to-compare__notch:before {
  width: 86px;
  height: 84px;
  content:'';
  position: absolute;
  left:7px;
  top: 7px;
  background-color: #F5F5F5;
  opacity: 0.2;
  border-radius: 5px;
}

.add-to-compare__item {
  background: #ffffff;
  position: absolute;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100px;
  padding: 10px;
  color: #212529;
}

.add-to-compare__view {
  width: calc(100% - 50px);
}

.add-to-compare__item-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  background-image: url('./../theme/assets/images/add-to-compare-product-close.svg');
  background-size: 30px 30px;
  z-index: 30;
}

.add-to-compare__product-description {
  font-size: 22px;
  line-height: 26px;
}

.add-to-compare__product-image {
  margin-right: 10px;
}

.add-to-compare__close {
  background-image: url('../images/add-to-compare-close.svg');
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  position: absolute;
  right: 30px;
  top: 20px;
}

.compare-our-products-modal {
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  position: fixed;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  background: rgba(0,0,0,0.5);
}

.compare-our-products-modal p {
  margin-bottom: 0;
}

.compare-our-products-modal:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #000000;
  opacity: 0.5;
  z-index: 0;
}

.compare-our-products-modal__col {
  padding: 56px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 20;
}

.compare-our-products-modal__box {
  margin-top: 100px;
  padding: 60px 100px;
  width: 70%;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
  z-index: 40;
  position: relative;
}

.compare-our-products-modal__close {
  background-image: url('../images/compare-products-close.svg');
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.compare-our-products-modal__heading-row {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}

.compare-our-products-modal__heading-row:before {
  height: 1px;
  width: 100%;
  content: '';
  background: #878A8F;
}

.compare-our-products-modal__heading {
  position: absolute;
  left: 0;
  background: #ffffff;
  padding-right: 30px;
}

.compare-our-products-modal .product-data-template {
  position: relative;
}

.compare-our-products-modal .product-data-template:before {
  position:absolute;
  background: #F5F5F5;
  content: '';
  width: 33%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  height: 100%;
}

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.banner:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 240px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 87.45%);
}

.banner__content {
  width: 100%;
}

.banner--page {
  background-color: #F5F5F5;
  background-image: url('../images/shop-banner-swirl.png');
  background-size: contain !important;
  background-position: center right !important;
}

.banner--remove-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.banner .banner__shop-categories-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 56px;
  text-align: center;
}

.banner .banner__shop-categories-item img {
  max-height: 70px;
}

.banner--shop {
  background-color: #F5F5F5;
  background-image: url('../images/shop-banner-swirl.png');
  background-size: contain;
  background-position: center right;
}

.banner--shop:after {
  display: none;
}

@media (min-width: 768px) {
  .banner {
    /**min-height: 764px; **/
    /*     min-height: 764px */
    padding-top:135px;
    padding-bottom:200px
  }

  .banner--page {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .banner__content {
    width: 40%;
  }

  .banner--remove-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/** Bread Crumbs **/

.page-parent .breadcrumbs {
  display: none;
}

.breadcrumbs {
  position: absolute;
  top: 140px;
  z-index: 10;
  width: 100%;
}

.logged-in .breadcrumbs {
/*   top: 180px; */
}

.breadcrumbs a {
  text-decoration: underline;
}

.breadcrumbs__separator {
  margin: 0 7px;
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url('../images/breadcrumbs-chevron.svg');
  background-size: 6px 10px;
}

.button,
.mktoButton {
  padding: 0 30px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  background-color: #940538;
  color: #ffffff;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(.215, .61, .355, 1);
  text-align: left;
  border-radius: 5px;
  position: relative;
  font-size: 18px;
  border: 1px solid #940538;
}

.button:hover, .mktoButton:hover {
  background-color: rgba(0,0,0,0);
  cursor: pointer;
  color: #940538;
}

.button--outline, .mktoButton--outline {
  border: 1px solid #940538;
  background-color: rgba(0,0,0,0);
  color: #940538;
}

.button--outline:hover, .mktoButton--outline:hover {
  background-color: #940538;
  color: #ffffff;
}

.button--drop-down, .mktoButton--drop-down {
  border: none;
  border-top: 1px solid #212529;
  background-color: rgba(0,0,0,0);
  border-radius: 0;
  color: #212529;
  width: 100%;
}

.button--drop-down:after, .mktoButton--drop-down:after {
  background-image: url('../images/chevron-black.svg');
  width: 18px;
  content: '';
  height: 9px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 9px;
  right: 0;
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
}

.button--drop-down:last-child, .mktoButton--drop-down:last-child {
  border-bottom: 1px solid #212529;
}

.button--download, .mktoButton--download {
  border: none;
  padding-left: 35px;
  background-color: rgba(0,0,0,0);
  border-radius: 0;
  color: #940538;
  width: 100%;
}

.button--download:before, .mktoButton--download:before {
  background-image: url('../images/download.svg');
  width: 22px;
  content: '';
  height: 24px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 24px;
  left: 0;
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
}

.button--link, .mktoButton--link {
  background-color: rgba(0,0,0,0);
  color: #940538;
  font-size: 18px;
  padding: 0;
  padding-right: 16px;
  font-weight: 650;
  border: none;
}

.button--link:after, .mktoButton--link:after {
  background-image: url('../images/chevron-red.svg');
  width: 5px;
  content: '';
  height: 11px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px 11px;
  right: 0;
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
}

.button--link:hover, .mktoButton--link:hover {
  padding: 0 25px;
}

.button--link:hover:after, .mktoButton--link:hover:after {
  right: -5px;
}

.button--link-white, .mktoButton--link-white {
  color: #ffffff;
}

.button--link-white:after, .mktoButton--link-white:after {
  background-image: url('../images/chevron-white.svg');
}

.button--link-white:hover, .mktoButton--link-white:hover {
  color: #ffffff;
}

.button--add-to-compare, .mktoButton--add-to-compare {
  background-color: rgba(0,0,0,0);
  position: relative;
  color: #212529;
  font-weight: 650;
  width: auto !important;
  border: none;
  height: 20px;
}

.button--add-to-compare:after, .mktoButton--add-to-compare:after {
  background: url('../images/add-icon.svg');
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  position: absolute;
  right: 0;
  content: '';
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
  transform-origin: center;
}

.button--add-to-compare:hover:after, .mktoButton--add-to-compare:hover:after {
  transform: rotate(90deg);
  transform-origin: center;
}

.button--circle, .mktoButton--circle {
  background-image: url('./../theme/assets/images/rounded-button-icon.svg');
  width: 80px;
  height: 80px !important;
  border: none !important;
  background-size: 80px 80px;
  background-color: transparent !important;
  padding: 0 !important;
}

.mktoButton {
  padding: 0 30px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  background-color: #940538 !important;
  color: #ffffff;
  justify-content: center !important;
  transition: all 0.3s cubic-bezier(.215, .61, .355, 1);
  text-align: center !important;
  border-radius: 5px;
  position: relative;
  font-size: 18px !important;
  border: 1px solid #940538 !important;
  width: 100%;
  background-image: inherit !important;
}

.mktoButton:hover {
  background-color: rgba(0,0,0,0) !important;
  cursor: pointer;
  color: #940538 !important;
}

.mktoButtonWrap {
  margin-left: 0 !important;
}

.business-solutions-cards {
  display: flex;
}

.business-solutions-card {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  padding-top: calc(560 / 288 * 100%);
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
}

.business-solutions-card__box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.business-solutions-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
}

.business-solutions-card:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.4;
  z-index: 1;
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
}

.business-solutions-card:hover {
  //transform: scale(1.05);
  border-radius: 10px;
}

.business-solutions-card:hover .business-solutions-card__image {
  transform: scale(1.05);
}

.brands-card {
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: calc(590 / 392 * 100%);
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
  cursor: pointer;
}

.brands-card:hover {
  cursor: pointer;
}

.brands-card__box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
}

.brands-card__image,
	.brands-card__content {
  width: 100%;
  height: 50%;
}

.brands-card__image {
  background-size: cover;
  background-position: center;
}

.brands-card__content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background: #ffffff;
  padding: 25px;
}

.brands-card__logo {
  max-width: 60%;
  margin: 25px 0;
  max-height: 110px;
}

@media (min-width: 768px) {
  .highlights-cards .highlight-card {
    border-right: 1px solid rgba(135, 138, 143, 0.5);
  }

  .highlights-cards .highlight-card--no-border {
    border-right: none;
  }

  .highlights-cards .highlight-card:last-child {
    border-right: none;
  }
}

.product-card {
  background-color: #F5F5F5;
  //padding-top: calc(392 / 654 * 100%);
  display: flex;
  flex-direction: column;
  min-height: 600px;
  position: relative;
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
}

.product-card--white {
  background-color: #ffffff !important;
}

.product-card__box {
  padding: 20px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.product-card__box > * {
  width: 100%;
  margin-bottom: 0;
}

.product-card__box a, .product-card__box i {
  width: auto;
}

.product-card__image {
  margin: 0 auto 20px auto;
}

.product-card:hover {
  box-shadow:5px 5px 10px 5px rgba(0, 0, 0, 0.15);
}

.logo-carousel .splide__track {
  overflow: visible;
}

.logo-carousel .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-carousel .splide__slide img {
  width: 50%;
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
}

.logo-carousel .splide__slide img:hover {
  transform: scale(1.05);
}

.testimonials-carousel {
  width: 90%;
  position: relative;
}

.testimonials-carousel__author img {
  width: 100px;
  height: auto;
  margin-right: 15px;
}

.testimonials-carousel .testimonials-carousel__quote p:first-child {
  font-size: 26px;
  line-height: 33px;
}

.testimonials-carousel .testimonials-carousel__quote p:first-child:before {
  content: "\201C";
}

.testimonials-carousel .testimonials-carousel__quote p:first-child:after {
  content: "\201D";
}

.testimonials-carousel .splide__pagination {
  justify-content: start;
  bottom: -50px;
  padding: 0;
}

.testimonials-carousel .splide__pagination__page {
  margin: 5px;
  background: #525252;
}

.testimonials-carousel .splide__pagination__page.is-active {
  background: #940538;
}

.product-carousel .splide__track {
  overflow: visible;
}

.product-carousel .splide__arrows .splide__arrow {
  background-color: #940538;
  background-image: url('../images/chevron-white.svg');
  background-repeat: no-repeat;
  background-position: 27px center;
  background-size: 10px 19px;
  width: 70px;
  height: 57px;
  border-radius: 0;
  opacity: 1;
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.product-carousel .splide__arrows .splide__arrow:disabled {
  opacity: 0.2;
  cursor: revert;
}

.product-carousel .splide__arrows .splide__arrow--prev {
  left: -10px;
  transform: rotate(180deg);
}

.product-carousel .splide__arrows .splide__arrow--prev:hover {
  left: 0;
}

.product-carousel .splide__arrows .splide__arrow--next {
  right: -10px;
}

.product-carousel .splide__arrows .splide__arrow--next:hover {
  right: 0;
}

.product-carousel .splide__arrows .splide__arrow svg {
  display: none;
}

.options-carousel {
  height: 100%;
  position: inherit;
}

.options-carousel .splide__track,
	.options-carousel .options-carousel,
	.options-carousel .splide__list,
	.options-carousel .splide__slide {
  height: 100%;
}

.options-carousel .splide__track {
  overflow: visible;
  padding: 0;
}

.options-carousel .splide__arrows .splide__arrow {
  background-color: #940538;
  background-image: url('../images/chevron-white.svg');
  background-repeat: no-repeat;
  background-position: 27px center;
  background-size: 10px 19px;
  width: 70px;
  height: 57px;
  border-radius: 0;
  opacity: 1;
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.options-carousel .splide__arrows .splide__arrow:disabled {
  opacity: 0.2;
  cursor: revert;
}

.options-carousel .splide__arrows .splide__arrow--prev {
  left: 0;
  transform: rotate(180deg);
  display: none;
}

.options-carousel .splide__arrows .splide__arrow--next {
  right: -10px;
}

.options-carousel .splide__arrows .splide__arrow--next:hover {
  right: 0;
}

.options-carousel .splide__arrows .splide__arrow svg {
  display: none;
}

.options-carousel .splide__pagination__page {
  margin: 5px;
  background: #525252;
}

.options-carousel .splide__pagination__page.is-active {
  background: #940538;
}

@media (min-width: 768px) {
  .options-carousel .splide__slide {
    border-right: 1px solid #878A8F
  }
}

.content-grid {
  color: #ffffff;
}

.content-grid__row {
  display: flex;
  gap: 25px;
  flex-direction: column;
  margin-bottom: 25px
}

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

.content-grid__item {
  flex-basis: 50%;
  border-radius: 20px;
  overflow: hidden;
  padding: 25px;
  display: flex;
  align-items: end;
  font-size: 30px;
  position: relative;
  text-align: left;
  min-height: 360px;
  grid-column: span 1;
  background-size: cover;
  background-position: center;
  flex: 1;
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
}

.content-grid__item.content-grid__item--remove-overlay:after {
  display: none;
}

.content-grid__item:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  z-index: 2;
  content: '';
}

.content-grid__item:hover {
  border-radius: 10px;
}

.content-grid__item:hover .content-grid__image {
  transform: scale(1.05);
}

.content-grid__image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.content-grid__double-col {
  flex: 2;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: end;
  align-items: end;
  min-height: 560px;
}

.content-grid__double-col:after {
  display: none;
}

.content-grid__double-col .content-grid__box {
  width: 100%;
}

.content-grid__testimonial {
  background-color: #F5F5F5;
  color: #212529;
  align-items: start;
}

.content-grid__row:nth-child(2n) {
  flex-direction: column;
}

.content-grid__row:nth-child(2n) .content-grid__double-col {
  align-items: start;
  background-position: left bottom;
}

@media (min-width: 1024px) {
  .content-grid__item {
    min-height: inherit;
  }

  .content-grid__double-col {
    min-height: inherit;
    background-size: auto 100%;
    background-position: center left;
    align-items: center;
  }

  .content-grid__double-col .content-grid__box {
    width: 60%;
  }

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

  .content-grid__row {
    height: 400px;
    flex-direction: row;
  }

  .content-grid__row:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .content-grid__row:nth-child(2n) .content-grid__double-col {
    background-position: center left;
    align-items: center;
  }

  .content-grid--reverse .content-grid__row {
    flex-direction: row-reverse;
  }

  .content-grid--reverse .content-grid__row:nth-child(2n) {
    flex-direction: row;
  }
}

.content-grid .content-grid__item:nth-child(4n + 1) {
  grid-column: span 2;
}

.content-grid .content-grid__item:nth-child(4n + 4) {
  grid-column: 2 / span 2;
}

.content-grid:has(.content-grid__item:last-of-type:nth-of-type(odd)) .content-grid__item:last-of-type {
  grid-column: 1 / 4;
}

.content ul {
  padding-left: 40px;
  margin-bottom: 25px;
}

.content ul li {
  list-style: disc;
}

.content ul li::marker {
  color: #F5871F;
}

.content hr {
  margin-bottom: 25px;
}

.content a {
  text-decoration: underline;
  color: #940538;
}

ul.featured-list {
  margin: 0;
  padding-left: 0 !important;
}

.field--name-field-description ul li,
.featured-list li {
  list-style: none !important;
  min-height: 28px;
  margin-bottom: 8px;
  background: url('../images/tick.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 28px 28px;
  padding-left: 37px;
}

.footer {
  padding: 56px 0;
  background-color: #F5F5F5;
}

.footer__nav {
  margin-bottom: 20px;
}

.footer__nav li {
  margin-bottom: 8px;
}

.footer__logo {
  width: 205px;
}

.footer__bottom {
  position: relative;
}

.footer__bottom:before {
  height: 1px;
  background-color: #525252;
  width: calc(100% - (25px * 2));
  position: absolute;
  top: 0;
  left: 25px;
  content: '';
}

.form,
.mktoForm {
  width: 100% !important;
}

.form label, .mktoForm label {
  display: none !important;
}

.form input[type="text"],
	.form input[type="email"],
	.form input[type="url"],
	.form input[type="password"],
	.form input[type="search"],
	.form input[type="number"],
	.form input[type="tel"],
	.form input[type="range"],
	.form input[type="date"],
	.form input[type="month"],
	.form input[type="week"],
	.form input[type="time"],
	.form input[type="datetime"],
	.form input[type="datetime-local"],
	.form input[type="color"],
	.form textarea,
	.form select,
	.mktoForm input[type="text"],
	.mktoForm input[type="email"],
	.mktoForm input[type="url"],
	.mktoForm input[type="password"],
	.mktoForm input[type="search"],
	.mktoForm input[type="number"],
	.mktoForm input[type="tel"],
	.mktoForm input[type="range"],
	.mktoForm input[type="date"],
	.mktoForm input[type="month"],
	.mktoForm input[type="week"],
	.mktoForm input[type="time"],
	.mktoForm input[type="datetime"],
	.mktoForm input[type="datetime-local"],
	.mktoForm input[type="color"],
	.mktoForm textarea,
	.mktoForm select {
  color: rgba(25, 36, 56, 0.75);
  border-radius: 0;
  width: 100% !important;
  border-radius: 5px;
  background: #ffffff;
  font-size: 14px !important;
  height: 58px;
  background: #fff;
  padding: 0 14px !important;
  border: 1px solid #878A8F;
}

.form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="url"]:focus, .form input[type="password"]:focus, .form input[type="search"]:focus, .form input[type="number"]:focus, .form input[type="tel"]:focus, .form input[type="range"]:focus, .form input[type="date"]:focus, .form input[type="month"]:focus, .form input[type="week"]:focus, .form input[type="time"]:focus, .form input[type="datetime"]:focus, .form input[type="datetime-local"]:focus, .form input[type="color"]:focus, .form textarea:focus, .form select:focus, .mktoForm input[type="text"]:focus, .mktoForm input[type="email"]:focus, .mktoForm input[type="url"]:focus, .mktoForm input[type="password"]:focus, .mktoForm input[type="search"]:focus, .mktoForm input[type="number"]:focus, .mktoForm input[type="tel"]:focus, .mktoForm input[type="range"]:focus, .mktoForm input[type="date"]:focus, .mktoForm input[type="month"]:focus, .mktoForm input[type="week"]:focus, .mktoForm input[type="time"]:focus, .mktoForm input[type="datetime"]:focus, .mktoForm input[type="datetime-local"]:focus, .mktoForm input[type="color"]:focus, .mktoForm textarea:focus, .mktoForm select:focus {
  outline: none !important;
  box-shadow: 0 0 0 .15rem var(--morris-red);
  background: rgba(223, 222, 222, 0.50);
}

.form input[type="text"].input--invert, .form input[type="email"].input--invert, .form input[type="url"].input--invert, .form input[type="password"].input--invert, .form input[type="search"].input--invert, .form input[type="number"].input--invert, .form input[type="tel"].input--invert, .form input[type="range"].input--invert, .form input[type="date"].input--invert, .form input[type="month"].input--invert, .form input[type="week"].input--invert, .form input[type="time"].input--invert, .form input[type="datetime"].input--invert, .form input[type="datetime-local"].input--invert, .form input[type="color"].input--invert, .form textarea.input--invert, .form select.input--invert, .mktoForm input[type="text"].input--invert, .mktoForm input[type="email"].input--invert, .mktoForm input[type="url"].input--invert, .mktoForm input[type="password"].input--invert, .mktoForm input[type="search"].input--invert, .mktoForm input[type="number"].input--invert, .mktoForm input[type="tel"].input--invert, .mktoForm input[type="range"].input--invert, .mktoForm input[type="date"].input--invert, .mktoForm input[type="month"].input--invert, .mktoForm input[type="week"].input--invert, .mktoForm input[type="time"].input--invert, .mktoForm input[type="datetime"].input--invert, .mktoForm input[type="datetime-local"].input--invert, .mktoForm input[type="color"].input--invert, .mktoForm textarea.input--invert, .mktoForm select.input--invert {
}

.form textarea, .mktoForm textarea {
  height: 200px;
}

.form label, .mktoForm label {
  text-transform: uppercase;
  font-family: "interstate-condensed", system-ui, sans-serif;
  margin-bottom: 5px;
  display: block;
}

.form input::-moz-placeholder, .mktoForm input::-moz-placeholder {
}

.form input::placeholder, .mktoForm input::placeholder {
}

.form textarea, .mktoForm textarea {
  min-height: 104px;
  padding-top: 10px !important;
}

.form .form-control:focus, .mktoForm .form-control:focus {
  outline: none !important;
  background: rgba(223, 222, 222, 0.50);
}

.form .gform_button, .mktoForm .gform_button {
  background-color: #940538 !important;
  border-radius: 28px !important;
  padding: 15px 80px 15px 20px !important;
  position: relative !important;
  background-repeat: no-repeat;
  background-image: url('~@images/chevron-white.svg') !important;
  background-position: 87% center;
}

.form .gform_button:after, .mktoForm .gform_button:after {
  content: '' !important;
  width: 14px !important;
  height: 14px !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 18px !important;
  background-image: url('~@images/chevron-white.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 14px 14px !important;
}

.topbar__search .search-submit {
  display: none;
}

/** Marketo Stuff **/

.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p, .mktoForm .mktoFormCol {
  width: 100%;
}

.mktoForm .mktoOffset {
  height: 0 !important;
}

.mktoForm .mktoFormRow:nth-child(13) {
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
}

.mktoForm .mktoFormRow:nth-child(13) .mktoFormCol {
  flex: 1;
}

.mktoForm .mktoFormRow:nth-child(13) .mktoClear,
		.mktoForm .mktoFormRow:nth-child(13) .mktoFieldDescriptor {
  flex: 0 !important;
}

.mktoForm .mktoFormRow:nth-child(13) .mktoHtmlText {
  width: 100% !important;
}

.mktoForm .mktoFormRow:nth-child(13) .mktoHtmlText p {
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
}

.mktoForm .mktoFormRow:nth-child(13) .mktoHtmlText em {
  font-style: normal !important;
}

.enquire-form {
  color: #ffffff;
  background-image: url('../images/enquire-bg.png');
  background-size: cover;
  background-position: center;
}

.section--enquire {
  background-image: url('../images/enquire-section-bg.png');
}

.enquire-form .mktoHtmlText {
  color: #ffffff;
}

.topbar {
  height: 34px;
}

.topbar__nav {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  gap: 30px;
}

.topbar__search .search-field {
  color: #212529;
  padding-left: 25px;
  background: url('../images/search-icon.svg');
  background-position: 5% center;
  background-repeat: no-repeat;
  background-size: 15px 16px;
  width: 100px;
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
}

.topbar__search .search-field:focus {
  background-color: #ffffff;
  width: 140px;
  border: none;
  outline: none;
}

.topbar__search .search-field::-moz-placeholder {
  color: #212529;
}

.topbar__search .search-field::placeholder {
  color: #212529;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
}

.header .logo {
  width: 133px;
}

.logged-in .header {
/*   top: 34px; */
}

.navigation {
  background: #ffffff;
  width: 100%;
  height: 80px;
  box-shadow: 0px 0px 29.3px 2px rgba(0, 0, 0, 0.15);
}

.navigation #site-navigation {
  font-size:18px;
}

.navigation ul.menu {
  display: flex;
  gap: 56px;
}

.icon {
  background-repeat: no-repeat;
  padding-left: 15px;
  color: #525252;
  text-transform: uppercase;
  font-style: normal;
}

.icon--social {
  width: 24px;
  height: 24px;
  display: block;
  background-size: 24px 24px;
}

.icon--touch {
  background-image: url('../images/icon-touch.svg');
  padding-left: 19px;
}

.icon--coffee {
  background-image: url('../images/icon-coffee.svg');
  padding-left: 31px;
}

.icon--facebook {
  background-image: url('../images/icon-facebook.svg');
}

.icon--linkedin {
  background-image: url('../images/icon-linkedin.svg');
}

.icon--instagram {
  background-image: url('./../theme/assets/images/icons/icon-instagram.svg');
}

.icon--youtube {
  background-image: url('./../theme/assets/images/icons/icon-youtube.svg');
}

.icon--twitter {
  background-image: url('./../theme/assets/images/icons/icon-twitter.svg');
}

.navigation-dropdown {
  width: 100vw;
  padding: 56px 0;
  background: #ffffff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: absolute;
  top: calc(80px + 34px);
  left: 0;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all cubic-bezier(.215,.61,.355,1);
  transition-behavior: allow-discrete;
  display: none;
}

.site-navigation-item {
  height: 100%;
  z-index: 40;
  display: flex;
  align-items: center;
  /*
	&:hover {
		.navigation-dropdown {
			display: block;
			opacity: 1;
			visibility: visible;
		}
	}*/
}

.options-clip-path {
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 10;
  display: none;
  top: 0;
}

@media (min-width: 768px) {
  .options-clip-path {
    display: block
  }
}

.options-carousel-heading {
  padding-right: 56px;
  z-index: 10;
}

@media (min-width: 768px) {
  .options-carousel-heading {
    border-right: 1px solid #878A8F
  }
}

.options-carousel__item {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  left: -15px;
}

.options-carousel__item img {
  margin-bottom: 8px;
  max-height: 171px;
  width: auto;
}

.WOOF_Widget .widget-title {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.WOOF_Widget h4 {
  font-size: 20px;
}

.woocommerce-product-gallery .flex-control-nav {
  display: flex;
  cursor: pointer;
  justify-content: center;
}

.woocommerce-product-gallery .flex-control-nav li {
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  position: relative;
}

.woocommerce-product-gallery .flex-control-nav li:after {
  background-color: white;
  border-radius: 100px;
  overflow: hidden;
  height: 80px;
  width: 80px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  box-shadow:3px 3px 7px 3px rgba(0, 0, 0, 0.1);
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img {
  max-height: 60px;
  width: auto;
  z-index: 10;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}

/** Product Grid **/

.products .product {
  grid-column: span 1 / span 1;
}

.product-highlights__item {
  padding: 20px 56px;
  border-right: 1px solid #878A8F;
}

.product-highlights__item:last-child {
  border-right: none;
}

.product-highlights__image {
  max-height: 40px;
  width: auto;
}

/**
 * Custom styles to immediately follow Tailwindâ€™s `components` layer
 *
 * â€œAdd more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.â€
 *
 * â€” from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull{
  max-width: none;
}

.entry-content > .alignleft{
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright{
  float: right;
  margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.visible{
  visibility: visible;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-0{
  bottom: 0px;
}

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

.bottom-md{
  bottom: 25px;
}

.right-md{
  right: 25px;
}

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

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

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

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

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

.m-auto{
  margin: auto;
}

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

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

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

.mb-14{
  margin-bottom: 3.5rem;
}

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

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

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

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

.mb-lg{
  margin-bottom: 32px;
}

.mb-md2{
  margin-bottom: 32px;
}

.mb-md{
  margin-bottom: 25px;
}

.mb-sm{
  margin-bottom: 20px;
}

.mb-xs{
  margin-bottom: 8px;
}

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

.mr-md{
  margin-right: 25px;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-full{
  height: 100%;
}

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

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

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

.w-1\/5{
  width: 20%;
}

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

.w-4\/5{
  width: 80%;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

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

.max-w-none{
  max-width: none;
}

.flex-1{
  flex: 1 1 0%;
}

.border-collapse{
  border-collapse: collapse;
}

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

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-3{
  gap: 0.75rem;
}

.gap-md{
  gap: 25px;
}

.gap-xxs{
  gap: 4px;
}

.break-words{
  overflow-wrap: break-word;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

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

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

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

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

.p-lg{
  padding: 56px;
}

.p-xl{
  padding: 100px;
}

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

.px-md{
  padding-left: 25px;
  padding-right: 25px;
}

.px-xl{
  padding-left: 100px;
  padding-right: 100px;
}

.py-lg{
  padding-top: 56px;
  padding-bottom: 56px;
}

.py-xl{
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-md{
  padding-bottom: 25px;
}

.pr-20{
  padding-right: 5rem;
}

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

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

.pt-\[100\%\]{
  padding-top: 100%;
}

.pt-lg2{
  padding-top: 45px;
}

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

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

.font-light{
  font-weight: 300;
}

.font-thin{
  font-weight: 100;
}

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

.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.content-none{
  --tw-content: none;
  content: var(--tw-content);
}

/**
 * Custom styles to immediately follow Tailwindâ€™s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwindâ€™s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .md\:left-\[-100px\]{
    left: -100px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px){
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

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

  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }
}

@media (min-width: 1280px){
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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


.tax-product_cat.term-17 .woof_container_product_cat,
.tax-product_cat.term-17 .woof_container_product-type .woof_term_77,
.tax-product_cat.term-17 .woof_container_product-type .woof_term_78,
.tax-product_cat.term-17 .woof_container_product-type .woof_term_79,
.tax-product_cat.term-17 .woof_container_cups-per-day .woof_term_74,
.tax-product_cat.term-17 .woof_container_cups-per-day .woof_term_73,
.tax-product_cat.term-17 .woof_container_cups-per-day .woof_term_76,
.tax-product_cat.term-17 .woof_container_cups-per-day .woof_term_71{
	display: none !important;
}




.automatic .woof_container_product_cat,
.automatic .woof_container_product-type .woof_term_77,
.automatic .woof_container_product-type .woof_term_78,
.automatic .woof_container_product-type .woof_term_79,
.automatic .woof_container_cups-per-day .woof_term_74,
.automatic .woof_container_cups-per-day .woof_term_73,
.automatic .woof_container_cups-per-day .woof_term_76,
.automatic .woof_container_cups-per-day .woof_term_71{
	display: none !important;
}
.barista .woof_container_product_cat,
.barista .woof_container_industry,
.barista .woof_container_product-type .woof_term_65,
 .barista .woof_container_product-type .woof_term_60,
.barista .woof_container_product-type .woof_term_24,
.barista .woof_container_product-type .woof_term_61,
.barista .woof_container_cups-per-day .woof_term_22,
.barista .woof_container_cups-per-day .woof_term_27,
 .barista .woof_container_cups-per-day .woof_term_25,
.barista .woof_container_cups-per-day .woof_term_26{
	display: none !important;
}

/* product details page */
h3.font-thin .field--name-field-types {
  display: flex;
}
