/**
Use a better box model (opinionated).
*/
  .tw *,
.tw ::before,
.tw ::after {
    box-sizing: border-box;
  }
  /**
Use a more readable tab size (opinionated).
*/
  .tw html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  }
  /**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
  .tw html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  /**
Remove the margin in all browsers.
*/
  .tw body {
    margin: 0;
  }
  /**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
  .tw body {
    font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
  }
  /**
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)
*/
  .tw hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
  }
  /**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
  .tw abbr[title] {
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }
  /**
Add the correct font weight in Edge and Safari.
*/
  .tw b,
.tw strong {
    font-weight: bolder;
  }
  /**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
  .tw code,
.tw kbd,
.tw samp,
.tw pre {
    font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  /**
Add the correct font size in all browsers.
*/
  .tw small {
    font-size: 80%;
  }
  /**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
  .tw sub,
.tw sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  /*
Text-level semantics
====================
*/
  .tw sub {
    bottom: -0.25em;
  }
  /*
Grouping content
================
*/
  .tw 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)
*/
  .tw table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
  }
  /**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
  .tw button,
.tw input,
.tw optgroup,
.tw select,
.tw textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  /**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
  .tw button,
.tw select { /* 1 */
    text-transform: none;
  }
  /**
Correct the inability to style clickable types in iOS and Safari.
*/
  .tw button,
.tw [type='button'],
.tw [type='reset'],
.tw [type='submit'] {
    -webkit-appearance: button;
  }
  /**
Remove the inner border and padding in Firefox.
*/
  .tw ::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
  .tw legend {
    padding: 0;
  }
  /**
Add the correct vertical alignment in Chrome and Firefox.
*/
  .tw progress {
    vertical-align: baseline;
  }
  /**
Correct the cursor style of increment and decrement buttons in Safari.
*/
  .tw ::-webkit-inner-spin-button,
.tw ::-webkit-outer-spin-button {
    height: auto;
  }
  /**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
  .tw [type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  /**
Remove the inner padding in Chrome and Safari on macOS.
*/
  .tw ::-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.
*/
  .tw ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  /*
Add the correct display in Chrome and Safari.
*/
  .tw summary {
    display: list-item;
  }
  /**
 * Removes the default spacing and border for appropriate elements.
 */
  .tw blockquote,
.tw dl,
.tw dd,
.tw h1,
.tw h2,
.tw h3,
.tw h4,
.tw h5,
.tw h6,
.tw hr,
.tw figure,
.tw p,
.tw pre {
    margin: 0;
  }
  /**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
  .tw button {
    background-color: transparent;
    background-image: none;
  }
  /*
Interactive
===========
*/
  .tw fieldset {
    margin: 0;
    padding: 0;
  }
  /**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
  .tw ol,
.tw ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
  .tw html {
    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"; /* 1 */
    line-height: 1.5; /* 2 */
  }
  /**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
  .tw body {
    font-family: inherit;
    line-height: inherit;
  }
  /**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
  .tw *,
.tw ::before,
.tw ::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: currentColor; /* 2 */
  }
  /*
 * Ensure horizontal rules are visible by default
 */
  .tw hr {
    border-top-width: 1px;
  }
  /**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
  .tw img {
    border-style: solid;
  }
  /**
 * Tailwind custom reset styles
 */
  .tw textarea {
    resize: vertical;
  }
  /**
Restore the focus styles unset by the previous rule.
*/
  .tw input::-moz-placeholder, .tw textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
  }
  .tw input::placeholder,
.tw textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
  }
  /*
Forms
=====
*/
  .tw button,
.tw [role="button"] {
    cursor: pointer;
  }
  /**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
  .tw table {
    border-collapse: collapse;
  }
  /*
Tabular data
============
*/
  .tw h1,
.tw h2,
.tw h3,
.tw h4,
.tw h5,
.tw h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  /**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
  .tw a {
    color: inherit;
    text-decoration: inherit;
  }
  /**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
  .tw button,
.tw input,
.tw optgroup,
.tw select,
.tw textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
  }
  /**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
  .tw pre,
.tw code,
.tw kbd,
.tw samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  /**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
  .tw img,
.tw svg,
.tw video,
.tw canvas,
.tw audio,
.tw iframe,
.tw embed,
.tw 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
 */
  .tw img,
.tw video {
    max-width: 100%;
    height: auto;
  }
  /**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
  .tw [hidden] {
    display: none;
  }
  /*
Sections
========
*/
  .tw *, .tw ::before, .tw ::after {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }
  /*
Document
========
*/
  .tw .container {
    width: 100%;
  }
  /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
  .tw .aspect-w-1,
