/*
! 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 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.left-0{
  left: 0px;
}

.left-4{
  left: 1rem;
}

.top-0{
  top: 0px;
}

.top-4{
  top: 1rem;
}

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

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

.order-last{
  order: 9999;
}

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

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

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

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

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

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

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

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[3\/4\]{
  aspect-ratio: 3/4;
}

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

.h-4{
  height: 1rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-full{
  height: 100%;
}

.w-4{
  width: 1rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-full{
  width: 100%;
}

.shrink{
  flex-shrink: 1;
}

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

.grow{
  flex-grow: 1;
}

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

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

.grid-cols-\[72px_1fr_72px\]{
  grid-template-columns: 72px 1fr 72px;
}

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

.border{
  border-width: 1px;
}

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

.bg-\[\#000\]\/50{
  background-color: rgb(0 0 0 / 0.5);
}

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

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

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

.fill-primary{
  fill: var(--wp--preset--color--primary);
}

.object-contain{
  object-fit: contain;
}

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

.p-4{
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

.text-lg{
  font-size: var(--wp--preset--font-size--large);
}

.text-sm{
  font-size: var(--wp--preset--font-size--small);
}

.text-xl{
  font-size: var(--wp--preset--font-size--x-large);
}

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

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

.uppercase{
  text-transform: uppercase;
}

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

.text-primary{
  color: var(--wp--preset--color--primary);
}

.text-secondary{
  color: var(--wp--preset--color--secondary);
}

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

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.header {
  position: relative;
  width: 100%;
  z-index: 10000;
  transition: background-color 0.25s;
  background-color: var(--wp--preset--color--primary);
}

.header__upper__menu{
  display: flex;
  gap: 0.5rem;
}

.header__upper__menu a{
  padding: 0px;
  font-size: var(--wp--preset--font-size--small);
}

.header__main .menu{
  position: relative;
}

.header__main .menu a{
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

.header__main .menu .menu-item-has-children > a:after {
          content: "";
          display: block;
          height: 1rem;
          width: 1rem;
          transition-property: transform;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
          background: url('../images/icons/chevron-down.svg') no-repeat center/contain;
        }

.header__main .menu .menu-item-has-children:hover > a:after {
            transform: rotate(-180deg);
          }

.header__main .menu .menu-item-has-children:hover .sub-menu {
            display: block;
          }

.header__main .menu .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 10;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      }

.header__brand {
    display: block;
    background: var(--header-brand) no-repeat center/contain;
    text-indent: -9999px;
    min-width: 160px;
    margin: 0.5rem 0;
    height: 36px;
    flex-grow: 1;
  }

@media (min-width: 768px) {

.header__brand {
      flex-grow: 0
  }
    }

@media (min-width: 1024px) {

.header__brand {
      height: 50px
  }
    }

.header__toggle {
    display: block;
    width: 24px;
    align-self: center;
  }

@media (min-width: 1024px) {

.header__toggle {
      display: none
  }
    }

.header__toggle .icon-bar {
      background-color: #000;
      height: 3px;
      display: block;
      margin-top: 0.5rem;
      border-radius: 5px;
    }

.header__toggle .icon-bar:first-child {
        margin-top: 0rem;
      }

.header__toggle .icon-bar:nth-child(2n) {
        width: 70%;
        margin-top: 0.5rem;
      }

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

.header__nav__brand {
      display: none;
      background: url("../images/av.svg") no-repeat center/contain;
      text-indent: -9999px;
      position: absolute;
      top: 0;
      left: 0;
      height: 57px;
      width: 72px;
      z-index: 1;
    }

.header__nav .header__cart {
      display: none;
      position: absolute;
      top: 14px;
      right: 0;
    }

.header__nav .menu {
      justify-content: space-between;
	  align-items: center;
    }

.header__nav .menu .vertical.menu {
		align-items: flex-start;
	  }

.header__nav .menu .vertical.menu .menu-item {
			width: 100%;
		}

.header__nav .menu__item:not(.megamenu-link) {
        position: relative;
      }

.header__nav .menu__item.menu-item-has-children > a {
            background: url("../images/icon/arrow-down--white.svg") no-repeat right
              center;
            padding-right: 1.2rem;
          }

.header__nav .menu__item:hover {
          background-color: var(--header-nav-bg)--hover;
        }

.header__nav .menu__item:hover > .vertical {
            display: flex;

          }

.header__nav .menu__item--active:after, .header__nav .menu__item.current-product-ancestor:after, .header__nav .menu__item.current-menu-ancestor:after, .header__nav .menu__item.current-menu-item:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background-color: var(--header-nav-bg)--hover;
          }

.header__nav .menu__item > a {
          color: var(--header-nav-color);
          padding-top: 1rem;
          padding-bottom: 1rem;
          font-weight: var(--header-font-weight);
        }

.header__nav .menu__item--cta {
          margin-left: 1rem;
          align-self: center;
        }

.header__nav .menu__item--cta .button {
            border-radius: 20px;
          }

.header__nav .menu__item .vertical {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          background-color: var(--wp--preset--color--white);
          box-shadow: 0 5px 30px rgba(0,0,0, 0.15);
          width: 300px;
		  z-index: 1;
        }

.header__nav .menu__item .vertical .vertical {
            width: 200px;
          }

.header__nav .menu__item .vertical a {
            color: #000;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
          }

.header__nav .menu__item .vertical .menu-item {
            border-top: 1px solid var(--light-gray);
          }

.header__nav .menu__item .vertical .menu-item.menu-item-has-children > a {
                background-image: url("../images/icon/arrow-right.svg");
                padding-right: 1.5rem;
              }

.header__nav .menu__item .vertical .menu-item > .vertical {
              top: 0;
              left: 100%;
            }

.header__nav .menu__item .vertical .menu-item--active:after, .header__nav .menu__item .vertical .menu-item.current-product-ancestor:after, .header__nav .menu__item .vertical .menu-item.current-menu-ancestor:after, .header__nav .menu__item .vertical .menu-item.current-menu-item:after {
                content: "";
                width: 4px;
                position: absolute;
                bottom: 0;
                left: 0;
                height: 100%;
                background-color: var(--header-nav-bg)--hover;
              }

.header__actions {
  }

.header__cart {
    position: relative;
  }

.header__cart__link {
      color: var(--header-color);
      display: flex;
      align-items: center;
      font-size: 1.2rem;
      font-weight: var(--header-font-weight);
      height: 100%;
    }

.header__cart__link:hover + .header__cart__contents {
          display: block;
        }

.header__cart__link__icon {
        position: relative;
      }

.header__cart__link__count {
        position: absolute;
        bottom: -3px;
        right: -3px;
        background-color: var(--wp--preset--color--secondary);
        color: var(--black);
        border-radius: 50%;
        font-size: 0.7rem;
        width: 16px;
        height: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

.header__cart__link__total {
        display: none;
      }

@media (min-width: 768px) {

.header__cart__link__total {
          display: inline-block
      }
        }

.header__cart__contents {
      position: absolute;
      top: 100%;
      right: 0;
      background-color: var(--wp--preset--color--white);
      min-width: 360px;
      box-shadow: 0 3px 5px rgba(var(--black), 0.15);
      display: none;
      z-index: 1000;
      border-radius: 3px;
    }

.header__cart__contents:hover {
        display: block;
      }

.header__cart__contents:before {
        content: "";
        width: 14px;
        height: 14px;
        background-color: var(--wp--preset--color--white);
        position: absolute;
        top: -7px;
        right: 2rem;
        transform: rotate(45deg);
        border-radius: 3px;
      }

.header--stuck {
    //background-color: var(--header-stuck-color);
    position: fixed;
    top: 0;
    left: 0;
  }

.header--stuck .header__brand {
        //background-image: url('../images/brand--default.png')
      }

.header--stuck .header__upper,
      .header--stuck .header__main {
        display: none;
      }

@media (min-width: 1280px) {

.header--stuck .header__nav__brand {
            display: block
        }

.header--stuck .header__nav .header__cart {
            display: block
        }
          }

.header--stuck .header__nav .menu__item a {
              //color: var(--header-stuck-nav-color);
            }

.header__search {
    flex-grow: 1;
  }

@media (min-width: 1024px) {

.header__search {
      display: flex;
      flex-direction: column;
      justify-content: center
  }
    }

.header .search-form {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
  }

.header .search-form .search-field {
      border-width: 0;
      box-shadow: none;
      border-radius: 1.5rem 0 0 1.5rem;
      padding-left: 2rem;
    }

.header .search-form .search-field::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: var(--black);
        opacity: 0.5; /* Firefox */
      }

