/*
! tailwindcss v3.0.24 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after{
    --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-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:  ;
}

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

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

.absolute{
    position: absolute;
}

.relative{
    position: relative;
}

.top-full{
    top: 100%;
}

.left-0{
    left: 0px;
}

.top-0{
    top: 0px;
}

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

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

.top-3{
    top: 0.75rem;
}

.left-2{
    left: 0.5rem;
}

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

.clear-both{
    clear: both;
}

.m-0{
    margin: 0px;
}

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

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

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

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

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

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

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

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

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

.block{
    display: block;
}

.flex{
    display: flex;
}

.table{
    display: table;
}

.grid{
    display: grid;
}

.hidden{
    display: none;
}

.h-full{
    height: 100%;
}

.h-6{
    height: 1.5rem;
}

.h-4{
    height: 1rem;
}

.h-8{
    height: 2rem;
}

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

.w-full{
    width: 100%;
}

.w-6{
    width: 1.5rem;
}

.w-4{
    width: 1rem;
}

.w-8{
    width: 2rem;
}

.max-w-4xl{
    max-width: 56rem;
}

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

.cursor-pointer{
    cursor: pointer;
}

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

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

.grid-cols-\[1fr_auto\]{
    grid-template-columns: 1fr auto;
}

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

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

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

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

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

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

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

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

.gap-4{
    gap: 1rem;
}

.gap-2{
    gap: 0.5rem;
}

.gap-8{
    gap: 2rem;
}

.overflow-hidden{
    overflow: hidden;
}

.rounded-none{
    border-radius: 0px;
}

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

.rounded{
    border-radius: 0.25rem;
}

.border-2{
    border-width: 2px;
}

.border-0{
    border-width: 0px;
}

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

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

.border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

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

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

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

.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

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

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

.fill-white{
    fill: #fff;
}

.p-4{
    padding: 1rem;
}

.p-2{
    padding: 0.5rem;
}

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

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

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

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

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

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

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

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

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

.pl-8{
    padding-left: 2rem;
}

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

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

.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}

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

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

.font-semibold{
    font-weight: 600;
}

.uppercase{
    text-transform: uppercase;
}

.italic{
    font-style: italic;
}

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

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

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

.text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

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

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

.placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
}

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

/* Icon */

.mobile__nav__icon {
    --mobile-icon-height: 4px;
    --mobile-icon-spacing: -10px;
    --mobile-icon-color: var(--wp--preset--color--black);
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background: none;
}

.mobile__nav__icon:focus {
    outline: none;
  }

.mobile__nav__icon span {
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
    width: 32px;
    right: 20px;
    height: var(--mobile-icon-height);
    background-color: var(--mobile-icon-color);
    transition: background 0s 0.3s;
    border-radius: 2px;
  }

.mobile__nav__icon span:before,
    .mobile__nav__icon span:after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: var(--mobile-icon-height);
      background-color: var(--mobile-icon-color);
      content: "";
      border-radius: 2px;
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s;
    }

.mobile__nav__icon span:before {
      top: var(--mobile-icon-spacing);
      transition-property: top, transform, background;
    }

.mobile__nav__icon span:after {
      bottom: var(--mobile-icon-spacing);
      transition-property: bottom, transform, background;
    }

.mobile__nav__icon.is-active span {
      background: none !important;
    }

.mobile__nav__icon.is-active span:before,
      .mobile__nav__icon.is-active span:after {
        transition-delay: 0s, 0.3s;
      }

.mobile__nav__icon.is-active span:before {
        top: 0;
        transform: rotate(45deg);
      }

.mobile__nav__icon.is-active span:after {
        bottom: 0;
        transform: rotate(-45deg);
      }

/* Menu */

.off-canvas{
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    height: 100vh;
    width: 100vw;
    flex-direction: column;
    background-color: var(--wp--preset--color--primary);
    z-index: 1000;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s;
    visibility: hidden;
}

