*,
:before,
:after {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:before,
:after {
    --tw-content: ""
}

html {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
    line-height: 1.5
}

body {
    line-height: inherit;
    margin: 0
}

hr {
    color: inherit;
    border-top-width: 1px;
    height: 0
}

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

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

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

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    background-color: #0000;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: baseline
}

:is() {
    height: auto
}

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

ol,
ul,
menu {
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,
[role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    vertical-align: middle;
    display: block
}

img,
video {
    max-width: 100%;
    height: auto
}

*,
:before,
:after,
::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-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: #3b82f680;
    --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 (width>=640px) {
    .container {
        max-width: 640px
    }
}

@media (width>=768px) {
    .container {
        max-width: 768px
    }
}

@media (width>=1024px) {
    .container {
        max-width: 1024px
    }
}

@media (width>=1280px) {
    .container {
        max-width: 1280px
    }
}

@media (width>=1536px) {
    .container {
        max-width: 1536px
    }
}

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

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

.ml-4 {
    margin-left: 1rem
}

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

.mb-2 {
    margin-bottom: .5rem
}

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

.block {
    display: block
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.min-h-screen {
    min-height: 100vh
}

.w-screen {
    width: 100vw
}

.max-w-screen-xl {
    max-width: 1280px
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

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

.rounded-lg {
    border-radius: .5rem
}

.border {
    border-width: 1px
}

.border-l-4 {
    border-left-width: 4px
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity))
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175/var(--tw-border-opacity))
}

.bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184/var(--tw-bg-opacity))
}

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

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

.p-8 {
    padding: 2rem
}

.p-6 {
    padding: 1.5rem
}

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

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

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

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

.pb-3 {
    padding-bottom: .75rem
}

.pb-2 {
    padding-bottom: .5rem
}

.text-center {
    text-align: center
}

.font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

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

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

.font-bold {
    font-weight: 700
}

.font-semibold {
    font-weight: 600
}

.italic {
    font-style: italic
}

.text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250/var(--tw-text-opacity))
}

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

.text-amber-500 {
    --tw-text-opacity: 1;
    color: rgb(245 158 11/var(--tw-text-opacity))
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246/var(--tw-text-opacity))
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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)
}

.widget__container {
    border: dotted orange;
    margin: 2px;
    padding: 20px 2px 2px
}

.hits-example__default {
    flex-grow: 0;
    flex-shrink: 50
}

.hits-example__template {
    flex: 2 2 50%
}

#hits-custom__container .ais-Hits-list {
    flex-flow: wrap;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    display: flex
}

#hits-non-results__container .ais-Hits-list {
    flex-flow: column wrap;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    display: flex
}

.ais-Hits-item {
    flex: 50 0 460px;
    position: relative
}

.ais-Hits-list {
    flex-flow: column wrap;
    justify-content: center;
    display: flex
}

#hits-default__container .ais-Hits-item,
#hits-non-results__container .ais-Hits-item {
    box-shadow: none;
    flex-direction: column;
    flex-basis: 1px;
    margin: 0;
    padding: 0;
    font-size: 1em;
    display: block
}

#hits-default__container .ais-Hits-item .general-info-item,
#hits-non-results__container .ais-Hits-item .general-info-item {
    border: none
}

.tag {
    color: #ffffe0;
    background-color: gray;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: .7em;
    display: none;
    position: absolute;
    transform: translate(2px, -18px)
}

.ais-Pagination {
    display: inline-block
}

.ais-Pagination--noRefinement {
    display: none
}

.no-results-copy {
    padding: 1em
}

article {
    padding: 10px
}

article p {
    padding: 10px 0 5px;
    font-size: .8em
}

article img {
    margin-top: 15px
}

body {
    overflow-x: hidden
}

.autocomplte-navbar-item {
    flex-shrink: 0;
    flex-basis: 100%
}

.autocomplete-wrapper {
    width: calc(100% - 8px);
    margin-left: 4px
}

.aa-Autocomplete {
    width: 100%;
    min-width: 260px;
    max-width: 400px;
    transform: scale(1)
}

.aa-DetachedFormContainer .aa-Form {
    transform: scale(1)
}

.aa-Panel {
    z-index: 99;
    margin: 0 auto
}

.aa-SearchPanel {
    max-width: 1200px
}

.aa-PanelSections {
    column-gap: var(--aa-spacing);
    flex-direction: column;
    display: flex
}

.aa-PanelSections h2 {
    margin-top: 20px;
    font-size: 1em;
    line-height: 1
}

.aa-PanelSection {
    flex-direction: column;
    width: 100%;
    display: flex
}