.header .search-form .search-field:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: var(--black);
      }

.header .search-form .search-field::-ms-input-placeholder {
        /* Microsoft Edge */
        color: var(--black);
      }

.header .search-form .button {
      border-radius: 0 1.5rem 1.5rem 0;
      padding-left: 2rem;
      padding-right: 1rem;
      display: grid;
      place-items: center;
    }

.header__nav .menu__item.categories-megamenu .menu.vertical {
		grid-auto-flow: column;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: repeat(4, auto);
		gap: .25rem 1.5rem;
		width: 100%;
		font-weight: 700;
		padding: 1.5rem;
		--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
		--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}

.header__nav .menu__item.categories-megamenu .menu.vertical a:hover{
  color: var(--wp--preset--color--primary);
}

.header__nav .menu__item.categories-megamenu:hover .menu.vertical {
			display: grid;
		}

#secondary-nav .menu__item > a{
  font-size: var(--wp--preset--font-size--small);
}

.brand-address__list {
    margin: 0.5rem 0 0;
    padding: 0;
  }

.brand-address__list__item {
      display: flex;
      align-items: center;
      gap: .5rem;
      padding: 0.125rem 0;
    }

.footer {
  background-color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--small);
  color: var(--footer-color);
}

.footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3rem;
    gap: 1rem;
  }

