@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.
*/

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

h1 sup,
h2 sup,
h3 sup,
h4 sup{
    top: -1.1em;
    font-size: 50%;
}

/*
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.
*/



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


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

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

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

.section--enquire{
	padding: 72px 0px;
	margin-top:-2px;
}

/**
 * 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: 0.5px solid #000;
}

.accordion__item {
	padding: 20px 0;
	border-top: 0.5px solid #000;
}

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

.banner {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
}
.home .banner {
	background-size: cover;
}
.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--shop {
	background-color: #F5F5F5;
	background-image: url('../images/shop-banner-swirl.png');
	background-size: contain;
	background-position: center right;
}

.single-product .banner--shop{
	background-size: auto 135%;
}

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

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

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

@media (min-width: 768px) {


	.banner.woocommerce-products-header{
		padding-top:0px;
	}

	.banner__content {
		width: 50%;
	}

	.banner__content .text-lg{
		max-width: 443px;
	}
}

.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;
	height: auto;
}

.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; */
	text-decoration: underline;
}

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

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

.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);
	height: 100%;
}

.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>div {
	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__box h5{
	max-width: 275px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
}

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

.product-card__box > div > p{
	min-height: 80px;
	margin-bottom:0px;
}

.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 a {
	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 {
	font-size: 26px;
	line-height: 33px;
}


.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--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 {
	position: inherit;
}

.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--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;
	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__double-col{
	transition: background-size 0.3s ease-in-out !important;
}

.content-grid__item.content-grid__double-col:hover {

	background-size: auto 102%;
}


.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: 50%;
	}

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

	.content-grid__row {
		height: auto;
		min-height: 400px;
	}

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

.footer {
	padding: 40px 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: 13px 14px !important;
	border: 0.5px solid #A97A55;
}

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

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

.header .logo {
	width: 133px;
}

.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: 40px;
}

.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--tick {
	background-image: url('./../theme/assets/images/icons/icon-tick.svg');
	padding-left: 25px;
	padding-right: 10px;
}

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

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

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

.options-carousel-heading {
	padding-right: 42px;
	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;
	padding:10px;
}

.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 40px;
	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-\[100px\]{
	bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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



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

.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-dvh{
	height: 100dvh;
}

.h-full{
	height: 100%;
}

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

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

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

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

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

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

.w-auto{
	width: auto;
}

.w-full{
	width: 100%;
}

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

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


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

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

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

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

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

.bg-top-right{
	background-position: top right;
}

.bg-left{
	background-position: left center;
}
.p-lg{
	padding: 48px;
}

.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-xl{
	padding-top: 100px;
	padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

.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-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\:h-\[850px\]{
		height: 850px;
	}

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

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

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

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

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

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

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



.client-logo-carousel .owl-item img{
	width: 150px !important;
	height: 100px;
	object-fit: contain;
	margin: auto !important;
}


.client-logo-carousel .owl-item .item{
	text-align: center;
	margin: auto;
}

.video-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float:right;
    max-width: 750px;
}

.video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

nav.woocommerce-breadcrumb{
	display:none !important;
}

.single-product h1.h2{
	font-size: 55px;
	line-height: 55px;
	max-width: 500px;
	margin-bottom:10px;
}

.single-product p{
	font-size: 18px;
	line-height: 1.5rem;
}


.single-product .section.bg-grey-light{
	padding-top:62px;
	padding-bottom:62px;
}

.product-options-section{
	padding-top: 90px;
	padding-bottom: 26px;
}


.accordion__panel ul{
	list-style: disc;
	margin-left: 20px;
}

.accordion__panel ul li{
	margin-bottom:20px;
	font-size: 18px;
}

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

.button--download:hover{
	text-decoration: underline;
}

.banner__text-with-image img{
	border-radius: 20px;
}

.play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 50px;
            color: white;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
        }

        .popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80%;
            max-width: 800px;
            background-color: black;
			
/*             padding: 20px; */
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            z-index: 1000;
        }

        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 999;
        }

        .close-btn {
            position: absolute;
            top: -25px;
            right: -35px;
            font-size: 43px;
            cursor: pointer;
            color: white;
        }

