.panel-lateral{position:fixed;right:-100%;top:0;width:300px;height:100vh;background-color:#016b3a;display:flex;flex-direction:column;box-shadow:-2px 0 5px rgba(0,0,0,0.5);transition:right .3s ease;z-index:1000;padding-left:10px;padding-right:10px}.control-cantidad .btn-reducir{border-radius:10%}.control-cantidad .btn-aumentar{border-radius:10%;margin-left:5px}.btn-eliminar{position:absolute;top:0;right:0;width:20px;height:20px;background-color:#ff4006;color:white;border:0;font-size:.7em;cursor:pointer;border-radius:2px;transition:background-color .3s ease}.btn-eliminar:hover{background-color:#f33}.titulo-panel{text-align:center;font-size:1.8em;font-weight:bold;color:white}.contenedor-productos-panel{flex-grow:1;overflow-y:auto;padding:15px}.seccion-total-fija{padding-bottom:10px;height:150px;position:sticky;bottom:0;text-align:center;background-color:#016b3a;box-shadow:0 -2px 5px rgba(0,0,0,0.1);z-index:999}.separador{height:2px;background-color:#ddd;margin:10px 0}.seccion-total-fija p{font-size:1.2em;font-weight:bold;color:white;margin-bottom:10px}.boton-continuar-compra{background-color:#ac744a;color:#fff;border:0;padding:10px 20px;font-size:1em;cursor:pointer;border-radius:5px;transition:background-color .3s ease}.boton-continuar-compra:hover{background-color:#016b3a;border:1px solid white}.producto-panel{display:flex;justify-content:space-between;align-items:center;padding:10px;margin:10px 0;background-color:#f4f4f4;color:#016b3a;border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,0.1);position:relative}.producto-info{display:inline;flex-direction:column;justify-content:space-between}.producto-panel span{display:inline-block;color:#333}.producto-panel span:first-child{font-weight:bold;font-size:18px}.producto-panel span:nth-child(2){font-weight:bold;color:#016b3a}.producto-panel span:nth-child(3){font-size:14px;color:#666}.imagen-panel{width:80px;height:80px;object-fit:contain;border-radius:5px;margin-left:5px;margin-right:15px}.boton-cerrar-panel{position:absolute;top:20px;right:20px;background:0;border:0;font-size:30px;color:white;cursor:pointer}.retroceder-panel{position:absolute;top:25px;left:10px;background:0;border:0;font-size:20px;color:white;cursor:pointer}.capa-del-panel{position:fixed;top:0;left:-100%;width:100%;height:100%;background:rgba(0,0,0,0.5);opacity:0;transition:opacity .3s ease,visibility 0s .3s;z-index:999}.capa-del-panel.show{left:0;opacity:1;transition:opacity .3s ease}.panel-lateral.show{right:0}