.aa-PanelSection--left,
.aa-PanelSection--right {
    margin-left: 8px
}

.aa-PanelSection--right h2 .gutter {
    margin-left: 17px
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-List {
    flex-wrap: wrap;
    margin-right: 20px;
    display: flex
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-Item {
    width: calc(43% - var(--aa-spacing-half));
    flex: 2 0 100%
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemLink {
    justify-content: stretch;
    height: 100%
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemPicture {
    background: rgba(var(--aa-muted-color-rgb), .2);
    border-radius: 3px;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemPicture img {
    object-fit: cover;
    opacity: 0;
    width: 100%;
    height: auto;
    transition: opacity .2s ease-out
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemPicture--loaded img {
    opacity: 1
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemContent {
    flex-direction: row;
    height: 100%;
    margin-left: 10px;
    display: flex
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemContent mark {
    color: rgb(var(--aa-primary-color-rgb))
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemContentBody {
    justify-content: space-between;
    gap: var(--aa-spacing-half);
    flex-direction: column;
    width: 100%;
    display: flex
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemContentBrand {
    text-transform: uppercase;
    color: rgb(var(--aa-muted-color-rgb));
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .7em;
    overflow: hidden
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemContentBrand mark {
    font-weight: 400
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemContentTitleWrapper {
    height: calc(var(--aa-spacing)*2.5)
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemContentTitle {
    white-space: normal;
    text-overflow: unset;
    -webkit-box-orient: vertical;
    flex-basis: 60%;
    margin: 0;
    font-size: .8em;
    font-weight: 700;
    display: -webkit-box
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemContentPrice {
    column-gap: var(--aa-spacing-half);
    text-overflow: unset;
    flex-basis: 40%;
    font-size: .8em;
    display: flex
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemContentPriceCurrent {
    font-weight: 700
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemContentPriceDiscounted {
    color: rgb(var(--aa-muted-color-rgb));
    font-size: .9em;
    text-decoration: line-through
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemContentRating ul {
    padding: 0;
    list-style: none;
    display: flex
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemContentRating {
    align-items: center;
    column-gap: calc(var(--aa-spacing-half)/2);
    margin-top: var(--aa-spacing-half);
    display: flex
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-StarIcon {
    color: #fdbc72;
    width: 1.3em;
    height: 1.3em
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-StarIcon--muted {
    color: #d6d6e6
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemContentRatingReviews {
    color: #908eae;
    font-size: .7em
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-Item {
    border: 1px solid #efefef;
    margin: 10px;
    padding: 10px
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemContentImage img,
.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemContentBody {
    width: 90%
}

.aa-Source[data-autocomplete-source-id=generalInformation] .aa-ItemContentDescription {
    text-overflow: unset;
    font-size: .8em
}

.aa-Source[data-autocomplete-source-id=generalInformation] .highlighted-text {
    font-size: 1.5em;
    font-weight: 700
}

.aa-ProductItemContentFooter {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex
}

.aa-SubmitSearch--link {
    cursor: pointer;
    margin-left: 10px;
    font-weight: 400;
    text-decoration: underline
}

.aa-Source[data-autocomplete-source-id=staticLinks] {
    margin-top: 2rem
}

.aa-Content {
    padding: 1em
}

.aa-Content h2 {
    margin-top: .8em;
    font-weight: 700
}

.aa-Content .item-description {
    color: #555;
    font-size: .75em
}

p.info-site {
    color: #36454F;
    font-style: italic;
    font-size: .90rem
}

.aa-Content .aa-ItemContentTitle,
.general-info-title {
    color: #aa1010
}

@media screen and (width>=681px) {
    .aa-PanelSections {
        flex-direction: row;
        row-gap: 0
    }

    .aa-PanelSection--left,
    .aa-PanelSection--right {
        width: 22%;
        min-width: 240px
    }

    .aa-SubmitSearch--link {
        float: none;
        margin-right: 0
    }

    .aa-Products {
        width: auto
    }

    .aa-Source[data-autocomplete-source-id=generalInformation] .aa-List {
        flex-wrap: wrap;
        display: flex
    }

    .aa-Source[data-autocomplete-source-id=generalInformation] .aa-Item {
        width: calc(43% - var(--aa-spacing-half)/2);
        flex-shrink: 0;
        flex-basis: 100%
    }

    .aa-DetachedSearchButtonPlaceholder {
        display: block
    }

    .aa-DetachedSearchButton {
        border: none;
        transform: scale(1)
    }

    .aa-PanelSection--left h2,
    .aa-PanelSection--right h2 {
        margin-left: 0
    }
}

.no-results-copy {
    font-weight: 700
}