.variants-layer::-webkit-scrollbar-track{box-shadow:inset 0 0 4px var(--miscellaneous-color);-webkit-box-shadow:inset 0 0 var(--miscellaneous-color);background-color:var(--miscellaneous-color);border-radius:5px}.variants-layer::-webkit-scrollbar{width:4px;background-color:var(--miscellaneous-color);border-radius:5px}.variants-layer::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:5px}.card{margin-bottom:15px}@media (min-width: 750px){.card{margin-bottom:30px}}product-card{display:flex;flex-direction:column;height:100%;width:calc(100% - 1px);background:var(--background-color);border-radius:6px;border:2px solid transparent;position:relative;overflow:hidden;transition:all .35s ease-in-out;box-shadow:0 0 5px rgba(0,0,0,0.5)}product-card:hover{box-shadow:0 0 5px #e42b25;border-color:rgba(228,43,37,0.7)}product-card main{height:100%}product-card .main-card{padding:8px}product-card .card-title{font-size:14px;line-height:1.4em;margin-bottom:5px;font-weight:700;font-family:var(--body-font);flex:1}product-card .card-title a{display:block}product-card .limit-1-line{text-overflow:ellipsis;overflow:hidden}product-card .limit-2-line,product-card .limit-3-line{white-space:normal;text-overflow:unset}product-card .product-reviews-badge .stamped-badge{display:flex;align-items:center}product-card .price-range{color:var(--price-color);font-weight:700}product-card .product-item-group{display:flex;flex-wrap:wrap}product-card .product-title{margin:0 0 20px;flex:0 0 100%}product-card .product-price{margin:9px 0;font-family:var(--body-font);flex:0 0 100%;line-height:1.2em}product-card .jdgm-prev-badge__text{display:none}product-card .cart-footer-group{flex:1;text-align:right;min-width:140px}product-card .button-group{flex-wrap:wrap;align-items:center;display:flex;gap:10px}product-card .btn-more{display:inline-flex;align-items:center;max-height:47px;padding:13px 25px}product-card button{margin:9px 0;font-size:12px;color:var(--subtext-color);display:flex;align-items:center}product-card button span{display:flex;transition:all .25s ease-in-out}product-card button svg{width:18px;height:18px}product-card button svg path{fill:var(--subtext-color)}product-card button .on-active{display:none}product-card button .text{margin-left:5px;line-height:1em;text-transform:capitalize}product-card button:hover .text{color:var(--text-color)}product-card button:hover svg path{fill:var(--text-color)}product-card button.added .on-active{display:flex}product-card button.added .on-default{display:none}product-card button.added svg path{fill:var(--text-color)}product-card button.added .text{color:var(--text-color);font-weight:600}product-card .cart-footer-group>button{margin-left:auto;display:flex;flex-direction:row-reverse;gap:6px}@media (min-width: 750px){product-card .main-card{padding:12px}}@media (min-width: 1000px){product-card .card-title{font-size:26px}product-card .product-price{font-size:22px}product-card button .text{font-size:14px}product-card .product-reviews-badge{padding-top:4px}product-card .jdgm-prev-badge__stars span{font-size:20px}}