.off-canvas__nav {
      text-align: center;
      text-transform: uppercase;
      font-family: var(--wp--preset--font-family--orbitron);
      font-weight: 700;
      display: grid;
      place-items: center;
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

.off-canvas__nav .menu > :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__nav .menu .icon{
    display: none;
}

.off-canvas__nav .sub-menu{
    display: none;
}

.off-canvas--open {
      visibility: visible;
      opacity: 1;
    }

.off-canvas .mobile__nav__icon span, .off-canvas .mobile__nav__icon span:before, .off-canvas .mobile__nav__icon span:after{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.fill-white {
  fill: #fff;
}

.button,
.wp-block-button__link,
.footer__widgets .menu__item:first-child a {
    --button-angle-size: 40px;
    --button-bg: var(--wp--preset--color--primary);
    background-color: var(--button-bg) !important;
    height: var(--button-angle-size);
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition: background-color .25s, border-color .25s;
}

.button:before,
    .button:after,
    .wp-block-button__link:before,
    .wp-block-button__link:after,
    .footer__widgets .menu__item:first-child a:before,
    .footer__widgets .menu__item:first-child a:after {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
    }

.button:after, .wp-block-button__link:after, .footer__widgets .menu__item:first-child a:after {
        left: 100%;
        border-bottom: var(--button-angle-size) solid var(--button-bg);
        border-right: var(--button-angle-size) solid transparent;
    }

.button:before, .wp-block-button__link:before, .footer__widgets .menu__item:first-child a:before {
        right: 100%;
        border-top: var(--button-angle-size) solid var(--button-bg);
        border-left: var(--button-angle-size) solid transparent;
    }

.button--angle-left-0:before, .wp-block-button__link--angle-left-0:before, .footer__widgets .menu__item:first-child a--angle-left-0:before {
            content: none;
        }

.button:hover, .wp-block-button__link:hover, .footer__widgets .menu__item:first-child a:hover {
        --button-bg: var(--wp--preset--color--primary-dark) !important;
    }

.footer__widgets .menu__item:first-child a:after {
        content: none;
    }

.wp-block-button__link {
    --button-angle-size: 50px;
    border-width: 0 !important;
}

.uagb-button__wrapper,
.uagb-forms-main-submit-button-wrap {
    padding-left: 50px;
}

.uagb-forms-main-submit-button {
    border-radius: 0 !important;
}

ul.products.columns-3, ul.products.columns-4{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 1024px){

    ul.products.columns-3, ul.products.columns-4{
        gap: 2rem;
    }

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

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

ul.products .product{
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media (min-width: 768px){

    ul.products .product{
        text-align: left;
    }
}

ul.products .woocommerce-loop-product__title,
    ul.products .woocommerce-loop-category__title {
        font-size: var(--wp--preset--font-size--medium);
        font-family: var(--wp--preset--font-family--roboto);
        line-height: 1.25;
    }

@media (min-width: 768px){

    ul.products .woocommerce-loop-product__category{
        grid-column: span 2 / span 2;
    }
}

ul.products .woocommerce-loop-product__link{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
}

@media (min-width: 768px){

    ul.products .woocommerce-loop-product__link{
        grid-template-columns: 1fr auto;
        -moz-column-gap: 2rem;
             column-gap: 2rem;
    }
}

ul.products .woocommerce-loop-product__link .woocommerce-loop-product__image{
    position: relative;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px){

    ul.products .woocommerce-loop-product__link .woocommerce-loop-product__image{
        grid-column: span 2 / span 2;
    }
}

ul.products .woocommerce-loop-product__link .woocommerce-loop-product__image__mask {
                background-color: rgba(227, 6, 19, .3);
                opacity: 0;
                transition: opacity .25s;
            }

ul.products .woocommerce-loop-product__link img{
    aspect-ratio: 1 / 1;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

ul.products .woocommerce-loop-product__link:hover .woocommerce-loop-product__image__mask {
                opacity: 1;
            }

ul.products .woocommerce-loop-product__link .woocommerce-loop-product__colors{
    position: absolute;
    bottom: 0.5rem;
    left: 0px;
    width: 100%;
}

@media (min-width: 768px){

    ul.products .woocommerce-loop-product__link .woocommerce-loop-product__colors{
        bottom: 1rem;
    }
}

ul.products .woocommerce-loop-product__link .woocommerce-loop-product__colors__item{
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 9999px;
}

@media (min-width: 768px){

    ul.products .woocommerce-loop-product__link .woocommerce-loop-product__colors__item{
        height: 1rem;
        width: 1rem;
    }
}

ul.products .woocommerce-loop-product__link .woocommerce-loop-product__colors__item--white{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

ul.products .product-category > a{
    position: relative;
    overflow: hidden;
    border-bottom-width: 8px;
    border-color: var(--wp--preset--color--primary);
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
            aspect-ratio: 1 / 1;
}

ul.products .product-category > a img {
                position: absolute;
                top: 0;
                left: 0;
                opacity: .6;
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                   object-fit: cover;
                transition-property: transform;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 150ms;
            }

ul.products .product-category > a .woocommerce-loop-category__title{
    position: relative;
    z-index: 10;
    text-align: left;
    text-transform: uppercase;
                font-size: var(--wp--preset--font-size--large);
}

ul.products .product-category > a .woocommerce-loop-category__title .count{
    display: none;
}

ul.products .product-category > a .woocommerce-loop-category__count{
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    font-style: italic;
}

ul.products .product-category > a .woocommerce-loop-category__count:after {
                    display: block;
                    content: "";
                    background: url('../svg/arrow-right--large.svg') no-repeat center/contain;
                    width: 100px;
                    height: 10px;
                    transition: transform .25s;
                }

ul.products .product-category > a:hover img {
                    transform: scale(1.2);
                }

ul.products .product-category > a:hover .woocommerce-loop-category__count:after {
                    transform: translateX(1rem);
                }

.woocommerce-pagination{
    padding-top: 2rem;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers{
    display: inline-flex;
}

.woocommerce-pagination ul.page-numbers > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    --tw-divide-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}

.woocommerce-pagination ul.page-numbers{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.woocommerce-pagination ul.page-numbers .page-numbers{
    display: block;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    padding: 1rem;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers .page-numbers.current{
    color: var(--wp--preset--color--primary);
}

.woocommerce-products-filters{
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 1024px){

    .woocommerce-products-filters{
        flex-direction: row;
    }
}

.woocommerce-products-filters .woocommerce-result-count{
    order: 9999;
}

@media (min-width: 1024px){

    .woocommerce-products-filters .woocommerce-result-count{
        flex-grow: 1;
    }
}

.woocommerce-products-filters .woocommerce-ordering{
    width: 100%;
}

@media (min-width: 1024px){

    .woocommerce-products-filters .woocommerce-ordering{
        width: auto;
    }
}

.woocommerce-products-filters select{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-right: 3rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}

.woocommerce-products-filters select:focus{
    border-color: var(--wp--preset--color--primary);
}

@media (min-width: 1024px){

    .woocommerce-products-filters select{
        width: auto;
    }
}

.woocommerce-products-filters select {
        background: url('../svg/chevron-down.svg') no-repeat center right 1rem;
    }

.woocommerce-result-count{
    text-align: center;
}

@media (min-width: 1024px){

    .woocommerce-result-count{
        text-align: right;
    }
}

select{
    width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
}

.vocaracing{
    display: block;
    width: 170px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}

@media (min-width: 1280px){

    .vocaracing{
        width: 267px;
    }
}

.vocaracing {
	background: url('../svg/vocaracing.svg') no-repeat center/contain;
	aspect-ratio: 20 / 3;
	text-indent: -9999px;
}

.vocaracing--white {
		background-image: url('../svg/vocaracing--white.svg');
	}

.vocaracing--white--full {
		background-image: url('../svg/vocaracing--white--full.svg');
	}

.header{
    position: relative;
	z-index: 1000;
}

.header__main__search {
			transform: translateY(-100%);
			opacity: 0;
			transition: opacity .25s;
		}

.header__main__search--active {
				transform: translateY(0);
				opacity: 1;
			}

.header__nav .menu{
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}

.header__nav .menu__item{
    position: relative;
}

.header__nav .menu__item:after {
					content:'';
					width: 0;
					position: absolute;
					bottom: 0;
					left: 0;
					height: 3px;
					background-color: var(--wp--preset--color--primary);
					transition: width .25s;
				}

.header__nav .menu__item--active {
					
					
				}

.header__nav .menu__item a{
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
}

.header__nav .menu__item:hover:after {
						width: 100%;
					}

.header__nav .menu__item:hover > .sub-menu{
    display: flex;
}

.header__nav .menu__item:hover > .sub-menu .menu-item-has-children a {
								justify-content: space-between;
							}

.header__nav .menu__item:hover > .sub-menu .menu-item-has-children svg {
								transform: rotate(-90deg);
							}

.header__nav .menu .sub-menu{
    position: absolute;
    top: 100%;
    left: 0px;
    display: none;
    flex-direction: column;
}

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

.header__nav .menu .sub-menu{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
				min-width: 300px;
}

.header__nav .menu .sub-menu .sub-menu{
    top: 0px;
    left: 100%;
}

.header .menu{
    display: flex;
    gap: 1rem;
}

.header--transparent {
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		background-image: linear-gradient(#000, rgba(0,0,0,0));
	}

.header--transparent .header__brand {
			background-image: url('../svg/vocaracing--white.svg');
		}

.header--transparent svg {
			fill: #fff;
		}

.header--transparent .mobile__nav__icon {
			--mobile-icon-color: var(--wp--preset--color--white);
		}

.header--transparent .header__main__search {
			background-color: #000 !important;
		}

.header--transparent .header__main__search input {
				background-color: #000 !important;
			}

.admin-bar .header--transparent {
	top: 32px;
}

.search-form .search-field {
		font-family: var(--wp--preset--font-family--orbitron);
		font-weight: 700;
		border-bottom-width: 4px;
		font-size: 1.5rem;
		line-height: 2rem;
	}

@media (min-width: 1024px){

    .search-form .search-field{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.search-form .search-field {
		border-color: transparent;
	}

.search-form .search-field:focus {
			outline: none;
			border-color: var(--wp--preset--color--primary);
		}

.page-header {
	position: relative;
	overflow: hidden;
}

.page-header:before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0, .5));
	}

@media screen and (min-width: 768px) {

.page-header:after {
			content: '';
			aspect-ratio: 35 / 30;
			height: 100%;
			position: absolute;
			right: 0;
			top: 0;
			background: url('../svg/voca-overlay.svg') no-repeat center/cover
	}
		}

.page-header .container {
		position: relative;
		z-index: 10;
	}

.page-header__title {
		--button-angle-size : 68px;
	}

@media screen and (min-width: 768px) {

.page-header__title {
			--button-angle-size : 112px
	}
		}

.page-header__title{
		font-weight: 700;
        font-family: var(--wp--preset--font-family--orbitron);
		display: inline-block;
		position: relative;
}

.page-header__title:before,
		.page-header__title:after {
			content: '';
			position: absolute;
			top: 0;
		}

.page-header__title:before {
			width: 200%;
			right: 100%;
			top: 0;
			height: 100%;
			background-color: var(--wp--preset--color--primary);
		}

.page-header__title:after {
			left: 100%;
			height: 0;
			width: 0;
			border-top: var(--button-angle-size) solid var(--wp--preset--color--primary);
			border-right: var(--button-angle-size) solid transparent;
		}

.page-header .woocommerce-breadcrumb{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}

.page-header .woocommerce-breadcrumb__separator{
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    opacity: 0.7;
}

.page-header .woocommerce-breadcrumb a:hover{
    color: var(--wp--preset--color--primary);
}

.footer__widgets {
        display: flex;
        gap: 1rem;
    }

.footer__widgets__col {
            flex-grow: 1;
            flex-shrink: 0;
            flex-basis: 0;
        }

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

.footer__widgets__col .menu{
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}

.footer__widgets__col .menu__item{
    display: flex;
    justify-content: flex-end;
}

.footer__widgets__col .menu__item a{
    padding-right: 1rem;
}

.footer__credits__nav ul > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    --tw-divide-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}

.footer__credits__nav ul li{
    padding-left: 0.5rem;
}

.footer__credits__nav ul li:first-child{
    padding-left: 0px;
}

.footer__credits__nav ul li a:hover{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}

.single-post__content p, .single-post__content h2, .single-post__content h3, .single-post__content h4{
    margin-bottom: 1rem;
}

.single-post__content ol, .single-post__content ul{
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.single-post__content ol{
    list-style-type: decimal;
}

.single-post__content ul{
    list-style-type: disc;
}

.single-post__content a {
            color: var(--wp--preset--color--primary);
        }

.single-post__content a:hover {
                text-decoration: underline;
            }

.single-product .site-main > .product{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
}

@media (min-width: 768px){

    .single-product .site-main > .product{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px){

    .single-product .site-main > .product{
        gap: 4rem;
    }
}

.single-product .summary > :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));
}

.single-product .summary .price{
    font-size: 1.5rem;
    line-height: 2rem;
}

@media (min-width: 1024px){

    .single-product .summary .price{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.single-product .summary__dealers{
    display: flex;
}

@media (min-width: 768px){

    .single-product .woocommerce-product-gallery{
        grid-row: span 2 / span 2;
    }

    .single-product .related{
        grid-column: span 2 / span 2;
    }
}

.single-product .product_title {
        font-family: var(--wp--preset--font-family--roboto);
    }

.single-product .product_meta > :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));
}

.single-product .product_meta span{
    display: block;
}

.single-product .product_meta a{
    display: inline-block;
    border-width: 2px;
    border-color: var(--wp--preset--color--primary);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    color: var(--wp--preset--color--primary);
}

.single-product .product_meta a:hover{
    background-color: var(--wp--preset--color--primary);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-product .variations{
    display: none;
}

.single-product .woocommerce-variation{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.single-product__description p, .single-product__description ul, .single-product__description ol{
    margin-bottom: 1rem;
}

.single-product__description ul, .single-product__description ol{
    margin-left: 1rem;
}

.single-product__description ul{
    list-style-type: disc;
}

.single-product__description ol{
    list-style-type: decimal;
}

.woocommerce-product-gallery .flex-viewport{
    margin-bottom: 1rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.woocommerce-product-gallery .flex-control-nav{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.woocommerce-product-gallery .flex-control-nav li{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
            flex-shrink: 0;
}

.woocommerce-product-gallery .flex-control-nav li img{
    aspect-ratio: 1 / 1;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image > a, .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{
    display: block;
    aspect-ratio: 1 / 1;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.variable-product-picker--pa_color .variable-product-picker__item {
        border-radius: 50%;
        text-indent: -9999px;
        position: relative;
        height: 2rem;
        width: 2rem;
        --tw-bg-opacity: 1;
        background-color: rgb(209 213 219 / var(--tw-bg-opacity));
    }

.variable-product-picker--pa_color .variable-product-picker__item--active:after {
                content: "";
                top: calc( 100% + .25rem );
                position: absolute;
                left: 0.5rem;
                display: block;
                width: 1rem;
                border-bottom-width: 4px;
                --tw-border-opacity: 1;
                border-color: rgb(0 0 0 / var(--tw-border-opacity));
            }

.variable-product-picker--pa_color .variable-product-picker__item--white{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.variable-product-picker:not(.variable-product-picker--pa_color) .variable-product-picker__item{
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}

.variable-product-picker:not(.variable-product-picker--pa_color) .variable-product-picker__item:hover{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.variable-product-picker:not(.variable-product-picker--pa_color) .variable-product-picker__item--active{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text--with-decoration:after {
        content: "";
        width: 80px;
        margin-top: 0.5rem;
        display: block;
        border-bottom-width: 4px;
        border-color: var(--wp--preset--color--primary);
    }

.onsale,
.woocommerce-loop-product__newin {
    --button-angle-size: 40px;
    position: absolute;
    top: 1rem;
    left: -0.5rem;
    z-index: 1;
    background-color: var(--wp--preset--color--primary);
    padding: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.onsale:after, .woocommerce-loop-product__newin:after {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        left: 100%;
        border-bottom: var(--button-angle-size) solid var(--wp--preset--color--primary);
        border-right: var(--button-angle-size) solid transparent;
    }

@media (min-width: 640px) {
    .uagb-container-inner-blocks-wrap {
        max-width: 640px !important;
    }
}

@media (min-width: 768px) {
    .uagb-container-inner-blocks-wrap {
        max-width: 768px !important;
    }
}

@media (min-width: 1024px) {
    .uagb-container-inner-blocks-wrap {
        max-width: 1024px !important;
    }
}

@media (min-width: 1280px) {
    .uagb-container-inner-blocks-wrap {
        max-width: 1280px !important;
    }
}

@media (min-width: 1536px) {
    .uagb-container-inner-blocks-wrap {
        max-width: 1536px !important;
    }
}

.woocommerce.columns-4 {
        -moz-columns: inherit !important;
             columns: inherit !important;
    }

.content-area {
    background: url('../svg/bg_gray_light.svg') no-repeat center bottom/contain;
}

.content-area .site-main{
    width: 100%;
}

@media (min-width: 640px){

    .content-area .site-main{
        max-width: 640px;
    }
}

@media (min-width: 768px){

    .content-area .site-main{
        max-width: 768px;
    }
}

@media (min-width: 1024px){

    .content-area .site-main{
        max-width: 1024px;
    }
}

@media (min-width: 1280px){

    .content-area .site-main{
        max-width: 1280px;
    }
}

@media (min-width: 1536px){

    .content-area .site-main{
        max-width: 1536px;
    }
}

.content-area .site-main{
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.page-header .content-area .site-main {
		position: relative;
		z-index: 10;
	}

.post-type-archive-product > main .sidebar, .tax-product_cat > main .sidebar{
    display: none;
}

@media (min-width: 1024px){

    .post-type-archive-product > main .sidebar, .tax-product_cat > main .sidebar{
        display: block;
    }
}

.post-type-archive-product > main .sidebar, .tax-product_cat > main .sidebar {
            order: -1;
        }

.sidebar .widget > div{
    padding: 1rem;
}

.sidebar .wp-block-woocommerce-product-categories{
    margin-bottom: 0px;
}

.sidebar .wp-block-woocommerce-product-categories > .wc-block-product-categories-list-item a{
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.sidebar .wp-block-woocommerce-product-categories > .wc-block-product-categories-list > .wc-block-product-categories-list-item > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.sidebar .wp-block-woocommerce-product-categories > .wc-block-product-categories-list > .wc-block-product-categories-list-item > a:after {
                        content: '';
                        background: url('../svg/chevron-down.svg') no-repeat center/contain;
                        display: block;
                        height: 1rem;
                        width: 1rem;
                        --tw-rotate: -90deg;
                        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));
                    }

.sidebar .wp-block-woocommerce-product-categories > .wc-block-product-categories-list > .wc-block-product-categories-list-item.is-open > a:after{
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sidebar .wp-block-woocommerce-product-categories > .wc-block-product-categories-list > .wc-block-product-categories-list-item .wc-block-product-categories-list{
    display: none;
}

.sidebar .wp-block-woocommerce-product-categories > .wc-block-product-categories-list > .wc-block-product-categories-list-item .wc-block-product-categories-list > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.sidebar .wp-block-woocommerce-product-categories > .wc-block-product-categories-list > .wc-block-product-categories-list-item .wc-block-product-categories-list li a{
    display: block;
    padding: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/*

@import 'templet/variables';

@import 'templet/layout/header';
@import 'templet/layout/footer';
@import 'templet/layout/type';
@import 'templet/layout/page-header';
@import 'templet/layout/off-canvas';
@import 'templet/layout/single';

@import 'templet/module/loop';
@import 'templet/module/section';
@import 'templet/module/comments';
@import 'templet/module/share';
@import 'templet/module/widget';
@import 'templet/module/type';

@import 'templet/vendor/contact-form';
@import 'templet/vendor/woocommerce';
*/

.hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:block{
    display: block;
}

@media (prefers-color-scheme: dark){

    .dark\:bg-slate-900{
        --tw-bg-opacity: 1;
        background-color: rgb(15 23 42 / var(--tw-bg-opacity));
    }

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

    .dark\:hover\:bg-slate-600:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(71 85 105 / var(--tw-bg-opacity));
    }
}

@media (min-width: 768px){

    .md\:inline{
        display: inline;
    }

    .md\:hidden{
        display: none;
    }

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

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

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

@media (min-width: 1024px){

    .lg\:block{
        display: block;
    }

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

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

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

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

    .lg\:pl-0{
        padding-left: 0px;
    }

    .lg\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }
}

@media (min-width: 1280px){

    .xl\:block{
        display: block;
    }

    .xl\:flex{
        display: flex;
    }

    .xl\:hidden{
        display: none;
    }

    .xl\:grid-cols-\[1fr_200px_1fr\]{
        grid-template-columns: 1fr 200px 1fr;
    }
}