.play-button{
	width: 100px;
	height:100px;
	background-image: url(../images/play-video.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.video-block {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }

.content-grid__item p{
	margin-bottom: 10px;
}

.content-grid__box p:last-of-type{
	margin-bottom:0px;
}

.content-grid__item h3{
	margin-bottom: 15px;
}

.single-product .banner--shop .summary{
	padding-top:60px;
}

.options-carousel .splide__arrows {
	width: 73%;
    position: absolute;
/*     height: 100px; */
	top: 50%;
}

.options-carousel .splide__arrows .splide__arrow:disabled {
	opacity: 0 !important;
}

.options-carousel .splide__arrows .splide__arrow--prev{
	left: -30px;
	display: block;
}

.options-carousel .splide__arrows .splide__arrow--next,
.options-carousel .splide__arrows .splide__arrow--next:hover{
top:28px;
	right: 30px;
}

.product-card{
	cursor: pointer !important;
}

.product-card__box{
	justify-content: flex-start !important;
	
}

.product-card__box img{
	height: 250px !important;
	object-fit: contain;
}

.product-card__image.w-2/3{
	height: 235px !important;
}

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

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

.section.no-top-padding{
	padding-top:0px;
}

.banner .banner__shop-categories-item{
	padding: 32px;
}

.banner .banner__shop-categories-item p{
	margin-bottom:0px;
}

.product-carousel .splide__arrows .splide__arrow:disabled{
	opacity: 0;
}

.brands-card__content img{
	height: 110px !important;
	object-fit: contain;
	margin: 0px auto 15px auto;
	width: 230px !important;
	max-width: 100%;
	max-height: 100%;
}

.banner__shop-categories-item .button{
	margin-top:20px;
}

.brands-card{
	border-radius: 20px;
}

.button--add-to-compare:after, .mktoButton--add-to-compare:after{
	right: 15px;
}

.button--add-to-compare, .mktoButton--add-to-compare{
	padding-right: 38px;
	padding-left: 15px;
}

.banner--page-full-image{
	background-color: #F5F5F5;
}
.banner--page-full-image .image-col img{
	width: 50vw;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.banner--page-full-image .banner-full-width-content{
	padding:180px 0px 130px 0px;
}

.banner.banner--page-full-image:after{
	display:none;
}
.p1{
	font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

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

.term-description p,
.p2{
	font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.p3{
	font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}



.banner.banner--page-full-image + .section {
    padding: 76px 0 0px 0;
}

.field__item:first-of-type:has(.banner.banner--page-full-image)
  + .field__item .section.highlights-section {
  padding: 76px 0 0 0;
}
@media (max-width: 796px) {
	.field__item:first-of-type:has(.banner.banner--page-full-image)
  + .field__item .section.highlights-section {
	padding: 20px 0px !important;
  }

}

li.mega-menu-item-custom_html-4 .menu-our-products__block .content-grid__box h3 {
	color: #fff;
}

.banner.banner--page-full-image ~ .field__item:first-of-type .section {
    padding: 76px 0 0 0 !important;
}

.enquire-form h4{
	margin-bottom:10px !important;
}

.video-with-text .rounded_edges .video-container{
	border-radius: 20px !important;
    overflow: hidden;
}

.banner-full-width{
	width: 100vw;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.white-text div{
	color: white;
}

.page-nescafe .breadcrumbs,
.page-starbucks .breadcrumbs,
.page-buondi .breadcrumbs{
	color: white;
}

.page-nescafe .breadcrumbs__separator,
.page-starbucks .breadcrumbs__separator,
.page-buondi .breadcrumbs__separator{
	    filter: brightness(1) invert(1) grayscale(0);
}

.cream-background,
.page-nescafe .bg-grey-light,
.page-nescafe .has-background.box-layout .col-span-2{
	background-image:url(../images/lightCream_background-1-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.page-nescafe .banner-full-width-content .button,
.page-nescafe .product-carousel .splide__arrows .splide__arrow,
.page-nescafe .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
	background-color: #DE2926 !important;
}

.page-nescafe .box-layout.section--bottom-padding{
	padding-bottom: 60px !important;
}


.page-nescafe .button--add-to-compare:after, .mktoButton--add-to-compare:after{
	filter: brightness(0) saturate(100%) invert(30%) sepia(64%) saturate(2618%) hue-rotate(343deg) brightness(86%) contrast(102%);
}

.page-nescafe .button--outline {
	border-color: #DE2926;
	color:#DE2926;
}

.page-nescafe .button--outline:hover {
	background-color: #DE2926;
	color:#fff;
}


.page-nescafe .content a{
	color:#DE2926;
}

.highlights-cards.white-background{
	gap: 20px;
	padding-bottom:46px;
}

.highlights-cards.white-background .highlight-card{
	background: white;
	border-radius: 10px;
	border-right:0px solid white;
	margin-bottom:30px;
	padding:32px 10px;
}

.page-starbucks .highlights-section .highlights-cards .highlight-card img,
.page-buondi .highlights-section .highlights-cards .highlight-card img,
.page-nescafe .highlights-section .highlights-cards .highlight-card img{
	width: auto !important;
	height: 70px !important;
}
.banner-full-width{
	overflow:hidden;
}
.page-starbucks .banner-full-width:before{
	background: rgba(30, 57, 50, 0.90);
	width: 50vw;
	content: '';
	height: 1000px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	
}

.page-starbucks .banner-full-width-content .button,
.page-starbucks .product-carousel .splide__arrows .splide__arrow{
	background-color: #006241 !important;
	border-radius: 0px;
	border-color: #006241 !important;
}

.page-starbucks .banner-full-width-content .button:hover,
.page-starbucks .product-carousel .splide__arrows .splide__arrow:hover{
	background-color: #1E3932 !important;
	color: white !important;
	border-color: #1E3932 !important;
}


.page-nescafe .button--add-to-compare:after, .mktoButton--add-to-compare:after{
	filter: brightness(0) saturate(100%) invert(30%) sepia(64%) saturate(2618%) hue-rotate(343deg) brightness(86%) contrast(102%);
}

.page-starbucks .button--outline {
	border-color: #006241;
	color:#006241;
}

.page-starbucks .button--outline:hover {
	background-color: #006241;
	color:#fff;
}

.page-starbucks h3{
	color:#006241;
}


.image-text-icon{
	margin-bottom: 20px;
}

.page-starbucks .cream-background,
.page-starbucks .bg-grey-light{
	background-color: #F2F0EB !important;
	background-image: none;
}

.page-starbucks .business-solutions-section {
	padding:60px 0px;
}
.page-starbucks .box-layout.has-background {
	padding-bottom:60px;
}
.box-layout .container{
	    margin: auto;
	padding: 0px 20px;
}

.page-starbucks .box-layout.has-background .content{
	background: #D4E9E2;
}

.page-starbucks .enquire-form{
	background: #006241;
}

.page-starbucks .business-solutions-card{
	border-radius:0px;
}


.page-starbucks .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
	background-color: #1E3932 !important;
	border-radius: 0px;
	border-color: #1E3932 !important;
}

.page-starbucks .content a,
.page-starbucks .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover{
	color:#fff !important;
}


.page-starbucks .highlights-cards .highlight-card{
	border-right:0px solid white;
	margin-bottom:30px;
	padding:32px 10px;
}

.page-starbucks .business-solutions-section{
	margin-top: 60px;
}

.page-buondi .banner-full-width-content .button,
.page-buondi .product-carousel .splide__arrows .splide__arrow{
	background-color: #C8834A !important;
	border-radius: 0px;
	border-color: #C8834A !important;
	color: #42283E !important
}

.page-buondi .banner-full-width-content .button:hover,
.page-buondi .product-carousel .splide__arrows .splide__arrow:hover{
	background-color: #B3692B !important;
	color: #42283E !important;
	border-color: #B3692B !important;
}

.page-buondi h3{
	color: #42283E !important;
}

.page-buondi .highlights-section {
	background-color: #C8834A ;
	background-image: none;
	padding-bottom:40px !important;
}


.page-buondi .highlights-section h5,
.page-buondi .highlights-section p{
	color: #fff !important;
}

.page-buondi .bg-grey-light{
	background-color:  #EAE1D2; !important;
	background-image: none;
}
.page-buondi .box-layout.has-background{
	padding-bottom: 60px;
}
.page-buondi .box-layout.has-background .content{
	background: #42283E;
}

.page-buondi .box-layout.has-background .container h3,
.page-buondi .enquire-form h4{
	color: #C8834A !important;
}

.page-buondi .box-layout.has-background .container p{
	color: #fff;
}

.page-buondi .enquire-form{
	background: #42283E;
}


.page-buondi .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
	background-color: #C8834A !important;
	border-radius: 0px;
	border-color: #C8834A !important;
}

.page-buondi .content a{
	color:#C8834A !important;
}
.page-buondi .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover{
	background-color: #B3692B !important;
	color: #42283E !important;
	border-color: #B3692B !important;
}
.page-buondi .splide__list{
/* 	justify-content: center; */
}

.page-buondi .business-solutions-section{
	padding-bottom: 0px;
}

.page-buondi .business-solutions-card{
	border-radius: 0px;
}
.display-in-a-row .container{
	display: flex;
}

.display-in-a-row  .heading-left{
	    display: flex;
    flex-direction: column;
    text-align: left;
    align-content: flex-start;
    justify-content: center;
    border-right: 1px solid rgba(135, 138, 143, 0.5);
    padding-right: 50px;
}

.display-in-a-row .highlights-cards .highlight-card img{
	height: 150px !important;
	object-fit: contain;
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    overflow: auto;
	z-index: 999;
}

.video-modal-content {
    position: relative;
    background: white;
/*     padding: 20px; */
    width: 80%;
    max-width: 600px;
    border-radius: 0px;
}

.video-close {
    position: absolute;
    top: -22px;
    right: -30px;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

.video-popup-container {
    position: relative;
        width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-preview {
    position: relative;
	 width: 100%;
	 height: 100%;
}

.preview-image {
    width: 100%;
	 height: 100%;
	object-fit: cover;
    display: block;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
    opacity: 0.8;
    pointer-events: none;
	width: 100px;
    height: 100px;
    background-color: #DE2926;
    border-radius: 50%;
    text-align: center;
    padding-top: 13px;
    padding-left: 8px;
}

.product-card-row{
	display: flex;
    flex-wrap: wrap;
	gap:20px;
}

.product-option-card{
	width: calc(33.3% - 15px);
}

.product-option-card svg {
	display: inline;
}

.section.coffee-and-products{
	text-align: center;
}

.product-option-card .icon {
	margin-bottom:8px;
}

.product-option-card h5{
	max-width: 310px;
	min-height: 54px;
}

.section.coffee-and-products .p2{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.category-row{
	padding-bottom: 60px;
}
.category-row:last-of-type{
	padding-bottom: 0px;
}

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

.coffee-and-products .container{
	padding-top: 30px;
}

.accordion__button p{
	padding-right:50px;
}

 .rounded_edges .image-col{
	border-radius: 20px !important;
    overflow: hidden;
}

@media screen and (max-width: 796px){
	.product-option-card{
	width: calc(100% - 40px);
		margin: auto;
}
	.product-option-card h5{
	min-height: 10px;
}
	.category-row{
		padding: 0px 20px;
	}
	.product-card__box > div > p {
    min-height: 20px;
		display: none;
	}
	
	
}


.stretch-image img{
	position: absolute;
    left: 50vw;
    bottom: 0px;
    width: 50vw;
    height: 100%;
    object-fit: cover;
	max-height: 700px;
}

.section--bottom-padding{
	padding-bottom: 60px;
}

.banner__accordions{
	    flex-direction: column;
    max-width: 500px;
}

.four-column-icon-and-text-cards{
	flex-wrap: wrap;
}


.four-column-icon-and-text-cards{
	flex-wrap: wrap;
}

.four-column-icon-and-text-cards .single-card{
	width: calc(25% - 10px);
	border-right: 1px solid rgba(135, 138, 143, 0.5);
	gap:20px;
	margin-bottom:45px;
}

.four-column-icon-and-text-cards .single-card img{
	height: 70px;
	width: auto;
	margin-bottom:12px;
}
.four-column-icon-and-text-cards .p1{
	margin-bottom:12px;
}

.four-column-icon-and-text-cards .p3{
	margin-bottom:0px;
}

.four-column-icon-and-text-cards .single-card:nth-of-type(4n){
	
	border-right: 0px solid #878A8F;

}

.stretch-image  .gap-md{
	gap:5px;
}

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

.content-right{
	padding-right:0px;
	max-width: 600px;
}

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

.box-layout .content-left{
	padding-left:100px;
}

.brands-card{
	padding-top: 0px;
}
.brands-card__box{
	position: relative;
	
}
.brands-card__image{
height: 250px;
}


.brands-card__content{
height: 100%;
}

.woocommerce-pagination{
	display: none !important;
}

.woof_list_checkbox li {
	display: flex;
	gap:10px;
}

.woof_list_checkbox li:first-of-type div{
	width: 23px;
}

.add-to-compare__product-description{
	font-size: 20px;
	line-height: 24px;
}

#page{
	overflow: hidden !important;
}

.archive .banner--shop .banner__text-with-image{
	min-height: 510px;
}

.compare-our-products-modal .product-data-template{
	column-gap: 25px !important;
}

#mega-menu-wrap-menu-1,
#mega-menu-menu-1{
	height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
	top: 40px !important;
	/* top:40px !important; */
}
/* @media (max-width: 1440px){
	#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
		top: 47px !important;
	}
} */
.mega-sub-menu .brands-card__content{
	background: #f5f5f5;
	height: 135px !important;
}

.mega-sub-menu .brands-cards  .col-span-12:nth-of-type(1) .brands-card__content img{
	width: 180px !important;
}


.mega-sub-menu .brands-cards  .col-span-12:nth-of-type(3) .brands-card__content img{
	width: 160px !important;
}

.brands-card,
.brands-card .brands-card__image{
	transition: 0.5s all cubic-bezier(.215,.61,.355,1);
	overflow: hidden;
}

 .brands-card:hover {
    border-radius: 10px;
}

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

.menu-products-left .textwidget{
	display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.menu-products-left .menu-our-products__block{
	min-height: 170px;
	width: 99%;
}

.menu-products-left .content-grid__item h3{
	font-size: 27px !important;
	text-align: center;
	margin-bottom:0px;
	line-height: 32px !important;
}
.menu-our-products-right__block h3{
	font-size: 27px ;
	margin-bottom:0px;
	
	line-height: 32px;
}

.menu-products-left  .content-grid__item{
	align-items: center;
    padding: 40px;
    line-height: 30px;
	justify-content: center;
}

.menu-products-right{
	background: #f5f5f5 !important;
    border-radius: 20px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.menu-products-right h6{
	color: var(--Grey, #878A8F);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
	margin-bottom: 10px;
	padding: 10px 20px 0px 20px;
	
	
}

.menu-our-products-right__block .row{
	display: flex;
}

.menu-our-products-right__block .row ul>li>a{
	display: flex;
	align-items: center;
	font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.menu-our-products-right__block .row ul>li>a img{
	height: 90px;
}

.business-solutions-card__box h4{
	text-align: center;
}
#mega-menu-menu-1 img,
#mega-menu-menu-1 div,
#mega-menu-menu-1 a,
#mega-menu-menu-1 li,
#mega-menu-menu-1 ul,
#mega-menu-menu-1 .business-solutions-card,
#mega-menu-menu-1 .business-solutions-card:after{
	transition: none !important;
	}

.mega-current-menu-item a.mega-menu-link,
.mega-menu-item:hover a.mega-menu-link{
	color: #940538 !important;
	border-bottom: 2px solid #940538 !important;
}

.mega-menu-item a.mega-menu-link .mega-indicator{
	transition: 0.5s all cubic-bezier(.215,.61,.355,1);
}
.mega-menu-item:hover a.mega-menu-link .mega-indicator{
	transform: rotate(180deg);
}

.menu-our-products-right__block .row ul>li>a:hover{
	color: #940538 !important;
	
}

.mega-menu-item .brands-card__image{
	height: 235px;
}

.mega-menu-item .content-grid__image{
	background-position: 50% 5%;
}

footer p{
	margin-bottom:0px;
}

footer .about-us-col{
	min-width: 125px;
}

footer .signup-col{
	padding-left: 40px;
}

@media screen and (max-width: 1270px){
	.product-highlights__item {
		padding: 20px;
	}
}

.menu-our-products-right__block .top-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
}

.banner.thank-you-page{
    background: url(../images/Group-427320905.jpg);
	background-size: cover !important;
/* 	background-position: 0px  -50px!important; */
}

.banner.thank-you-page .h2{
	line-height: 56px;
	margin-bottom: 20px;
	max-width: 755px;
}

.banner.thank-you-page a{
	text-decoration: underline !important;
}

.banner.thank-you-page  .banner__shop-categories-item{
	border-radius: 5px;
	padding: 0px;
}

.col-span-9{
	grid-column: span 9 / span 9;
}
.banner.thank-you-page .banner__shop-categories-item img{
	width: 100%;
	height:  230px;
	max-height:  230px;
	object-fit: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.banner.thank-you-page .banner__shop-categories-item .button{
	text-decoration: none !important;
	margin-top: 0px;
	margin-bottom: 30px;
}

.banner.thank-you-page .banner__shop-categories-item h5{
	padding: 10px 20px 0px 20px;
}

.banner.thank-you-page .banner__shop-categories{
	margin-top: -30px;
}

.responsive-iframe-container {
            position: relative;
            width: 100%;
            padding-top: 1180px;
            overflow: hidden;
        }

        .responsive-iframe-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none; /* Remove iframe border */
			overflow: hidden !important;
        }

@media screen and ( max-width: 796px ){
	.topbar,
	.header-enquire-now{
		display:none;
	}
	
	.home .banner{
		background-image: url(../images/Header-1.png) !important;
	}
	
	.home .banner__content{
		padding-bottom: 450px;
		padding-top: 50px;
	}
	
	h1, h2, h3, h4, h5, h6, p{
		margin-bottom: 15px;
	}
	
	.logo-carousel ul.splide__list{
		flex-direction: column;
		gap: 50px;
	}
	
	.logo-carousel .splide__slide{
		width: 100% !important;
		margin: auto;
	}
	
	.logo-carousel .splide__slide{
		width: 100% !important;
		margin: auto;
	}
	
	.logo-carousel .splide__slide img{
		max-height: 110px;
		object-fit: contain;
	}
	
	.logo-carousel {
		margin-top:-50px;
	}
	
	.section{
		padding: 25px 0px;
	}
	
	.content-grid__double-col{
		min-height: 630px;
	}
	
	.section--enquire{
		padding: 50px 0px;
	}
	
	.section--enquire img.absolute{
		display:none;
	}
	
	.mktoForm{
		padding: 0px !important;
		margin-top:20px;
	}
	
	.footer .col-span-6:first-of-type,
	.footer .col-span-6:nth-of-type(2){
		width: 100%;
		grid-column: span 12 / span 12;
		margin-bottom: 20px;

	}
	
	.footer .col-span-6:nth-of-type(2){
		column-count: 2;

	}
	
	.footer .about-us-col{
		grid-column: span 6 / span 6;
	}
	
	footer .signup-col{
		width: 100%;
		grid-column: span 12 / span 12;
		padding-left: 0px;
	}
	
	footer .container:first-of-type{
		margin-bottom: 25px;
	}
	#mega-menu-wrap-menu-1, #mega-menu-menu-1{
		height: auto;
		display: block;
	}
	
	.mega-menu-description{
		display:none !important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
		font-size: 16px;
		margin: 10px 0px;
	}
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1{
		top: 55px;
	}
	.mega-current-menu-item a.mega-menu-link, .mega-menu-item:hover a.mega-menu-link{
		border-bottom: 0px solid white !important;
		color: black !important;
	}
	
	.breadcrumbs{
		top: 100px;
	}
	.banner--page{
		background-image: none;
		padding-top:50px;
		padding-bottom: 25px;
	}
	
	.banner__shop-categories.flex{
		flex-direction: column;
		
	}
	
	.px-xl{
		padding-left: 20px;
    padding-right: 20px;
	}
	
	.py-xl {
    padding-top: 20px;
    padding-bottom: 20px;
}
	.banner + .section{
		padding: 20px 0px !important;
	}
	
	.options-carousel-heading{
		padding-right: 0px;
	}
	
	.options-carousel__item img{
		max-height: 500px;
	}
	
	.options-carousel .splide__arrows .splide__arrow--next, .options-carousel .splide__arrows .splide__arrow--next:hover{
		right: 25px;
	}
	
	.options-carousel .splide__arrows{
		width: 100%;
	}
	
	 .options-carousel .splide__slide{
		margin: auto;
	}
	
	.options-carousel__item{
		left: 0px;
	}
	
	.content-grid__testimonial{
		min-height:200px;
	}
	
	.box-layout .content-left{
		padding-left: 20px;
	}
	
	.box-layout .image-col{
		height: 300px;
	}
	
	.page-starbucks .banner-full-width:before{
		width: 100vw;
	}
	
	.image-right .grid{
	
    direction: rtl; /* Reverse the flow of items */

	}
	
	.widget.widget-woof .widget-title{
		display:none;
	}
	
	.woof_show_mobile_filter{
		background: gray;
    margin: 50px 20px 0px 20px;
    padding: 20px;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 20px;
		
	}
	
	.woof_show_mobile_filter img{
	display: none;
	}
	
	.woof_show_mobile_filter span{
		position:relative;
	}
	
	.woof_show_mobile_filter span:after {
	background-image: url('../images/chevron-red.svg');
	width: 21px;
        filter: brightness(0) invert(1);
        content: '';
        height: 31px;
        position: absolute;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px 20px;
        right: -31px;
        rotate: 90deg;
	transition: 0.5s all cubic-bezier(.215,.61,.355,1);
}
	
	.products.columns-4.grid{
		display:flex;
		flex-direction: row;
		flex-wrap: wrap
	}
	
	.products.columns-4.grid .product{
		width: 46%;
	}
	
	.product-card{
		min-height: 300px;
	}
	
	.product-card__box img{
		height: 200px !important;
		width: 100%;
	}
	
	.product-card__box h5{
		max-width: 500px;
	}
	
	.product-card__box .icon{
/* 		background-image: none;
		padding-left:0px; */
	}
	
	.product-card__box .excerpt{
		display:none;
	}
	
	.button, .mktoButton{
		padding: 0px 15px;
	}
	
	.business-solutions-card{
		border-radius:8px;
	}
	
	.business-solutions-cards.gap-md{
		gap: 8px;
	}
	
	.product-carousel .splide__arrows .splide__arrow--prev {
   
    top: 45%;
}
	.button--add-to-compare:after, .mktoButton--add-to-compare:after {
    right: -10px;
}
	
	.product-card__box a {
    width: 100%;
    text-align: center !important;
    justify-content: center;
}
	
	.home .p1{
		font-size: 18px;
    line-height: 24px;
	}
	
	.product-carousel .splide__list {
/*   margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 25px !important;
  padding-right: 35px !important; 
  transition: transform 0.3s ease;  */
}
	
	.content-grid__row{
		    gap: 12px;
    margin-bottom: 12px;
	}
	
	.button--link-white, .mktoButton--link-white{
		padding-left: 0px;
	}
	
	footer p.mb-5{
		max-width: 315px;
	}
	
	footer a.break-words{
		font-size: 14px;
	}
	
	footer .mktoForm input[type=email]{
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	
	.footer__bottom{
		font-size: 14px;
	}
	
	.mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
        min-height: 50px;
        line-height: 1.5em;
        font-size: 20px !important;
    }
	
	.button--download, .mktoButton--download{
		padding-left : 35px !important;
	}
	
/* 	.product-highlights.flex{
		flex-direction: column;
	}
	.product-highlights__item.flex{
		border-right: 0px solid #878A8F;
		border-bottom: 1px solid #878A8F;
	}
	
	.product-highlights__item.flex:last-of-type{
		
		border-bottom: 0px solid #878A8F; 
	}*/
	
	.button.mr-md{
		margin-right: 0px;
		margin-bottom: 25px;
	}
	
	.col-span-8.col-start-3{
		grid-column: span 10 / span 10;
		grid-column-start: 2;
	}
	
	.accordion__panel .w-4\/5{
		width: 100%;
	}
	
	.mktoHtmlText span{
		font-size: 14px !important;
	}
	
	.page-nescafe .banner--page-full-image{
		    background-position: 68% 100%;
    background-size: 173%;
    background-color: #A11B17;
	}
	
	.page-nescafe .banner--page-full-image .banner-full-width-content {
    padding: 80px 0px 330px 0px;
}
	
	.page-nescafe .box-layout.section--bottom-padding{
		text-align: left;
	}
	.page-nescafe .highlights-cards.white-background .highlight-card{
		margin-bottom:0px;
	}
	
	.page-starbucks .banner--page-full-image{
		background-position: 68% 100%;
		background-size: 115%;
		background-color: #1B352F;
	}
	
	.page-starbucks .banner--page-full-image .banner-full-width-content {
    padding: 100px 0px 330px 0px;
}
	.page-starbucks .banner-full-width:before{
		display: none;
	}
	.page-starbucks .highlights-cards .highlight-card{
		margin-bottom:-10px;
	}
	
	    .image-right .grid {
        direction: ltr;
			display: flex;
        flex-direction: column-reverse;
    }
	
	.page-buondi .banner--page-full-image{
		    background-position: 100% 100%;
    background-size: 173%;
    background-color: #3A0B39;
	}
	
	.page-buondi .banner--page-full-image .banner-full-width-content {
    padding: 80px 0px 330px 0px;
}
	.page-buondi .highlights-cards .highlight-card{
		margin-bottom:20px;
	}
	
	.page-buondi .business-solutions-section .p1{
		font-size: 18px;
	}
	
	.display-in-a-row .container {
   
    flex-direction: column;
}
	.display-in-a-row .heading-left {
 
    border-right: 0px solid rgba(135, 138, 143, 0.5);
    padding-right: 0px;
}
	.w-4\/5{
		width: 100%;
	}
	
	.product-carousel .splide__list {
 
/*   padding-left: 0px !important; 
   padding-right: 30px !important;  */
}
	
	.content-grid__item.content-grid__double-col:hover{
		background-size: contain;
	}
	.single-product .banner--shop .woocommerce-product-gallery{
		position: relative;
	}
	.single-product .banner--shop .woocommerce-product-gallery:before{
	background-color: #F5871F;
	width: 150%;
	content: '';
	height: 70%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	left: -25%;
		bottom: -100px;
	transition: 0.5s all cubic-bezier(.215,.61,.355,1);
	}
	.single-product .banner--shop{
		background-image: none;
	}
	
	.single-product .banner--shop .grid{
		gap: 0px;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
		
		margin-bottom: 20px;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		font-size: 26px;
		
	}
	    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: none;
		
    }
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
		vertical-align: middle;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
		font-size: 22px;
		font-weight: normal;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children:nth-of-type(3) .mega-sub-menu .mega-sub-menu a{
		font-size: 18px;
		font-weight: normal;
		margin-left: 20px !important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
		padding-bottom:0px;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu{
		padding-bottom:15px;
	}
	
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type > a.mega-menu-link{
		    border-radius: 5px;
    background: var(--Maroon, #940538);
    padding: 12px 24px;
    display: block;
    color: white;
    height: auto;
    text-align: center;
	}
	
	.stretch-image{
		padding-bottom:0px;
		margin-bottom: 50px;
	}
	.stretch-image .gap-md{
		display: flex;
    flex-direction: column;
		padding-bottom: 0px;

	}
	.stretch-image img{
		position: relative;
    left: 0vw;
    bottom: 0px;
    width: 100vw;
	}
	
	.stretch-image .col-span-12.md\:col-span-6.md\:col-start-7{
		width: 100vw;
	}
	
	.four-column-icon-and-text-cards .single-card {
    width: 100%;
    border-right: 0px solid rgba(135, 138, 143, 0.5);
		 border-bottom: 1px solid rgba(135, 138, 143, 0.5);
		padding-bottom: 25px;
		margin-bottom:25px;
    }
	.four-column-icon-and-text-cards .single-card:last-of-type {
				 border-bottom: 0px solid rgba(135, 138, 143, 0.5);
	}
	
	.video-col{
		padding:20px;
	}
	
	.single-product .product-highlights__item p{
	font-size: 16px;
	line-height: 1.2rem;
}

.single-product .product .button.mr-md{
	width: 100%;
	font-size: 18px;
	text-align: center;
	justify-content: center;
}

.single-product .p-lg{
	padding: 30px;
}
	.single-product h1.h2{
	font-size: 40px;
	line-height: 45px;
}
	
	.responsive-iframe-container {
		padding-top: 1400px;
		}
	
	.add-to-compare__notch:before {
    width: 100%;
    height: 100%;
    
    left: 0px;
    top: 0px
	}
	
	.add-to-compare__product-description{
		display: none;
	}
	
	.add-to-compare__product-image {
    margin-right: 0px;
    object-fit: contain;
}
	
	
	
	.compare-our-products-modal__box {
    margin-top: 50px;
    padding: 20px;
    width: 90%;
	}
	
	.compare-our-products-modal__close {
    
    right: 10px;
    top: 10px;
	}
	
	.add-to-compare{
		height: auto;
		bottom: -257px;
	}
	.add-to-compare__close {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    position: absolute;
    right: 10px;
		top: 10px;
	}
	
	 .add-to-compare .grid  .col-span-3,
	.add-to-compare__items .grid  .col-span-3{
    grid-column: span 4 ; 
  }
	
	.add-to-compare .col-span-3.flex.items-center,
	.add-to-compare__items .col-span-3.flex.items-center{
    grid-column: span 12; 
  }

 .add-to-compare .grid > .col-span-3:nth-last-child(1),
	.add-to-compare__items .grid > .col-span-3:nth-last-child(1){
    order: 1; 
  }
	
	.product-data-template h5{
		font-size: 18px;
	}
	
	.product-data-template  p.text--xl{
		font-size: 18px;
	}
	
	.product-data-template  .button{
		padding: 10px 5px;
        text-align: center;
		height: auto;
	}

	.compare-our-products-modal__col {
    padding: 20px 0;
	}
	
	.compare-our-products-modal__heading{
		width: 100%;
	}
	.banner.thank-you-page{
		margin-bottom: 0px;
		background-position: 0px 0px !important;
		overflow: hidden;
	}
}
 

.thank-you-page.stretch-image img{
	    object-position: center 35%;
}

@media screen and (min-width: 1800px){
	.thank-you-page.stretch-image img{
	    object-position: center 25%;
}
}