#listado_productos{display:flex;flex-direction:column;gap:18px;margin-bottom:20px}.producto{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;border:1px solid #CBBBA0;gap:24px;border-radius:12px;padding:20px;position:relative}.producto .imagen{width:110px;margin-right:40px}.producto .imagen img{height:100%;max-width:100%;object-fit:cover;border-radius:8px}.producto .informacion{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.producto .informacion .nombre_peso{display:flex;flex-direction:column;justify-content:space-between;gap:0;color:#292B3D}.producto .informacion .nombre{font-size:18px;font-weight:500;margin:0}.producto .informacion .peso{font-size:15px;font-weight:300;margin:0}.producto .detalles{display:flex;flex-direction:column;justify-content:space-between;gap:12px}.producto .precio{display:flex;flex-direction:column-reverse;flex-wrap:nowrap;justify-content:space-between;align-items:flex-end;gap:12px;height:100%;padding:8px 16px}.producto .precio_anterior{font-size:18px;font-weight:500;color:#292B3D}.producto .precio_final{font-size:24px;font-weight:700;color:#FFAA1C}.producto .precio_por_unidad{font-size:14px;color:#292B3D;text-align:right;position:absolute;right:36px;bottom:10px}.producto .quitar_producto a{float:right;padding:4px}a.remove{border:2px solid #0000!important;width:auto!important;height:auto!important;transition:border 0.3s!important}a.remove:hover{border:2px solid #292B3D!important;background:#0000!important}a.remove svg{display:block;width:24px;height:24px}#acciones_carrito{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;gap:18px;margin-top:16px}.cantidad{display:flex;flex-direction:row;align-items:center;gap:12px}.return-to-shop a.wc-backward{max-width:260px!important;text-align:center!important}@media screen and (max-width:768px){#acciones_carrito{flex-direction:column!important;margin:auto!important;max-width:330px!important}.producto{flex-wrap:wrap!important;gap:12px!important;padding:10px!important}.producto .imagen{width:100%!important;margin-right:0px!important}.producto .imagen img{width:30%!important;aspect-ratio:1!important}.producto .informacion{width:calc(50%)!important;gap:10px!important}.producto .informacion{width:calc(50%)!important;gap:10px!important}.producto .precio_por_unidad{top:8px;right:8px}.producto .cantidad{gap:10px!important}}