.wh-modal * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: lato, arial, sans-serif;
  font-size: 14px;
}

.wh-modal *:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.hn-main-container *,
.wh-modal *,
.hn-main-container :after,
.hn-main-container :before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}

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

.text-alertcritical {
  color: var(--color-alertcritical);
}

.hn-btn-outline {
  background-color: var(--color-light);
  border-color: var(--color-brand);
  border-radius: 0.25em;
  border-width: 1px;
  color: var(--color-brand);
  display: flex;
  text-transform: uppercase;
}

.hn-container-flex--center {
  align-items: center;
}

.btn-link.hn-btn-add-to-cart,
.btn-link.hn-btn-outline,
.btn-link.hn-btn-primary,
.btn-link.hn-btn-secondary,
.hn-btn,
.hn-btn-add-to-cart,
.hn-btn-outline,
.hn-btn-primary,
.hn-btn-secondary,
.hn-btn.btn-link {
  font-family: lato;
  font-size: var(--font-size-sm);
  font-weight: 700;
  height: 2.75em;
  justify-content: center;
  line-height: var(--line-height-sm);
  padding: 0.5em;
  padding-bottom: var(--spacing-xs);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: var(--spacing-xs);
  text-align: center;
}

.hn-btn-outline:hover {
  background-color: var(--color-ui);
  border-color: var(--color-ui);
  color: var(--color-light);
}

.hn-main-container .flex {
  display: flex;
}

.hn-main-container .hidden {
  display: none;
}
.hn-main-container .flex-col {
  flex-direction: column;
}
.hn-main-container .items-center {
  align-items: center;
}
.hn-main-container .justify-center {
  justify-content: center;
}
.hn-main-container .justify-between {
  justify-content: space-between;
}

/* Sizing & Box Model */
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.border {
  border-width: 1px;
}
.rounded {
  border-radius: 0.25em;
}

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
button,
select {
  text-transform: none;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-feature-settings: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

/* Spacing */
.mb-xs {
  margin-bottom: var(--spacing-xs);
}
.mb-sm {
  margin-bottom: var(--spacing-sm);
}
.mb-lg {
  margin-bottom: var(--spacing-lg);
}
.mb-md {
  margin-bottom: var(--spacing-md);
}
.p-md {
  padding: var(--spacing-md);
}
.p-lg {
  padding: var(--spacing-lg);
}
.p-sm {
  padding: var(--spacing-sm);
}
.p-xs {
  padding: var(--spacing-xs);
}
.py-sm {
  padding-top: var(--spacing-sm);
  padding-bottom: var(--spacing-sm);
}
.px-md {
  padding-left: var(--spacing-md);
  padding-right: var(--spacing-md);
}
.gap-sm {
  gap: var(--spacing-sm);
}
.gap-md {
  gap: var(--spacing-md);
}
.pt-xs {
  padding-top: var(--spacing-xs);
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Text & Fonts */
.text-light {
  color: var(--color-light);
}
.text-center {
  text-align: center;
}
.font-bold {
  font-weight: 700;
}
.text-md {
  font-size: var(--font-size-md);
  line-height: var(--line-height-md);
}
.text-lg {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
}
.text-sm {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.text-primary {
  color: var(--color-primary);
}
.text-primary-400 {
  color: var(--color-primary-400);
}

.text-2xl {
  font-size: var(--font-size-2xl);
  line-height: var(--line-height-2xl);
}
.text-4xl {
  font-size: 2.25em;
  line-height: 2.5em;
}
.text-xl {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
}

.text-interactive {
  color: var(--color-interactive);
}

.leading-md {
  line-height: var(--line-height-md);
}
.leading-sm {
  line-height: var(--line-height-sm);
}
/* Backgrounds & Colors */
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-light {
  background-color: var(--color-light);
}
.border-decorative {
  border-color: var(--color-decorative);
}

/* Responsive Variants */
@media (min-width: 640px) {
  .sm\:hidden {
    display: none;
  }
  .sm\:text-lg {
    font-size: 1.25em;
    line-height: 1.75em;
  }
}

/* Positioning */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}

/* Special Classes (Icons, Buttons, Hover, etc.) */
.material-icons {
  font-family: "Material Icons" !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* A typical “primary” button from snippet */
.hn-btn-primary {
  background-color: var(--color-brand);
  border-color: var(--color-brand);
  color: var(--color-light);
  border-radius: 0.25em;
  font-family: lato;
  font-size: var(--font-size-sm);
  font-weight: 700;
  height: 2.75em;
  line-height: var(--line-height-sm);
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0.75em;
}
.hn-btn-primary:hover {
  background-color: var(--color-brand);
  border-color: var(--color-brand);
  color: var(--color-light);
}

/* Hover states for a few used classes */
.hover\:bg-brand-600:hover {
  background-color: var(--color-brand-600);
}
/* Because of the “translate-y-0” tailwind-like class in use */
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y));
}

.scrollbar-white {
  &::-webkit-scrollbar {
    width: 6px;
  }
  &::-webkit-scrollbar-track {
    background-color: #fff;
  }
  &::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
  &::-webkit-scrollbar-button {
    display: none;
  }
}

