.product-page-box {
    max-width: 100%;
    color: #000000db;
    padding: 1rem;
    gap: 1.5rem;
}

.product-filter-box {
    flex: 300px 0 0;
    min-width: 300px;
    height: 1000px;
}

.product-filter-box h5 {
    font-family: "Sharp Sans", Helvetica, Arial, "Trebuchet MS", sans-serif;
    font-size: 16px;
    line-height: 1.25;
}

.product-filter-box .list-li {
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
}

.product-filter-box .list-li:hover {
    color: #1e39d2;
    background-color: #1e39d20d;
}

.product-filter-box a.links {
    color: #000000db;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-height: 1.75rem;
    font-size: 14px;
    line-height: 1.35;
    font-weight: normal;
    background-color: transparent;
    transition-duration: 150ms;
    -webkit-tap-highlight-color: transparent;
}

.price-range .go-btn {
    background: #003e6e;
}

.color-swatches-list {
    gap: 0.5rem;
}

.color-swatches-box .color-swatches {
    width: 2rem;
    height: 2rem;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.product-filter-box .more {
    font-family: "Sharp Sans", Helvetica, Arial, "Trebuchet MS", sans-serif;
    cursor: pointer;
    color: rgb(30, 57, 210);
    font-size: 13px;
    line-height: 1.25;
    padding: 0.25rem 0.5rem;
}

.more-svg {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.product-info-box {
    flex: 1;
}

.breadcrumb-box {
    padding: 0.5rem 0;
}

.breadcrumb-item {
    list-style-type: none;
    font-size: 0.875rem;
}

.breadcrumb-item:not(:first-of-type):before {
    content: ' > ';
    padding: 0 10px;
}

.breadcrumb-item a:hover {
    color: #1e39d2;
}

.sort-bar-title {
    color: #000000db;
    font-family: SharpSans, Helvetica, Arial, "Trebuchet MS", sans-serif;
    line-height: 1.25;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 2rem;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.sort-bar-box.position-fixed {
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background: white;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 4px 12px -4px rgba(0, 0, 0, 0.2);
    padding: 0 10px;
}

.sort-title-box {
    width: fit-content;
    font-size: 0.875rem;
    display: flex;
    gap: 0.25rem;
    align-items: center;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    padding: 0.25rem 0.75rem;
    min-height: 2.5rem;
    border-radius: 0.375rem;
    transition-duration: 150ms;
}

.sort-title-box:hover {
    background-color: #1e39d20d;
    color: #1e39d2 !important;
}

.sort-title-box:after {
    content: '';
    margin-bottom: 0.4rem;
    height: 10px;
    width: 10px;
    border-right: 1px solid #00000091;
    border-top: 1px solid #00000091;
    transform: rotate(135deg);
}

.sort-value {
    padding: 0 0.25rem 0 0;
    color: #1e39d2;
}

.sort-bar-box .dropdown-menu {
    min-width: 220px;
    padding: 0.5rem;
    font-size: 1rem;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.11);
    border: none;
}

.sort-bar-box .dropdown-item {
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    color: #000000db !important;
    text-transform: none;
    font-size: 1rem;
    padding: 0.25rem 1rem;
    min-height: 3rem;
    background-color: transparent;
    transition-duration: 150ms;
    -webkit-tap-highlight-color: transparent;
}

.sort-bar-box .dropdown-item:hover, .sort-bar-box .dropdown-item-active {
    color: #1e39d2 !important;
    background-color: #1e39d20d;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
    padding: 0.5rem 0 1rem;
}

.page-link {
    color: #125f90;
}

.page-item.active .page-link {
    background-color: #125f90;
    color: white;
    border-color: #125f90;
}
