/* Minification failed. Returning unminified contents.
(1,320): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1,347): run-time error CSS1039: Token not allowed after unary operator: '-text-secondary'
(1,415): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(1,444): run-time error CSS1039: Token not allowed after unary operator: '-text-secondary'
(1,572): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1,637): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(1,699): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(1,847): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(1,1113): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
 */
.seller-card{display:grid;filter:unset !important;transition:all .5s;grid-template-columns:70% 30%;}.seller-card:hover{transform:scale(1.05);text-decoration:unset;}.seller-card:hover .seller-card-overlay{visibility:visible !important;}.seller-card img{max-width:7rem;}.seller-card:nth-child(even){background-color:var(--primary-color);color:var(--text-secondary);}.seller-card:nth-child(odd){background-color:var(--secondary-color);color:var(--text-secondary);}.seller-tag{right:0;top:-.1px;}.seller-tag svg{width:100%;max-width:15rem;}a.bg-primary:hover{background:var(--primary-color) !important;}a.bg-secondary:hover{background:var(--secondary-color) !important;}a.text-primary:hover{color:var(--text-primary) !important;}.seller-card-overlay{top:0;left:0;}.seller-card-overlay p{max-width:60ch;}.border-info-column{border-left:1px solid var(--bg-color);}@media(max-width:568px){.seller-card{grid-template-columns:unset;}.seller-card:hover{text-decoration:unset;}.seller-card:hover .seller-card-overlay{display:none;visibility:unset;}.companyName{max-width:10ch;}.border-info-column{border-top:1px solid var(--bg-color);border-left:unset;}.seller-tag{right:0;top:-.1px;}.seller-tag svg{width:100%;max-width:13rem;}}
