.menu-product{flex-direction:row;justify-content:space-between;background:#fafafa;align-items:center;padding:5px 15px;display:none;width:100%;z-index:1;border-bottom:1px solid var(--color-lighter-gray);background:var(--menu-dropdown-background);height:55px}.menu-product.active{position:fixed;display:flex;min-height:60px}.cart-menu-product{max-height:40px}.cart-menu-product button{margin:0!important}.container-qty-menu-product>span{font-size:10px}.item-menu-product,.cart-menu-product{display:flex;gap:5px;flex-direction:row;align-items:center}.item-menu-product h4{display:none;width:220px;overflow:hidden;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-transform:none}.wrapper-img-product{width:55px;height:55px;display:flex}.menu-product img{object-fit:contain}.container-qty-menu-product{display:flex;align-items:center;gap:5px;margin-right:5px}.qty-menu-product{color:black;font-size:14px;margin-bottom:0}.menu-product .container-btn-add-to-cart{top:0}.menu-product .btn-add-to-cart{color:transparent;max-width:30px;max-height:30px;border-radius:999px;position:relative;border:1px solid #333}.menu-product .btn-add-to-cart::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='23px' height='22px'%3E%3Cpath fill='black' d='M19,11H13V5a1,1,0,0,0-2,0v6H5a1,1,0,0,0,0,2h6v6a1,1,0,0,0,2,0V13h6a1,1,0,0,0,0-2Z'%3E%3C/path%3E%3C/svg%3E");font-size:35px;position:absolute;top:-17px;left:0;right:0}.menu-product .btn-add-to-cart:focus::before,.menu-product .btn-add-to-cart:hover::before{color:#fff!important}@media (min-width:960px){.menu-product{height:auto}.menu-product .btn-add-to-cart{color:var(--color-primary);max-width:100%;max-height:100%;border-radius:var(--border-radius)}.menu-product .btn-add-to-cart::before{display:none}.menu-product .btn-add-to-cart:focus,.menu-product .btn-add-to-cart:hover{color:#fff!important}.item-menu-product h4{display:block;display:-webkit-box}.wrapper-img-product{width:63px;height:63px;display:flex}}