@media (min-width: 768px) {

.footer__brand {
      flex-direction: row;
      justify-content: space-between;
      gap: 3rem
  }
    }

.footer__brand .app-badges {
      display: flex;
      gap: 1rem;
    }

@media (min-width: 768px) {

.footer__brand .app-badges {
        flex-grow: 1;
        justify-content: end
    }
      }

.footer .address {
    margin-bottom: 2rem;
  }

.footer .address h5 {
      font-size: 1.1rem;
      color: var(--wp--preset--color--white);
      margin-top: 1rem;
    }

.footer .address .fusion-li-item {
      padding: 0;
    }

.footer .address__social{
  display: flex;
  gap: 0.5rem;
}

.footer .address__social__item__link{
  display: grid;
  height: 2rem;
  width: 2rem;
  place-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

.footer .address__social__item__link {
            font-size: 1.1rem;
            width: 36px;
            height: 36px
        }
          }

.footer__widgets {
    padding-top: 2rem;
  }

.footer__widgets .widget__title{
  margin-bottom: 0.5rem;
  font-size: var(--wp--preset--font-size--base);
}

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

/*@screen lg {
    .widget_nav_menu {
      margin-top: 6rem;
    }
  }*/

.footer__credits {
    padding: 1rem 0;
  }

.footer__credits__text {
      padding: 0.7rem;
      margin-bottom: 0;
      line-height: 1;
    }

@media (min-width: 1024px) {

.footer__credits__nav {
        float: right
    }
      }

.footer .widget__title {
      color: var(--footer-title-color);
    }

.footer .widget .menu .menu-item {
      border-width: 0;
    }

.footer a:hover {
	color: #fff;
  }

.splide.blocks-carousel .splide__arrow--prev {
		transform: translateX(-4rem);
	}

.splide.blocks-carousel .splide__arrow--next {
		transform: translateX(4rem);
	}

.off-canvas {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  padding: 2rem 1rem 1rem;
  overflow-y: auto;
}

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

.off-canvas {
  transition: left .25s;
}

.off-canvas.off-canvas--open {
    left: 0;
  }

.off-canvas .search-form {
    display: flex;
    border: 2px solid #000;
    border-radius: 2rem;
    overflow: hidden;
  }

.off-canvas .search-form .search-field {
      padding-left: 1rem;
    }

.off-canvas .close-button {
    font-weight: 700;
    font-size: 2rem;
  }

.off-canvas .close-button span{
  display: grid;
  height: 2rem;
  width: 2rem;
  place-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  color: var(--wp--preset--color--primary);
      line-height: 1;
}

