.split-button{display:flex;width:100%;background-color:#f5f5f5;border:1px solid #ccc;overflow:hidden;border-radius:8px}.split-button .main{flex:1;padding:.75rem 1rem;text-align:left;border:0;background:none;cursor:pointer;font-weight:500}.split-button .cart{width:60px;background-color:#796e65;color:#fff;display:flex;align-items:center;justify-content:space-around;position:relative;clip-path:polygon(0 0,100% 0,100% 100%,0 100%,35% 50%);cursor:grab;transition:background-color .3s;padding:10px 55px}.split-button .cart:hover{background-color:#fff}.split-button .cart i{font-size:1.2rem}