.bfs-cart-button{color:var(--pure-white);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex;position:relative}.bfs-cart-button:hover{color:var(--primary-bright-green)}.bfs-cart-button img{aspect-ratio:1;object-fit:contain;flex-shrink:0;width:30px;height:30px}.bfs-cart-button-placeholder{color:var(--pure-white);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.bfs-cart-button-placeholder img{aspect-ratio:1;object-fit:contain;flex-shrink:0;width:30px;height:30px}.bfs-cart-count{background:var(--primary-bright-green);color:var(--soft-black);width:18px;height:18px;font-size:var(--1bfs-font-xs);font-weight:var(--1bfs-weight-bold);font-family:var(--1bfs-font-primary);border:2px solid var(--soft-black);border-radius:50%;justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;top:-6px;right:-6px}@media (max-width:768px){.bfs-cart-button img,.bfs-cart-button-placeholder img{width:24px;height:24px}.bfs-cart-count{width:16px;height:16px;font-size:9px;top:-4px;right:-4px}}