.off-canvas .menu > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}

.off-canvas .menu{
  font-size: var(--wp--preset--font-size--x-large);
}

.off-canvas .menu__item a{
  display: flex;
  cursor: pointer;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.off-canvas .menu__item.menu-item-has-children {
		position: relative;
      }

.off-canvas .menu__item.menu-item-has-children > a{
  align-items: center;
  gap: 0.5rem;
          /*&:after {
            content:"";
            display: inline-block;
            background: url("../images/icons/chevron-down.svg") no-repeat center/contain;
            @apply w-4 h-4;
            transition: transform .25s;
          }*/
}

.off-canvas .menu__item.menu-item-has-children .toggle-submenu {
            display: inline-block;
            background: url("../images/icons/chevron-down.svg") no-repeat center/contain;
			text-indent: -9999px;
			height: 1rem;
			width: 1rem;
            transition: transform .25s;
			position: absolute;
			top: .75rem;
			right: 1rem;
        }

.off-canvas .menu__item.menu-item-has-children > .sub-menu {
          display: none;
        }

.off-canvas .menu__item.menu-item-has-children > .sub-menu > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}

.off-canvas .menu__item.menu-item-has-children > .sub-menu{
  font-size: var(--wp--preset--font-size--large);
}

/*> a:after {
            transform: rotate(-180deg);
          }*/

.off-canvas .menu__item.menu-item-has-children.menu-item-has-children--active .toggle-submenu {
            transform: rotate(-180deg);
          }

.off-canvas .menu__item.menu-item-has-children.menu-item-has-children--active > .sub-menu {
            display: block;
          }

.off-canvas .shop-location .group {
      flex-grow: 1;
    }

.off-canvas .shop-location .group .shop-location__current {
        width: 100%;
      }

