
.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.bs-home-hr {
    background-color: #eb5b28;
    width: 10%;
    height: .4rem;
    margin-bottom: 2rem;
}

.bs-home-title:hover {
    color: #30358c;
}

#bs-header-search .btn {
    background: #1b1e51;
    color: var(--primary-contrast);
    border: 1px solid #1b1e51;
}

#bs-header-search .btn:hover {
    background: #4e54ba;
    color: var(--primary-contrast);
    border: 1px solid var(--primary-hover-color);
}

.bs-collection__product-brand {
    font-size: .6rem;
    color: var(--highlight-contrast);
    background: #eb5b28b8;
    padding: .25rem;
    border-radius: .25rem;
    font-weight: 600;
}

.bs-img-square picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bs-banners__title {
    color: var(--title-color);
    text-transform: var(--title-transform);
    text-align: center;
    padding-bottom: 20px;
    font-weight: 600;
}

.slick-horizontal .slick-arrow {
    color: #eb5b28;
}

.slick-horizontal .slick-arrow:hover {
    color: var(--primary-contrast);
    background: #eb5b28;
    border-radius: var(--default-border-radius);
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #eb5b28;
    background-color: #eb5b28;
}

.bs-product__title {
    color: #262a76;
    font-weight: 600;
}

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
    color: #24286c;
    font-weight: 600;
}

.bs-footer .bs-social-media a:hover {
    font-size: 1.3rem;
    color: #eb5b28;
}

h6.title-footer {
    color: #eb5b28;
}

.bs-footer {
    background: url(footer.webp);
    color: var(--footer-txt-color);
    font-size: var(--footer-txt-size);
    padding: 0.5rem 0;
    box-shadow: 0px 3px 10px -2px rgb(76 76 76 / 75%);
}

.navbar-collapse.collapse.show {
    overflow-y: auto;
    max-width: 360px;
    width: 100%;
    padding: 0 1rem;
    background-color: #30358c;
}

.bs-form-inline.text-center {
    margin-top: 2rem;
}

.bs-collection__product-title {
    font-size: 0.9rem;
    color: var(--title-color);
    text-transform: Capitalize;
}

a {
    color: #ffffff;
}

.bs-home-title {
    font-family: var(--font-title-family);
    color: var(--title-color);
    font-weight: 600;
    text-transform: var(--title-transform);
    font-size: 1.8rem;
    letter-spacing: .25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 2rem 0 1rem;
    margin-bottom: -48px;
    padding-top: 16px;
}

.bs-menu-lv1:hover, .nav-item.show > .bs-menu-lv1 {
    box-shadow: 0 -5px inset var(--lv1-hover-decoration);
    color: #ffffff;
    opacity: 1;
    font-weight: 600;
}

.bs-menu-lv1 {
    font-weight: 600;
}

a.tyc {
    color: #262a76;
    font-weight: 600;
}

a.tyc:hover {
    color: #eb5b28;
}

a.copy {
    color: #ffffff;
    font-weight: 600;
}

.bs-footer .bs-credits a:hover {
    color: #eb5b28;
    text-decoration: underline;
}

.bs-collection-filter .bs-filter-btn:hover {
    color: #f18964;
}