@-moz-document url-prefix() {
  .scrollbar-white {
    scrollbar-width: thin;
    scrollbar-color: #ccc #fff;
  }
}

.scrollbar-grey {
  &::-webkit-scrollbar {
    width: 6px;
  }

  &::-webkit-scrollbar-track {
    background: #f3f4f5;
  }

  &::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
  &::-webkit-scrollbar-button {
    display: none;
  }
}

@-moz-document url-prefix() {
  .scrollbar-grey {
    scrollbar-width: thin;
    scrollbar-color: #ccc #f3f4f5;
  }
}

.store-finder-inner h2,
.store-finder-inner h3,
.store-finder-inner h4,
.store-finder-inner p {
  margin: 0;
}
.store-finder-timer-outer {
  padding-left: 500px;
}
#store-countdown {
  background: var(--color-tint-500);
}
.hn-main-container a,
.hn-main-container a:hover {
  text-decoration: none;
}
.hn-main-container {
  font-size: 16px;
}
.hn-main-container .cursor-pointer {
  cursor: pointer;
}
.store-finder-inner {
  max-width: 1300px;
  padding: 40px 20px;
}
.store-finder-widget-inner {
  background: var(--color-tint-500);
  height: 800px;
}
.store-data-container-outer {
  width: 500px;
  padding: 20px 10px 20px 20px;
}
.store-map-outer {
  flex: 1 0 0;
}
.store-details-template-outer {
  padding-right: 80px;
}
.stores-list > div {
  padding: 16px 24px 16px;
}
.store-address p,
.store-departments p,
.store-facilities p,
.store-services p {
  line-height: 1.3em;
  margin: 0;
}
.store-hours {
  padding: 20px;
}
.store-hours ul,
.wh-hours ul {
  max-width: 280px;
}
.store-hours ul li span {
  width: 50%;
}
.back-to-list {
  top: 35px;
  right: 40px;
  line-height: 1em;
  z-index: 10;
}
.close-vr-tour {
  top: 20px;
  right: 20px;
  line-height: 1em;
  z-index: 10;
}
.store-data-container-inner {
  padding-right: 10px;
}
.vr-tour-banner p {
  font-size: 24px;
  line-height: 1.2em;
}
.vr-tour-banner {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 180px;
  display: flex;
  align-items: center;
}
.store-details-template-outer {
  min-height: 100%;
}
.wh-modal {
  background: rgba(0, 0, 0, 0.34);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
}

.wh-modal.hidden {
  display: none;
}

.wh-modal-outer {
  width: 1100px;
  max-width: 95%;
  max-height: 95%;
}
.wh-hours li span,
.wh-address p {
  font-size: var(--font-size-sm);
  line-height: 1.5em;
}
.store-hours .italic,
.wh-hours .italic {
  font-style: italic;
}
.close-wh-modal {
  top: 10px;
  right: 10px;
}
.view-wh-btn {
  text-transform: uppercase;
}
.wh-modal-header {
  background: var(--color-decorative-900);
}
.wh-modal-dialog {
  border-radius: 0 0 4px 4px;
  background: #fff;
  padding: 20px 10px 20px 20px;
}
.wh-container {
  max-width: 33%;
}
.wh-details-outer {
  overflow: auto;
}
.wh-details-inner {
  padding-right: 10px;
}
.wh-contact-details {
  padding: 20px;
}
.wh-type-header {
  padding: 12px 20px;
  background: var(--color-tint-500);
}
.store-services-icons ul li .material-icons {
  font-size: 22px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 1220px) {
  .store-finder-timer-outer {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .store-data-container-outer {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .store-finder-timer-outer {
    padding: 20px;
    background: var(--color-tint-500);
    margin-bottom: 20px;
  }
  .store-finder-timer-inner {
    flex-direction: column;
    text-align: center;
  }
  #store-countdown {
    background: #fff;
  }
  .back-to-list-text {
    display: block !important;
  }
  .store-data-container-outer {
    width: 100%;
  }
  .store-finder-widget-inner {
    height: auto;
  }
  .store-details-active .store-finder-widget-inner {
    background: #fff;
  }
  .store-details-active .store-data-container-outer {
    padding: 0 0;
  }
  .store-details-active .store-details-template-outer {
    padding: 20px;
  }
  .store-details-active .store-data-container-inner {
    padding: 0;
  }
  .stores-content-inner {
    padding-top: 30px;
  }
  .store-finder-inner {
    padding: 30px 0;
  }
  .back-to-list {
    top: 0;
  }
  .store-finder-widget-inner {
    display: block;
  }
  .store-map-outer {
    display: none;
  }
  .store-details-active .store-details-template-outer .store-map {
    display: block;
    height: 350px;
    margin-bottom: 20px;
  }
  .wh-container {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .wh-details-inner {
    display: block;
  }
  .wh-details-outer {
    height: auto;
  }
  .wh-modal-header {
    height: 10%;
  }
  .wh-modal-dialog {
    height: 90%;
    overflow: auto;
  }
  .wh-modal-outer {
    width: 95%;
    height: 95%;
  }
}
.test-class {
  color: red;
}