.filter-pills{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px){

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

.filter-pills__item{
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
		border: 2px solid #000 !important;
}

.filter-pills__item--active{
  background-color: var(--wp--preset--color--secondary);
}

.woocommerce ul.products li.splide__slide ul {
			margin: 0;
		}

.woocommerce ul.products li.splide__slide ul li.product {
				margin-bottom: .25rem;
			}

.woocommerce ul.products li.splide__slide ul li.product .woocommerce-loop-product {
					box-shadow: none !important;
					background-color: transparent !important;
				}

.woocommerce ul.products li.splide__slide ul li.product .woocommerce-loop-product__link {
					display: flex;
					flex-direction: column;
					padding: 0 !important;
				}

.woocommerce ul.products li.splide__slide ul li.product .woocommerce-loop-product__link .woocommerce-Price-amount{
  color: var(--wp--preset--color--primary);
}

.woocommerce ul.products li.splide__slide ul li.product .woocommerce-loop-product__image{
  margin-bottom: 1rem;
}

.woocommerce ul.products li.splide__slide ul li.product .woocommerce-loop-product__title{
  white-space: normal;
  font-size: var(--wp--preset--font-size--base);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.woocommerce ul.products li.splide__slide ul li.product .woocommerce-loop-product__excerpt,
				.woocommerce ul.products li.splide__slide ul li.product .product__brand {
					display: none !important;
				}

.woocommerce.products--blue {
	position: relative;
  }

/*.splide__slide {
	  > ul,
	  > ul .product,
	  > ul .product .woocommerce-loop-product {
		height: 100%;
	  }
	}*/

.woocommerce.products--blue .splide__arrow {
	  top: -3rem;
	  border-radius: 0;
	  background-color: #000;
	  width: 36px;
	  height: 36px;
	}

.woocommerce.products--blue .splide__arrow svg {
		fill: var(--wp--preset--color--primary)
	  }

.woocommerce.products--blue .splide__arrow.splide__arrow--next {
		right: 0;
	  }

.woocommerce.products--blue .splide__arrow.splide__arrow--prev {
		left: auto;
		right: calc(1rem + 36px);
	  }

.woocommerce.products--blue .splide__arrow:disabled {
		display: none;
	  }

.product-category .woocommerce-loop-category__title{
  text-align: center;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
}

.product-category > a {
    padding: .5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* align-items: center; */
    justify-content: center;
  }

.product-category > a img {
      display: block;
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: contain;
    }

.product-category .product-category__container {
    background-color: var(--wp--preset--color--secondary);
    padding: .5rem;
    color: var(--wp--preset--color--white);
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

.product-category .product-category__container .product-category__content {
      padding: 0.5rem;
    }

.product-category .product-category__container a {
      color: var(--wp--preset--color--white);
    }

.product-category .product-category__container a:hover {
        text-decoration: underline;
      }

.product-category .product-category__container {
    flex-grow: 1;
    position: relative;
    display: flex;
    color: var(--wp--preset--color--white);
    overflow: hidden;
  }

.product-category .product-category__container .woocommerce-loop-category__title .count {
          display: none;
          background: none;
          color: rgba(var(--wp--preset--color--white), 0.8);
          font-size: 1rem;
          position: relative;
          padding-top: 0.5rem;
        }

.product-category .product-category__container .woocommerce-loop-category__title .count:before {
            content: "";
            width: 30%;
            position: absolute;
            top: 0;
            left: 35%;
            border-top: 2px solid var(--wp--preset--color--white);
          }

.product-category .product-category__container .product-category__content {
      text-align: center;
      color: var(--wp--preset--color--white);
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex-grow: 1;
    }

.product-category .product-category__container .product-category__content h5 {
        color: var(--wp--preset--color--white);
      }

.product-category .product-category__container .product-category__content ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: .5rem;
        width: 100%;
      }

.product-category .product-category__container .product-category__content ul a {
          display: block;
          background-color: var(--wp--preset--color--primary);
          text-transform: uppercase;
          font-weight: 700;
          padding: .5rem 1rem;
          border-radius: 30px;
        }

.product-category .product-category__container .product-category__content ul a:hover {
            text-decoration: none;
            background-color: darken(var(--wp--preset--color--primary), 10%);
          }

.product-category .product-category__container img {
      transition: transform 0.25s;
      width: 100%;
    }

.product-category .product-category__container:hover img {
        transform: scale(1.2);
      }

.vc_column_container > div {
    height: 100%;
  }

.blog__header {
    background-color: var(--wp--preset--color--primary);
    text-align: center;
    padding: 1rem;
  }

@media (min-width: 768px) {

.blog__header {
      padding: 4rem 1rem
  }
    }

.blog__header{
    color: var(--wp--preset--color--white);
}

.blog__header h1 {
      color: var(--wp--preset--color--white);
    }

.blog__header .lead {
      margin-bottom: 0;
    }

.blog__header__filters strong {
        display: block;
        text-align: left;
        margin-bottom: 0.5rem;
        margin-top: 2rem;
      }

.blog__header__categories {
      overflow-y: auto;
      margin-bottom: 3rem;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      @include breakpoint(small only) {
        width: 100vw;
        margin-left: -2.0416666667rem;
        padding:0 2.0416666667rem;
      }
    }

.blog__header__categories__item {
        flex-shrink: 0;
      }

.blog__header__categories__item__link {
          display: block;
          color: var(--wp--preset--color--black);
          border: 2px solid var(--wp--preset--color--black);
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          padding-top: 0.25rem;
          padding-bottom: 0.25rem;
          font-size: var(--wp--preset--font-size--small);
          text-transform: uppercase;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
          border-radius: 5rem;
          font-weight: 700;
        }

.blog__header__categories__item__link:hover,
          .blog__header__categories__item__link--active {
            background-color: var(--wp--preset--color--secondary);
            border-color: var(--wp--preset--color--black);
          }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	font-weight: 700;
	font-size: auto;
}

h1, .h1 {
	font-size: var(--wp--preset--font-size--3-x-large);
}

h2, .h2 {
	font-size: var(--wp--preset--font-size--2-x-large);
}

h3, .h3 {
	font-size: var(--wp--preset--font-size--x-large);
}

.off-canvas-wrapper .uagb-container-inner-blocks-wrap{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px) {

.off-canvas-wrapper .uagb-container-inner-blocks-wrap {
			--inner-content-custom-width: min( 100%, 640px) !important
	}
		}

@media (min-width: 768px) {

.off-canvas-wrapper .uagb-container-inner-blocks-wrap {
			--inner-content-custom-width: min( 100%, 768px) !important
	}
		}

@media (min-width: 1024px) {

.off-canvas-wrapper .uagb-container-inner-blocks-wrap {
			--inner-content-custom-width: min( 100%, 1024px) !important
	}
		}

@media (min-width: 1280px) {

.off-canvas-wrapper .uagb-container-inner-blocks-wrap {
			--inner-content-custom-width: min( 100%, 1280px) !important
	}
		}

.grid-container {
	max-width: calc(1280px - 4rem);
}

.wp-block-image.w-full img {
		width: 100% !important;
	}

.uagb-button__wrapper .wp-block-button__link {
		border-radius: 9999px;
	}

.uagb-tabs__body-wrap {
	border-width: 0 !important;
	padding: 0 !important;
	border-radius: 8px !important;
	overflow: hidden;
}

.uagb-tabs__wrap .uagb-tabs__body-container {
	padding: 0 !important;
}

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

.menu--pill > a {
		font-weight: 700 !important;
		color: var(--wp--preset--color--primary) !important;
		display: inline-flex;
		align-items: center;
		gap: .5rem;
	}

.menu--pill > a:before {
			content:"";
			width: 1.5rem;
			height: 1.5rem;
			background: url('../images/av--blue.svg') no-repeat left center/contain;

		}

.show-for-woocommerce {
	display: none;
}

.woocommerce .show-for-woocommerce {
		display: block;
	}

.woocommerce .hide-for-woocommerce {
		display: none;
	}

.gform-theme {
	/*--gf-color-primary: var(--wp--preset--color--primary) !important;*/
	--gf-field-pg-prog-bar-bg-color-blue: var(--wp--preset--color--primary) !important;
	--gform-theme-local-border-color: #EFF0F6;
}

.gform-theme .button {
		border-radius: 50px !important;
		font-weight: 700 !important;
		padding: 1.25rem 2.5rem !important;
		font-size: 1.2rem !important;
	}

.gform-theme .button:hover {
			background-color: var(--wp--preset--color--primary-dark) !important;
			color:  var(--wp--preset--color--white) !important;
		}

.gform-theme .ginput_container_text input,
	.gform-theme .ginput_container_email input,
	.gform-theme .ginput_container_phone input,
	.gform-theme .ginput_container_fileupload input,
	.gform-theme .gfield_select,
	.gform-theme input.gform-datepicker {
		border-color: #eff0f6 !important;
		border-radius: 8px !important;
		min-height: 50px !important;
		padding-top: 5px !important;
		width: 100%;
	}

.gform-theme .ginput_container .ts-control {
		border-color: #eff0f6 !important;
		border-radius: 8px !important;
		min-height: 50px !important;
		padding-top: 5px !important;
		width: 100%;
	}

.gform-theme .ginput_container .gfield_select.ts-wrapper {
		padding-top: 0 !important;
	}

.gform-theme .ginput_container_textarea textarea {
		border-color: #eff0f6 !important;
		border-radius: 8px !important;
		height: 100px !important;
		padding-top: 5px !important;
		width: 100%;
	}

.gform-theme .gform-theme-button--secondary {
		border-color:  var(--wp--preset--color--primary) !important;
		color:  var(--wp--preset--color--primary) !important;
	}

.gform-theme .gform_page_footer {
		justify-content: space-between;
		position: relative;
	}

.gform-theme .gform_next_button {
		order: 9999;
	}

.gform-theme .form-items-grid .gfield_radio,
		.gform-theme .form-items-grid .gfield_checkbox{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gform-theme .form-items-grid .gfield_radio .gchoice, .gform-theme .form-items-grid .gfield_checkbox .gchoice{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
				border: 2px solid transparent;
}

.gform-theme .form-items-grid .gfield_radio .gchoice:has(input:checked), .gform-theme .form-items-grid .gfield_checkbox .gchoice:has(input:checked) {
					border-color: var(--wp--preset--color--primary);
				}

.gform-theme .form-items-grid--icons .gchoice {
			position: relative;
			padding-left: 72px !important;
			height: 84px;
		}

.gform-theme .form-items-grid--icons .gchoice .gfield-choice-input {
				display: none;
			}

.gform-theme .form-items-grid--icons .gchoice .gform-field-label {
				display: flex;
				align-items: center;
				font-weight: 700;
			}

.gform-theme .form-items-grid--icons .gchoice .gform-field-label:before {
				position: absolute;
				top: 24px;
				left: 24px;
				content: "";
				background: url('../images/gravity-option-1.png') no-repeat center/contain;
				width: 32px;
				height: 32px;
				display: inline-block;
			}

.gform-theme .form-items-grid--icons .gchoice .gform-field-label:after {
				position: absolute;
				top: 12px;
				left: 12px;
				content: "";
				background-color: #00B1FF;
				opacity: .15;
				width: 60px;
				height: 60px;
				display: inline-block;
				border-radius: 50%;
			}

.gform-theme .form-items-grid--icons .gchoice:nth-child(2) .gform-field-label:before {
					background-image: url('../images/gravity-option-2.png');
				}

.gform-theme .form-items-grid--icons .gchoice:nth-child(3) .gform-field-label:before {
					background-image: url('../images/gravity-option-3.png');
				}

.gform-theme .form-items-grid--icons .gchoice:nth-child(4) .gform-field-label:before {
					background-image: url('../images/gravity-option-4.png');
				}

.gform-theme .ui-datepicker-inline {
		margin-bottom: 0 !important;
	}

.multistep-form {
	min-height: 428px;

}

.multistep-form .gform_confirmation_message {
		background: url('../images/gform-confirmation.svg') no-repeat center top;
		padding-top: 160px;
	}

.gform-inline {
	--gf-form-gap-y: 8px !important;
}

.gform-inline .gfield_radio,
	.gform-inline .gfield_checkbox {
		flex-direction: row !important;
		gap: 1rem !important;
	}

.gform-inline .gfield_radio .gchoice, .gform-inline .gfield_checkbox .gchoice{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
			border: 2px solid transparent;
			color: #000 !important;
}

.gform-inline .gfield_radio .gchoice input, .gform-inline .gfield_checkbox .gchoice input {
				color: #000 !important;
			}

.gform-inline .gfield_radio .gchoice:has(input:checked), .gform-inline .gfield_checkbox .gchoice:has(input:checked) {
				color: var(--wp--preset--color--primary) !important;
			}

.gform-columns {
	--gf-form-gap-x: 48px !important;
}

#field_1_16 #gf_gfb_appointment_calendar_1 #gfb_location_1 {
	display: none;
}

#gform_fields_4 #field_4_23{
  grid-row: span 3 / span 3;
}

