.brands-carousel{padding-bottom:0}.brands-carousel .swiper-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:0}.brands-carousel .swiper-slide{text-align:center}.brands-carousel .swiper-slide img{margin:auto;opacity:1;-webkit-transition:all .2s linear;transition:all .2s linear}.brands-carousel .swiper-pagination{margin-top:20px}.brands-carousel.swiper-entry .swiper-slide:hover img{opacity:.7!important}.pswp__button{width:60px;height:60px;position:absolute;top:0;right:0;background:0 0;border:none;cursor:pointer}.pswp__button:before{font-size:20px;font-family:xstore-icons;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pswp__button:focus,.pswp__button:hover{opacity:1;outline:0}.pswp__button:active{outline:0;opacity:.9}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:100px}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{font-size:36px}.pswp__button--arrow--left:after,.pswp__button--arrow--right:after{content:'';width:70px;height:100%;display:block;z-index:-1;position:absolute;background:#909090;top:0}.pswp__button--arrow--left{left:0;right:auto}.pswp__button--arrow--right{right:0}.pswp__button,.pswp__counter{color:#fff}.pswp__button--arrow--left:before{content:'\e902'}.pswp__button--arrow--right:before{content:'\e904'}.pswp__button--close:before{content:'\e90a'}.pswp__counter{position:absolute;bottom:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:20px;line-height:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__caption{display:none} .pswp{display:none;z-index:1500;-webkit-text-size-adjust:100%;outline:0}.pswp img{max-width:none}.pswp,.pswp__bg,.pswp__scroll-wrap{position:absolute;width:100%;height:100%;left:0;top:0}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity .3s cubic-bezier(.4,0,.22,1);transition:opacity .3s cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:url(//hoosierwholesale.com/wp-content/themes/xstore/images/zoom-in.png) 16 9,zoom-in}.pswp--zoomed-in .pswp__img{cursor:grab}.pswp--dragging .pswp__img{cursor:grabbing}.pswp__bg{background:rgba(34,34,34,.5);opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.pswp,.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none}.pswp__container,.pswp__item,.pswp__zoom-wrap{position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{width:100%;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform .3s cubic-bezier(.4,0,.22,1);transition:-webkit-transform .3s cubic-bezier(.4,0,.22,1);transition:transform .3s cubic-bezier(.4,0,.22,1);transition:transform .3s cubic-bezier(.4,0,.22,1),-webkit-transform .3s cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp,.pswp__item,.pswp__scroll-wrap{overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp,.pswp__container,.pswp__img--placeholder,.pswp__zoom-wrap{-webkit-backface-visibility:hidden;backface-visibility:hidden}.pswp__img--placeholder--blank{background:var(--et_dark-color)}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}#laser-line {
position: absolute;
top: 45%;
left: 0;
width: 100%;
height: 4px; background-color: red; box-shadow: 0 0 10px red; opacity: 0.8; animation: laser-blink 1s infinite alternate;
}
@keyframes laser-blink {
0% { opacity: 0.8; }
100% { opacity: 0.4; }
}
.fixed-button {
position: fixed;
bottom: 62px;
left: 10px;
width: 48px;
height: 48px;
background-color: #c30000;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border: none;
z-index: 999;
}
.fixed-button:hover {
background-color: white;
color: #c30000;
border: 2px solid #c30000;
}
.popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
z-index: 999999 !important;
}
.popup-container {
position: relative;
width: 90%;
max-width: 500px;
height: 90vh;
background: white;
border-radius: 8px;
overflow-y: auto;
padding: 0px;
}
.close-button {
position: absolute;
top: -10px;
right: 10px;
background: none;
border: none;
cursor: pointer;
font-size: 45px;
color: gray;
z-index: 9999;
}
.close-button:hover {
color: black;
}
.scan-button {
display: block;
margin: 20px auto;
padding: 10px 20px;
background-color: #c30000;
color: white;
font-weight: bold;
border: none;
border-radius: 5px;
cursor: pointer;
}
.scan-button:hover {
background-color: #a00000;
}
.hidden {
display: none;
}
#scanner {
margin-top: 15px;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
#video {
width: 100%;
height: 150px;
object-fit: cover;
}
.container {
max-width: 600px;
margin: auto;
}
.product-card {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.button {
padding: 10px 20px;
background-color: red;
color: white;
border: none;
cursor: pointer;
border-radius: 5px;
}
.quantity-controls {
display: flex;
align-items: center;
}
.quantity-controls button {
padding: 5px 10px;
margin: 0 5px;
background: gray;
color: white;
border: none;
cursor: pointer;
}
.message {
text-align: center;
color: green;
font-weight: bold;
}
.quantity-container {
display: flex;
align-items: center;
gap: 12px;
max-width: 160px;
}
.quantity-button {
background-color: #d1d5db;
color: #1f2937;
font-size: 24px;
font-weight: bold;
padding: 4px 16px;
border-radius: 6px;
border: none;
cursor: pointer;
}
.quantity-button:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.quantity-input {
width: 48px;
font-size: 24px;
text-align: center;
border: 1px solid #ccc;
border-radius: 6px;
}
#increase:disabled{
opacity: 0.5;
}
#decrease:disabled{
opacity: 0.5;
}
@media (min-width: 768px) {
#openPopup{display: none;}
}*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position:  ;
--tw-gradient-via-position:  ;
--tw-gradient-to-position:  ;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
--tw-contain-size:  ;
--tw-contain-layout:  ;
--tw-contain-paint:  ;
--tw-contain-style:  ;
}
::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position:  ;
--tw-gradient-via-position:  ;
--tw-gradient-to-position:  ;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
--tw-contain-size:  ;
--tw-contain-layout:  ;
--tw-contain-paint:  ;
--tw-contain-style:  ;
}  *,
::before,
::after {
box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
::before,
::after {
--tw-content: '';
} html,
:host {
line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; -o-tab-size: 4;
tab-size: 4; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-feature-settings: normal; font-variation-settings: normal; -webkit-tap-highlight-color: transparent; } body {
margin: 0; line-height: inherit; } hr {
height: 0; color: inherit; border-top-width: 1px; } 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;
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-feature-settings: normal; font-variation-settings: normal; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
} table {
text-indent: 0; border-color: inherit; border-collapse: collapse; } button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; margin: 0; padding: 0; } button,
select {
text-transform: none;
} button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
-webkit-appearance: button; background-color: transparent; background-image: none; } :-moz-focusring {
outline: auto;
} :-moz-ui-invalid {
box-shadow: none;
} progress {
vertical-align: baseline;
} ::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
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;
} 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;
} dialog {
padding: 0;
} textarea {
resize: vertical;
} input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1; color: #9ca3af; }
input::placeholder,
textarea::placeholder {
opacity: 1; color: #9ca3af; } button,
[role="button"] {
cursor: pointer;
} :disabled {
cursor: default;
} img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block; vertical-align: middle; } img,
video {
max-width: 100%;
height: auto;
} [hidden]:where(:not([hidden="until-found"])) {
display: none;
}
.tw-mb-3 {
margin-bottom: 0.75rem;
}
.tw-mb-6 {
margin-bottom: 1.5rem;
}
.tw-me-2 {
margin-inline-end: 0.5rem;
}
.tw-mt-1 {
margin-top: 0.25rem;
}
.tw-mt-10 {
margin-top: 2.5rem;
}
.tw-mt-2 {
margin-top: 0.5rem;
}
.tw-mt-4 {
margin-top: 1rem;
}
.tw-mt-5 {
margin-top: 1.25rem;
}
.tw-flex {
display: flex;
}
.tw-grid {
display: grid;
}
.tw-w-12 {
width: 3rem;
}
.tw-w-full {
width: 100%;
}
.tw-max-w-2xl {
max-width: 42rem;
}
.tw-max-w-40 {
max-width: 10rem;
}
.tw-flex-1 {
flex: 1 1 0%;
}
.tw-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.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-gap-2\.5 {
gap: 0.625rem;
}
.tw-gap-4 {
gap: 1rem;
}
.tw-space-x-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-rounded {
border-radius: 0.25rem;
}
.tw-rounded-lg {
border-radius: 0.5rem;
}
.tw-rounded-md {
border-radius: 0.375rem;
}
.tw-border {
border-width: 1px;
}
.tw-border-0 {
border-width: 0px;
}
.tw-bg-\[\#c30000\] {
--tw-bg-opacity: 1;
background-color: rgb(195 0 0 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-300 {
--tw-bg-opacity: 1;
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-500 {
--tw-bg-opacity: 1;
background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.tw-bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-p-0 {
padding: 0px;
}
.tw-p-4 {
padding: 1rem;
}
.tw-px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.tw-px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.tw-py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.tw-py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.tw-text-left {
text-align: left;
}
.tw-text-center {
text-align: center;
}
.tw-font-mono {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.tw-text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.tw-text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.tw-text-5xl {
font-size: 3rem;
line-height: 1;
}
.tw-text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
.tw-text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.tw-text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.tw-font-bold {
font-weight: 700;
}
.tw-font-semibold {
font-weight: 600;
}
.tw-text-\[\#c30000\] {
--tw-text-opacity: 1;
color: rgb(195 0 0 / var(--tw-text-opacity, 1));
}
.tw-text-black {
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.tw-text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.tw-text-gray-700 {
--tw-text-opacity: 1;
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.tw-text-gray-800 {
--tw-text-opacity: 1;
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.tw-text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-shadow-lg {
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-transition {
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.tw-duration-200 {
transition-duration: 200ms;
}
@media (min-width: 640px) {
.sm\:tw-hidden {
display: none;
}
}