html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.filtered-list-items {
    padding: 0 5px;
    max-height: 25vh;
    overflow-x: visible;
    overflow-y: auto;
}

.product-card {
    font-size: 12px;
}

.product-image-cell {
    padding: 0 1rem;
    border-bottom: 1px solid #aaa;
}

@media (min-width: 768px) {
    .product-image-cell {
        margin-bottom: -1px;
    }
}

.product-details-brand-logo {
    max-width: 16rem;
    max-height: 6rem;
}

.product-logo {
    max-width: 75%;
    max-height: 35px;
    padding: 1rem 0;
    box-sizing: content-box;
    flex-grow: 1;
    object-fit: contain;
}

[data-bs-theme="dark"] .product-logo {
    filter: invert(25%);
}

.product-image-logo-wrapper {
    position: sticky;
    top: 8rem;
    height: fit-content;
}

.product-image-wrapper {
    aspect-ratio: 2 / 1;
    overflow: hidden;
}

.product-image-wrapper img {
    width: 100%;
    height: auto;
}

.tire-highlight + .tire-highlight::before {
    content: "�";
    padding: 0 10px 0 5px;
}

.tire-attributes {
    font-size: 18px;
    padding-bottom: 0.5rem;
}

.info-bar {
    font-size: 14px;
}

.text-small {
    font-size: 12px;
}

.customer-mode .cm-hide-active {
    display: none !important;
}


.price-details-program {
    display: none;
}

.use-buying-program .price-details-program {
    display: inherit;
}

.use-buying-program .price-details-regular {
    display: none;
}

.navbar-brand img {
    max-height: 4.5rem;
}

.navbar-stuck .navbar-brand img {
    max-height: 3rem;
}

@media (max-width: 991.98px) { /* Bootstrap's lg breakpoint */
    .navbar-stuck .address-container {
        display: none !important;
    }
    .navbar-stuck .info-bar {
        display: none !important;
    }
}

.table-responsive {
    transform: translate3d(0,0,0); /* translate3d for gpu render performance */
}

.table .fixed-column {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: inherit;
    min-width: 30px;
}

.table .fixed-column::before {
    content: "";
    width: calc(100% + 2px);
    height: 100%;
    position: absolute;
    border: inherit;
    top: 50%;
    left: -1px;
    pointer-events: none;
    transform: translate3d(0, -50%, 0);
}

/* Shrink some UI to allow more results */

.table-sm > :not(caption) > * > * {
    padding-top: .375em;
    padding-bottom: .375em;
}

.connect-bottom {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.connect-top {
    margin-top: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.choices.is-open {
    z-index: 4;
}

.shoppingCart {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.shrink-column {
    width: 1%;
    white-space: nowrap;
}

.table tr.disabled td {
    color: #999;
}

pre::selection {
    background-color: #aaa;
}

[data-bs-theme="dark"] .choices__list.choices__list--dropdown {
    background-color: var(--cz-secondary-bg-subtle) !important;
}

[data-bs-theme="dark"] .choices__item.choices__item--choice.choices__item--selectable.is-highlighted {
    background-color: #333445 !important;
}

[data-bs-theme="dark"] .form-select {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .form-select option {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
}