.ui-datepicker-inline {
	width: 100% !important;
}

.gform_required_legend {
	display: none;
}

@media (min-width: 768px) {

#field_4_24 {
	position: absolute;
	right: 0;  
	bottom: 0;
	min-width: 290px
}
	}

#field_4_25 {
	grid-row-end: span 2;
}

:root {
	--header-brand: url("../images/avisual-shop.svg");
	--yith-wcan-filters_colors_background: transparent !important;
	--yith-wcan-filters_colors_accent: var(--wp--preset--color--primary);
	--yith-wcan-anchors_style_text_active: var(--wp--preset--color--primary);
	--yith-wcan-anchors_style_text_hover: var(--wp--preset--color--primary);
	--yith-wcan-filters_colors_accent_r: 0;
	--yith-wcan-filters_colors_accent_g: 176;
	--yith-wcan-filters_colors_accent_b: 255;
}

.filter-title {
	background-color: #fff;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .filter-title {
		font-size: .85rem;
		font-weight: 700 !important;
		color: var(--wp--preset--color--primary);
	}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter {
		min-width: auto !important;
		margin-bottom: 0 !important;
	}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable {
			padding: 8px 36px 8px 16px !important;
			margin-right: 6px !important;
		}

.yith-wcan-filters.horizontal:not(.filters-modal) .btn.btn-primary {
		background-color: var(--wp--preset--color--primary);
		color: #fff;
		padding: 8px 24px;
		border-radius: 4px;
		font-weight: 700;
	}

@media (min-width: 768px){

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

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

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

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

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

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

@media (min-width: 1024px){

  .lg\:order-none{
    order: 0;
  }

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

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

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

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

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

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

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

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

@media (min-width: 1280px){

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

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