.tw .aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }
  /*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
  .tw .aspect-w-1 > *,
.tw .aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .tw .aspect-w-1 {
    --tw-aspect-w: 1;
  }
  .tw .aspect-w-16 {
    --tw-aspect-w: 16;
  }
  .tw .aspect-h-1 {
    --tw-aspect-h: 1;
  }
  .tw .aspect-h-9 {
    --tw-aspect-h: 9;
  }
  .tw .product-category-mosaic-top {
    height: 825px;
  }
  @media (max-width: 992px) {
  .tw .product-category-mosaic-top {
      height: 1200px
  }
    }
  .tw .product-category-mosaic-bottom .card {
      height: 261px;
    }
  @media (max-width: 992px) {
      .tw .product-category-mosaic-bottom .card {
        height: 183px;
      }
    }

.tw .pointer-events-none {
  pointer-events: none;
}

.tw .visible {
  visibility: visible;
}

.tw .invisible {
  visibility: hidden;
}

.tw .static {
  position: static;
}

.tw .fixed {
  position: fixed;
}

.tw .absolute {
  position: absolute;
}

.tw .relative {
  position: relative;
}

.tw .sticky {
  position: sticky;
}

.tw .inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.tw .right-0 {
  right: 0px;
}

.tw .bottom-0 {
  bottom: 0px;
}

.tw .left-0 {
  left: 0px;
}

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

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

.tw .focus\:z-10:focus {
  z-index: 10;
}

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

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

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

.tw .row-span-1 {
  grid-row: span 1 / span 1;
}

.tw .row-span-2 {
  grid-row: span 2 / span 2;
}

.tw .row-start-1 {
  grid-row-start: 1;
}

.tw .row-start-2 {
  grid-row-start: 2;
}

.tw .row-start-3 {
  grid-row-start: 3;
}

.tw .mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

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

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

.tw .mt-0 {
  margin-top: 0px;
}

.tw .mt-1 {
  margin-top: 0.25rem;
}

.tw .mt-2 {
  margin-top: 0.5rem;
}

.tw .mt-3 {
  margin-top: 0.75rem;
}

.tw .mt-4 {
  margin-top: 1rem;
}

.tw .mt-5 {
  margin-top: 1.25rem;
}

.tw .mt-7 {
  margin-top: 1.75rem;
}

.tw .mt-16 {
  margin-top: 4rem;
}

.tw .mt-20 {
  margin-top: 5rem;
}

.tw .mt-0\.5 {
  margin-top: 0.125rem;
}

.tw .mt-2\.5 {
  margin-top: 0.625rem;
}

.tw .mt-3\.5 {
  margin-top: 0.875rem;
}

.tw .mr-4 {
  margin-right: 1rem;
}

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

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

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

.tw .-ml-px {
  margin-left: -1px;
}

.tw .block {
  display: block;
}

.tw .inline-block {
  display: inline-block;
}

.tw .inline {
  display: inline;
}

.tw .flex {
  display: flex;
}

.tw .inline-flex {
  display: inline-flex;
}

.tw .table {
  display: table;
}

.tw .grid {
  display: grid;
}

.tw .contents {
  display: contents;
}

.tw .hidden {
  display: none;
}

.tw .h-3 {
  height: 0.75rem;
}

.tw .h-5 {
  height: 1.25rem;
}

.tw .h-8 {
  height: 2rem;
}

.tw .h-15 {
  height: 3.75rem;
}

.tw .h-550 {
  height: 550px;
}

.tw .h-full {
  height: 100%;
}

.tw .w-3 {
  width: 0.75rem;
}

.tw .w-5 {
  width: 1.25rem;
}

.tw .w-8 {
  width: 2rem;
}

.tw .w-9 {
  width: 2.25rem;
}

.tw .w-12 {
  width: 3rem;
}

.tw .w-1\/3 {
  width: 33.333333%;
}

.tw .w-full {
  width: 100%;
}

.tw .max-w-500 {
  max-width: 500px;
}

.tw .max-w-xl {
  max-width: 36rem;
}

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

.tw .flex-shrink-0 {
  flex-shrink: 0;
}

.tw .flex-shrink {
  flex-shrink: 1;
}

.tw .transform {
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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));
}

.tw .translate-x-1\/4 {
  --tw-translate-x: 25%;
}

.tw .group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.tw .cursor-default {
  cursor: default;
}

.tw .resize {
  resize: both;
}

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

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

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

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

.tw .items-end {
  align-items: flex-end;
}

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

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

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

.tw .justify-evenly {
  justify-content: space-evenly;
}

.tw .gap-5 {
  gap: 1.25rem;
}

.tw .gap-10 {
  gap: 2.5rem;
}

.tw .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw .space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.tw .divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.tw .overflow-hidden {
  overflow: hidden;
}

.tw .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tw .break-all {
  word-break: break-all;
}

.tw .rounded {
  border-radius: 0.25rem;
}

.tw .rounded-md {
  border-radius: 0.375rem;
}

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

.tw .rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.tw .rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

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

.tw .border {
  border-width: 1px;
}

.tw .border-t-8 {
  border-top-width: 8px;
}

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

.tw .border-l {
  border-left-width: 1px;
}

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

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

.tw .focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

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

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

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

.tw .bg-new-red {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 0, 0, var(--tw-bg-opacity));
}

.tw .bg-new-green {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 178, 62, var(--tw-bg-opacity));
}

.tw .bg-tomato {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 82, 77, var(--tw-bg-opacity));
}

.tw .bg-white-smoke {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}

.tw .bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

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

.tw .p-5 {
  padding: 1.25rem;
}

.tw .p-6 {
  padding: 1.5rem;
}

.tw .p-7 {
  padding: 1.75rem;
}

.tw .p-12 {
  padding: 3rem;
}

.tw .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

.tw .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.tw .px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.tw .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

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

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

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

.tw .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.tw .pt-8 {
  padding-top: 2rem;
}

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

.tw .pb-12 {
  padding-bottom: 3rem;
}

.tw .text-left {
  text-align: left;
}

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

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

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

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

.tw .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

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

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

.tw .text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.tw .text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.tw .text-xxs {
  font-size: 0.625rem;
  line-height: 0.75rem;
}

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

.tw .font-medium {
  font-weight: 500;
}

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

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

.tw .font-black {
  font-weight: 900;
}

.tw .uppercase {
  text-transform: uppercase;
}

.tw .lowercase {
  text-transform: lowercase;
}

.tw .capitalize {
  text-transform: capitalize;
}

.tw .ordinal {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.tw .ordinal {
  --tw-ordinal: ordinal;
}

.tw .leading-5 {
  line-height: 1.25rem;
}

.tw .leading-none {
  line-height: 1;
}

.tw .leading-tight {
  line-height: 1.25;
}

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

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

.tw .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.tw .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.tw .hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.tw .hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.tw .opacity-25 {
  opacity: 0.25;
}

.tw .opacity-75 {
  opacity: 0.75;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.tw .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.tw .ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw .ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.tw .filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  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);
}

.tw .invert {
  --tw-invert: invert(100%);
}

.tw .sepia {
  --tw-sepia: sepia(100%);
}

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

.tw .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw .duration-150 {
  transition-duration: 150ms;
}

.tw .duration-300 {
  transition-duration: 300ms;
}

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

.tw .line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.expired .counter-box,
.expired .truck {
  display: none;
}

.menu-wrapper .menu-main-navigation-1 > li.menu-item {
        padding-bottom: 1rem;
      }

.menu-wrapper .menu-main-navigation-1 > li.menu-item.active > a:after {
            position: absolute;
            content: '';
            height: 20px;
            width: 20px;
            background-size: 20px 20px;
            background-image: url(/wp-content/themes/shopkeeper-child/assets/icons/caret-up-solid-red.svg);
            left: 50%;
            bottom: -23px;
          }

.menu-wrapper .menu-main-navigation-1 .mega-menu > ul > li {
        padding-right: 55px;
      }

.menu-wrapper .menu-main-navigation-1 .mega-menu ul ul {
        min-width: 170px;
      }

#site-top-bar .site-top-message strong {
      font-weight: normal;
    }

.gecko-blog-widget .widget {
    margin-bottom: 3rem;
  }

.gecko-blog-widget .widget:last-child {
      border-bottom: 1px solid #e1e3e7;
    }

#product-category-slider .swiper-button-prev, #product-category-slider .swiper-button-next {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

#product-category-slider .swiper-pagination-bullet {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
  .tw .xl\:hidden {
    display: none;
  }
}

@media (max-width: 992px) {
  .tw .lg\:col-span-full {
    grid-column: 1 / -1;
  }

  .tw .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .tw .lg\:row-start-auto {
    grid-row-start: auto;
  }

  .tw .lg\:block {
    display: block;
  }

  .tw .lg\:h-24 {
    height: 6rem;
  }

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

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

  .tw .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

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

  .tw .lg\:flex-col {
    flex-direction: column;
  }

  .tw .lg\:items-baseline {
    align-items: baseline;
  }

  .tw .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tw .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

  .tw .lg\:text-xxs {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
}

@media (max-width: 768px) {
  .tw .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 640px) {
  .tw .sm\:mt-1 {
    margin-top: 0.25rem;
  }

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

  .tw .sm\:flex {
    display: flex;
  }

  .tw .sm\:hidden {
    display: none;
  }

  .tw .sm\:h-96 {
    height: 24rem;
  }

  .tw .sm\:flex-1 {
    flex: 1 1 0%;
  }

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

  .tw .sm\:items-center {
    align-items: center;
  }

  .tw .sm\:justify-between {
    justify-content: space-between;
  }

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