/** Shopify CDN: Minification failed

Line 39:19 Expected ":"

**/
nav.t4s-pr-breadcrumb {
    font-size: 14px;
    line-height: normal;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
nav.t4s-pr-breadcrumb a{
    line-height: normal;
}
.t4s-pr-breadcrumb svg { 
    width: 10px;
    position: relative;
}
.t4s-breadcrumb_pr_wrap {
    background: var(--cl_bg);
    margin-bottom: 16px;
    padding: 0;
    line-height: normal;
}
.t4s-breadcrumb_pr_wrap .t4s-pr-next-prev {display: flex;}
.t4s-breadcrumb_pr_wrap .t4s-text-pr{
	display: none;
}
a.t4s-nav-pr {
    text-align: center; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
} 
.t4s-nav-pr svg {
    width: 18px;nav.t4s-pr-breadcrumb
    display: inline-flex;
} 
.t4s-breadcrumb_pr_wrap a:not(:hover),.t4s-pr-breadcrumb svg,.t4s-pr-breadcrumb > span {
    color: var(--cl_link);
    font-weight: 400;
}
a.t4s-nav-back {
    margin: 0 6px;
    display: inline-flex;
}
.t4s-pr-breadcrumb > span {
    opacity: 1;
    color:#212529;
    font-weight:700;
}
@media (max-width: 767px){
    .t4s-breadcrumb_pr_wrap {
        margin-bottom: 15px;
    }
}