/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

@import url("/assets/general-cdd36c7a.css");
@import url("/assets/fonts-704fd92c.css");
@import url("/assets/font-names-b11645c6.css");
@import url("/assets/webfonts-0ed8f830.css");
@import url("/assets/colors-79b1ed0f.css");
@import url("/assets/orders-5a112a6b.css");

.store-search-autocomplete {
  position: relative;
}

#store-primary-navigation {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.store-search-autocomplete .aa-Autocomplete {
  width: 100%;
}

.store-search-autocomplete .aa-Form {
  border-radius: var(--bs-border-radius-lg);
  border-color: var(--bs-border-color);
  box-shadow: var(--bs-box-shadow-sm);
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.store-search-autocomplete .aa-Input {
  font-size: 1rem;
}

.store-search-autocomplete .aa-SubmitButton,
.store-search-autocomplete .aa-ClearButton {
  color: var(--bs-body-color);
}

.store-search-autocomplete .aa-SubmitButton {
  background: transparent;
  color: var(--bs-secondary-color);
  cursor: default;
  pointer-events: none;
}

.store-search-autocomplete .aa-SubmitButton svg {
  color: inherit;
  fill: currentColor;
}

.aa-Panel {
  border-radius: 1rem;
  z-index: 1060;
}

.store-search-autocomplete .aa-ItemContent {
  align-items: center;
}

.store-search-autocomplete__price {
  color: var(--bs-body-color);
  font-size: 0.875rem;
  font-weight: 600;
}

.store-search-autocomplete__empty {
  color: var(--bs-secondary-color);
  font-size: 0.95rem;
  padding: 0.75rem;
}

.store-search-autocomplete__footer {
  padding: 0.75rem;
}

.store-search-autocomplete__thumb-placeholder {
  align-items: center;
  background: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 0.75rem;
  color: var(--bs-secondary-color);
  display: flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.store-product-card {
  position: relative;
  border-radius: 0.5rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.store-product-card__link {
  inset: 0;
  position: absolute;
  z-index: 1;
}

.store-product-card .card-body {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 1rem 1rem;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.store-product-card .card-title {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.store-product-meta {
  font-family: var(--bs-font-monospace, ui-monospace, SFMono-Regular, monospace);
  font-size: 0.7rem;
  color: rgba(15, 23, 42, 0.45);
  letter-spacing: 0.01em;
  margin: 0.125rem 0 0;
}

.store-product-card__footer {
  margin-top: auto;
  padding-top: 0.5rem;
}

.store-product-card__price {
  font-size: 0.875rem;
  color: rgba(15, 23, 42, 0.65);
  margin: 0.25rem 0 0;
}

.store-search-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.store-filter-well {
  background-color: rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.18);
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
}

.store-filter-well__heading {
  color: rgba(15, 23, 42, 0.9);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.store-filter-bar__heading {
  color: rgba(15, 23, 42, 0.9);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-filter-pill {
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(15, 23, 42, 0.35);
  border-radius: 999px;
  color: var(--bs-body-color);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 500;
  gap: 0.5rem;
  line-height: 1;
  padding: 0.65rem 1.1rem;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.store-filter-pill:hover,
.store-filter-pill:focus-visible {
  background-color: var(--bs-tertiary-bg);
  border-color: var(--bs-primary);
  color: var(--bs-body-color);
  outline: 0;
  transform: translateY(-1px);
}

.store-filter-pill--active,
.store-filter-pill--active:hover,
.store-filter-pill--active:focus-visible {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
  box-shadow: 0 0.25rem 0.6rem rgba(13, 110, 253, 0.25);
}

.store-filter-pill__count {
  background-color: rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  color: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.15rem 0.55rem;
}

.store-filter-pill--active .store-filter-pill__count {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.store-filter-pill--clear {
  color: var(--bs-secondary-color);
}

.store-filter-pill--clear:hover,
.store-filter-pill--clear:focus-visible {
  background-color: var(--bs-tertiary-bg);
  border-color: var(--bs-border-color);
  color: var(--bs-body-color);
}

.store-mobile-summary__toggle {
  border-radius: var(--bs-card-border-radius, 0.5rem);
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.store-mobile-summary__toggle:hover,
.store-mobile-summary__toggle:focus-visible {
  background-color: var(--bs-tertiary-bg, #f8f9fa);
  outline: 0;
}

.store-mobile-summary__icon {
  background-color: var(--bs-tertiary-bg, #f1f3f5);
  border-radius: 999px;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--bs-secondary-color, #495057);
  transition: background-color 0.15s ease;
}

.store-mobile-summary__toggle:hover .store-mobile-summary__icon,
.store-mobile-summary__toggle:focus-visible .store-mobile-summary__icon {
  background-color: var(--bs-secondary-bg, #e9ecef);
}

.store-mobile-summary__icon i {
  transition: transform 0.2s ease;
}

.store-mobile-summary__toggle[aria-expanded="true"] .store-mobile-summary__icon i {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .store-order-summary {
    max-height: calc(100vh - 10rem);
  }

  .store-order-summary > .card-body {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .store-order-summary__items {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
  }
}

.store-add-to-cart-button__content {
  align-items: center;
  display: inline-flex;
  gap: 0.55rem;
  justify-content: center;
}

.store-add-to-cart-button__icon .spinner-border {
  height: 1rem;
  width: 1rem;
}

.store-category-hero {
  background:
    radial-gradient(circle at top left, rgba(13, 110, 253, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(248, 249, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.store-category-hero__panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 110, 253, 0.08);
  border-radius: 1.5rem;
  box-shadow: var(--bs-box-shadow-sm);
  padding: 2rem;
}

.store-category-hero__body p:last-child {
  margin-bottom: 0;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.markdown-body > :first-child {
  margin-top: 0;
}

.markdown-body h1 { font-size: 1.15rem; }
.markdown-body h2 { font-size: 1.1rem; }
.markdown-body h3 { font-size: 1.05rem; }
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 { font-size: 1rem; }

.markdown-body img,
.instruction-body img {
  border-radius: 0.75rem;
  display: block;
  height: auto;
  margin: 1rem 0;
  max-width: 100%;
}

.markdown-body pre,
.instruction-body pre {
  background: var(--bs-tertiary-bg);
  border-radius: 0.75rem;
  padding: 1rem;
  white-space: pre-wrap;
}

.markdown-body code,
.instruction-body code {
  background: var(--bs-tertiary-bg);
  border-radius: 0.35rem;
  padding: 0.1rem 0.35rem;
}

.markdown-body pre code,
.instruction-body pre code {
  background: transparent;
  padding: 0;
}

@media (hover: hover) and (pointer: fine) {
  .store-product-card {
    transform-origin: center center;
  }

  .store-product-card:hover,
  .store-product-card:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1.25rem rgba(15, 23, 42, 0.10);
    border-color: var(--bs-primary);
  }
}

@media (max-width: 575.98px) {
  .store-search-autocomplete__price {
    margin-top: 0.25rem;
  }
}
